From ba2a60324f62a118e6214350449a63c07305399e Mon Sep 17 00:00:00 2001 From: herby2212 <12448284+herby2212@users.noreply.github.com> Date: Sat, 15 Apr 2023 20:27:59 +0200 Subject: [PATCH] remove event handler and adapt cursor --- .../js/graphs/concurrent_streams_by_stream_type.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/data/interfaces/default/js/graphs/concurrent_streams_by_stream_type.js b/data/interfaces/default/js/graphs/concurrent_streams_by_stream_type.js index 42cd4eaa..8bbf97ca 100644 --- a/data/interfaces/default/js/graphs/concurrent_streams_by_stream_type.js +++ b/data/interfaces/default/js/graphs/concurrent_streams_by_stream_type.js @@ -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);