You can now click a graph point on the daily graph to view which items were viewed for that day.

This commit is contained in:
Tim 2015-08-08 15:53:56 +02:00
commit 4588507426
5 changed files with 227 additions and 1 deletions

View file

@ -23,6 +23,18 @@ var hc_plays_by_day_options = {
credits: {
enabled: false
},
plotOptions: {
series: {
cursor: 'pointer',
point: {
events: {
click: function() {
selectHandler(this.category);
}
}
}
}
},
colors: ['#F9AA03', '#FFFFFF'],
xAxis: {
type: 'datetime',