Subversion Repositories SmartDukaan

Rev

Rev 16952 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16952 Rev 16972
Line 123... Line 123...
123
      var options10 = {
123
      var options10 = {
124
        hAxis: {
124
        hAxis: {
125
          title: 'Date',
125
          title: 'Date',
126
        },
126
        },
127
        vAxis: {
127
        vAxis: {
128
          title: 'Daily User activations'
128
          title: 'Top Five Apps'
129
        }
129
        }
130
      };
130
      };
131
 
131
 
132
      var chartTopFive = new google.visualization.LineChart(document.getElementById('top_five_apps'));
132
      var chartTopFive = new google.visualization.LineChart(document.getElementById('top_five_apps'));
133
      chartTopFive.draw(topFive,options10);
133
      chartTopFive.draw(topFive,options10);