示例#1
0
<?php

require_once 'functions.php';
echo getItemCountsJSON(180);
示例#2
0
文件: index.php 项目: jameela41/Feeds
            <div id="totals_container">
                <div id="totals"></div>
            </div>
            <div id="messages_container">
                <div id="messages"></div>
            </div>
    </div>
</div>
<div id="bottom" class="k-content">
    <div class="chart-wrapper" style="margin:auto;">
        <div id="chart"></div>
    </div>
    <script>

    var items = <?php 
echo getItemCountsJSON(360);
?>
;

    function createChart() {
        $("#chart").kendoChart({
            theme: $(document).data("kendoSkin") || "default",
            chartArea: {
                width: 1400
            },
            title: {
                text: 'Mike\'s Bikes Feed Statistics'
            },
            legend: {
                position: "bottom"
            },