score:1
You need to also disable inactive
state and set allowPointSelect
to false
.
plotOptions: {
series: {
allowPointSelect: false,
states: {
hover: {
enabled: false
},
inactive: {
enabled: false
},
select: {
enabled: false
}
}
}
}
Live demo: http://jsfiddle.net/BlackLabel/c9r68bmg/
API Reference: https://api.highcharts.com/highcharts/plotOptions.series.allowPointSelect
Source: stackoverflow.com
Related Query
- Highcharts disable hover effect and select animation
- How can I disable on hover marker animation in Highcharts 6.x?
- HighCharts / HighStock newly added series have problem with shared tooltips and mouse hover effect
- Issues with custom border around Highcharts Stacked Bars and disabling hover effect
- Disable hover on HighCharts
- highcharts - disable fading series on marker hover
- Disable PDF and SVG download options in Highcharts
- Highcharts - yAxis logarithmic scale and allowDecimals set to false not seeming to have any effect
- Highcharts Areaspline - Highlight a column on hover effect
- Highcharts - Global configuration with common code and unique data & Headings
- HighCharts : Highlight entire series when hover and restore state when out
- Highcharts conditionally disable marker on hover
- Animation behave differently between initial load and dynamic data series replacement in Highcharts
- Show tootip and select pie slice on legend click of pie chart in HighCharts
- Highcharts line and points are shown only on mouse hover
- Highcharts change symbol and hover text of individual points Line Chart
- change the categories and series in highcharts by select button?
- Disable legend hover in Highcharts
- Enable and disable Highcharts tooltip with drill menu
- highcharts custombutton hover and press changing colors by default
- Disable the label text (min, max, average, bins values) in measure annotation while doing MeasureX in highstocks and highcharts
- HighCharts ios Disable Initial Animation
- Disable tooltip only for months and days in Highcharts
- Can't disable animation when using Highcharts in polar mode
- How to have shadow enabled in hover and select of highmap?
- Highcharts -- Dynamically apply "halo" effect to points without triggering hover event
- Disable Plotpoint legend on hover in Highcharts
- How to make hover effect for two bar in highcharts at the same time is there any way by using css or any inbuilt method to achieve this?
- Point marker disabled on normal state and enabled on select and hover states - it is not working for select state
- hover on a point in highcharts graph using playwright and typescript
More Query from same tag
- Show tooltip and keep it visible
- Trying to default a legend value as hidden using logi info
- How to prevent cluttered date axis in Highcharts
- Highcharts: set 'select' state on a point and maintain it after mouseover?
- How to change highmap bubble color
- Highcharts maps with decimals
- how to map serial and data points using json Array
- adding extra series on highchart
- Highchart Export chart not returning image in IE8 or IE9
- Highcharts - Enable border for 1 column/bar only?
- JavaScript - iterating through an array for checking condition
- Highcharts Column Group Highlight Dynamically
- Tooltip is visible on the whilte area as well in lat-lon mappoint Highmaps
- Highcharts : How do i align data labels above the axis in column chart?
- Highcharts - curves goes outside the box
- External variable in the title of the chart
- Highchart hide series element with xAxis
- Multiple charts in separate divs, single range and zoom picker
- highcharts legend position wrong when align ='left' or 'right'?
- how to create on click event after drilldown
- Trying to push data to a JSON array
- Creating Pie Chart from external JSON not working
- How can I scrape Json data from Highcharts (stats.twitchapps.com)
- Change chart type with drilldown series
- How to extend plot line value outside the grey area or outside the chart in highchart?
- how to use object as series for Highcharts
- Flow chart in Highcharts adding list and line breaks
- Is data grouping supported in Highcharts?
- Highcharts Solid Gauge Dynamic Update Using JSON
- gridLineDashStyle of Highchart missing grid line at bottom when only one item as bellow demo