score:1
You can achieve what you expect by making an update on tooltip itself and not updating the whole chart. Check demo and code posted below.
plotOptions: {
mappoint: {
events: {
click: function() {
this.chart.tooltip.update({
enabled: tooltipEnabled
});
tooltipEnabled = tooltipEnabled ? false : true;
disableHover = false;
}
},
dataLabels: {
enabled: false
},
marker: {
states: {
hover: {
enabled: true
}
}
}
}
}
Demo:
Source: stackoverflow.com
Related Query
- How do I stop a highmap from zooming in when I click on a point?
- How to disable legend click to stop pie slice from disappearing in Highcharts?
- React-highcharts: how do I stop the chart from re-animating when a certain prop changes?
- When using Highcharts, how do you get the point name from a data point series?
- HighChart: How to get exact point / timestamp from plotBands click
- How to stop Highcharts from recalculating ticks positions when a series is toggled?
- highcharts: stop chart from trapping mouse events, or capture mouse click on the ENTIRE chart
- how to get the axis value when I click on a cursor in highstock(high charts)?
- How to catch the click event from the axis ticks jqplot, highcharts,flot
- How to get the highlighted point from shared tooltip formatter, Highcharts
- How to remove outer shadow when hovered from highcharts JAVASCRIPT
- Highcharts : How do I keep the marker formatting and make the click event fire with a 5K+ point scatter plot?
- How to stop Highcharts y-Axis bar-chart labels being skipped when height is small?
- Highcharts: How to change or redraw a chart when a click event occurs on an another chart?
- How to change one point color on click in Highcharts
- how to animate the move of a point from a position to another in a HighCharts scatterplot
- how to add dynamic y axis in highchart from specific point of x-axis
- Highcharts - How can I get the nearest point on click event
- highmap Data point click event breaks after zoom on a mobile (touch screen)
- How to remove bullet from tooltip when using highchart?
- Highcharts: how to get the point category clicked on when drilling down?
- Click a point on a highcharts graph from outside of the chart
- On HighMaps, how do I show state abbreviations instead of state name on a U.S. map and remove data label from point
- How can I reveal my chart tooltip programatically when the tooltip combines data from multiple series? (sync charts)
- Why does my Highchart look different when I transfer my code from Jsfiddle to my server?
- How to get region/province code from IP address
- How do I change one Directive when I click another Directive?
- Highcharts - how to access category of multiple axis of the point from tooltip
- How to Plot chart from two different webform Submission data And Wand to Display annotated point
- Propagate click from tooltip to point
More Query from same tag
- highslide and highchart
- High Charts: commas thousand separator in pie chart. How do you do?
- Highstock: Property 'firePointEvent' of object #<Object> is not a function
- How to change aspect ratio and remove spacing in Highchart's gauge arc chart
- How to add custom CSS to the highcharts.js anchor <a> tags with links
- How to set xAxis maxRange/minRange for each rangeSelector button separately
- Is it possible to use jQuery in wicked_pdf to render charts?
- highcharts donut pie - different color for the data than its drilldown
- How to reuse a SVG generated from highcharts as background
- Highcharts visualize, style series
- Creating hyperlink on the highcharts stacked bar chat
- Highcharts leave selected like on selection
- HighChart - show tooltips for null on hover
- Replacing highcharts.each in my code as it is being deprecated
- Loading HighStock with RequireJS
- Highcharts buttons with different menuitems not working
- Highcharts - how to correctly align x-axis ticks when plotOptions.column.crisp set to false
- How to show data at middle instead of at the bottom while one of the data's value has big difference. highcharts.js
- how to create a highcharts area with the top area highlighted?
- How to create a new Highstock chart with new Highchart and not jquery?
- Hide inactive dates from datetime X-Axis
- Shared legend of charts in react-highcharts?
- Showing different images in Highmaps when moving the mouse cursor to a point
- Highcharts blank chart with x and y axis
- Can I animate plotbands and put more than one label to each plotband using the Highstock API?
- Highcarts: help to create the JSON
- Highchart - line or area not starting at the left point
- how to pass values to tooltip which not in x and y axis in highcharts
- Stacked highcharts on the same graph, with a new y axis each time?
- Data Grouping - Monthly (end-of-month)