mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-22 14:13:40 -07:00
remove event handler and adapt cursor
This commit is contained in:
parent
f2957aeaae
commit
ba2a60324f
1 changed files with 0 additions and 8 deletions
|
@ -25,14 +25,6 @@ var hc_concurrent_streams_by_stream_type_options = {
|
|||
},
|
||||
plotOptions: {
|
||||
series: {
|
||||
cursor: 'pointer',
|
||||
point: {
|
||||
events: {
|
||||
click: function() {
|
||||
selectHandler(this.category, this.series.name);
|
||||
}
|
||||
}
|
||||
},
|
||||
events: {
|
||||
legendItemClick: function() {
|
||||
setGraphVisibility(this.chart.renderTo.id, this.chart.series, this.name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue