score:2
Accepted answer
it's not supported to update plotoptions in real time. jsfiddle.
you can update one-series options in that way:
chart.series[0].update({
point: {
events: {
mouseover: function() {
$('#report').html('outer x: ' + this.x + ', y: ' + this.y);
}
}
}
});
Source: stackoverflow.com
Related Query
- How can I change highcharts events after the chart has been initialized
- How can you change the "label" (valueSuffix) on a highcharts gauge after the gauge has been created?
- Reversing Highcharts Y-axis after the chart has been initialized
- How to change the series color and mark after I draw the line chart in highcharts?Does it has databound event?
- How can I maintain the Highcharts halo effect on pie chart after click and mouseOut?
- How can I change the colors of my highcharts piechart?
- Highstock: When legend under the chart has many items, the chart height is small. How can I fix the height?
- Highcharts, How can I change the datalable distance in a pie chart based on the value
- how to update renderer.text() in highcharts after a graph has been drawn?
- How can I make milestone lines with a GANTT chart using the highcharts library?
- How can I display crosshair labels on top of the chart with Highcharts
- How to change the background series colour of Highcharts Radar chart
- Adding points to Highcharts 3D scatter chart after the chart has loaded
- How do i color the highcharts legend square symbol when my chart has multiple color entries
- How can i load external json data in highcharts to show the bar chart
- How can I reverse the series order of a pyramid chart in Highcharts
- highcharts donut pie - How to calculate pie size percentages after resize the chart
- How to update/add Highchart options/properties after the chart/object has been created?
- Highcharts - Column Chart Drilldown, how to change the drilldown bar color based on some value
- How can I get HighCharts column chart to scale the yAxis to not have so much whitespace?
- Get notice when a Highcharts chart is change after change the window size
- Highcharts Chart Bar - How can I display in the chart, only one column from my HTML table?
- How can I replace the term "Week" in highcharts Gantt Chart Timeline?
- Highcharts plugin/extension that runs after the chart has loaded
- How can i change the color of a tile which was clicked of a treemap in highcharts using react
- how can I use rangeselector and navigation in highcharts in the given code
- How can I format the Highcharts gantt chart to be a dashed line instead of a solid line?
- How we can redraw the chart keeping the occurred events on click in Highcharts?
- How can I contain a label on a Highcharts area chart to the series' area
- The RTL language (Arabic) is not working with HighCharts pie chart correctly, how can I fix this?
More Query from same tag
- Customize Highchart Map's legend type and color
- External legend in Highcharts
- HighCharts - Show categories in x axis intead of the value of x in Bubble Chart
- highcharts: when adding new data series add new Y axis only if the title is different from existing Y axis
- how to make custom directive or pass variable in directive in angular js
- How to remove data gaps in HighCharts xAxis on a scatter chart
- Step serie for navigator
- Highchart - How do I create the attached image gauge within a semicircle
- HighCharts: loading from csv file, blank page in HTML/JS
- How to add series after click event in HighCharts
- How to identify and format numbers with javascript
- Javascript dynamically generated variables with 'this'
- Highchart ticks start point change when categories names are set
- Fixing dataLabel position in pie charts Highcharts even when data is changing
- Passing Django Database Queryset to Highcharts via JSON
- Input filter not working for reactive highchart
- Highcharts: Show navigator range in subtitle
- highcharts - create a total sumline of an existing serie
- Event Click on Pie with highslide
- How to keep an empty slice area in highcharts after clicking on legendItem
- Links in pie charts for Highcharts.js
- Adding round corners to Highcharts Bar Chart with stacked bars when value is 0
- ERROR TypeError: series.addPoint is not a function - Angular highcharts
- Highcharts | Network Graph - Is there a way to expand leaf nodes on click of the Parent node?
- Attach object to Highcharts click event
- Arrange the html text inside flag ( HighStock)
- Y-axis labels on spiderweb graphs
- Highchart doesn't display in IE7/8
- highcharts.js: cannot select some points in dense series
- Modify the size of the tickPositions in HighCharts