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
- Passing data from $ajax call to highcharts
- How can we achieve high chart with complex json data?
- Highstock navigator add drag-end event
- Google spreadsheet sharing
- Highcharts tick interval positioning
- Display Highcharts data from mysql database on jsp page
- stackLabels configuration in Highcharts
- highchart updating plotOptions
- How we can show scrollbar if max index exceeded in highcharts timeline?
- BootStrap - Model Binding and HTML5/CSS3 support?
- How to change color of shaded area in highcharts
- Advanced LINQ Grouping and Projection Query for Hierarchical Data (EF 4.0 + LINQ + ASP.NET MVC + HighCharts)
- HighCharts: Can I call the Exporting functions directly?
- Wrong labels on X axis on Highcharts
- 3D Pie chart in Highcharts/Javascript
- Highcharts Boxplot - box with lower, upper quartile and median is not displaying when min and max are null of a category
- How to make highcharts with dynamic datetime range with monthly interval
- HighCharts pointRange trancating width. Is this a HighCharts bug or am I missing something?
- Custom data label for a single point in OHLC candlestick in Highcharts
- How to put two charts on the same page with different modules?
- how do I process dynamically generated graph with PHP and send the result as an email?
- how to get additional information by clicking a data point on bubble chart from data
- Constructing a combination chart with Highcharts
- Highcharts change or add color for name in a array of point.names and y
- Highcharts: how do I format the x-axis so the actual date/time from the table appears for each y
- Which highstock options can I use to remove inbetween xAxis
- How to apply highchart's license
- How to change height and tooltip width for JS library highcharts?
- How to change highcharts bars width individually
- 413 Request Entity Too Large HighCharts