added chart title
[ppastats.git] / www / js / ppastats.js
index 6424708..f70f6dd 100644 (file)
@@ -19,6 +19,7 @@ function ppastats_chart(ddts) {
     });
     
     var plot1 = $.jqplot ('chart', [data_chart], {
+       title: 'Daily Download Count',
         axes: {
            xaxis: {
                 renderer:$.jqplot.DateAxisRenderer,