added chart title
authorJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 3 Sep 2011 20:18:18 +0000 (20:18 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Sat, 3 Sep 2011 20:18:18 +0000 (20:18 +0000)
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,