mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
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:
parent
c28d403186
commit
4588507426
5 changed files with 227 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue