score:0
Accepted answer
I got the desired result just by adding "False" to the redraw option of Highcharts, because it is by default set true
update(Object options, Boolean redraw)
I had to read the documentation. Here is the answer in the docs.
I'm using Highcharts JS v5.0.12 (2017-05-24).
Here is the code
drillup: function() {
this.update({
colorAxis: {
dataClasses: [{
to: 200000
}, {
from: 200000,
to: 350000
}, {
from: 350000
}]
}
}, false);
}
score:1
It is a bug and it is reported here: https://github.com/highcharts/highcharts/issues/6679. Until it's fixed, use v5.0.10
.
Example:
http://jsfiddle.net/hqngy7jj/ - using Highmaps v5.0.10
Source: stackoverflow.com
Related Query
- Highcharts Drilldown fail
- Change title when drilldown in Highcharts
- Optimize JavaScript DrillDown code
- Highcharts : Chart with drilldown how to obtain click event of drill up button
- Lazy Highcharts drilldown
- Highcharts Pie Chart Drilldown not showing on third drill
- Highcharts chart with 'datetime' xAxis - use categories on drilldown
- HighCharts - Pie chart drilldown for multilevel (3 to 4 level)
- Highcharts drilldown - when useing setData chart doesn't stay drilled down
- Highcharts async drilldown (3 level) - drillup not working
- Using PhantomJS to create HighCharts grahps server side for use in PDF creation (PHP) - results in exit code 11 from PHPs exec();
- Get name of clicked point in Highcharts when the point has drilldown
- Single series drilldown to multiple series Highcharts
- Highcharts - Global configuration with common code and unique data & Headings
- Highcharts xAxis drilldown dont change correctly
- Highcharts multiple series drilldown to multiple series
- drilldown maps and funnell charts on the same page using highcharts
- spline is not plotting after drilldown - HighCharts
- Highcharts --- Change sliced color on drilldown pie chart
- Highcharts column drilldown
- highcharts donut pie - different color for the data than its drilldown
- Motion in drilldown bubble chart Highcharts
- HighCharts Stock Chart error code 18
- Highcharts multiple column chart with drilldown, correct formatting of drilldown axes
- highcharts change rendered image source on click
- Highcharts xAxis shows labels from drilldown on drillup
- How do i add mouse wheel code in Angular2 highcharts in typescript
- how to display 2 same highcharts without duplicate the code
- Drilldown for grouped column chart in highcharts
- Highcharts - column chart with drilldown to waterfall
More Query from same tag
- Highcharts and Json data
- How automatic xAxis labels rotation in highchart
- Scraping data from high charts
- How To Merge Highcharts Legends With All Unique Entries
- Is it possible to populate grouped categories dynamically in the grouped-categories plugin using an array?
- HighCharts draw a line in current month and year
- highcharts has no exported member 'ChartObject'
- How do I turn string insert data into a series for react highcharts?
- Space between columns
- How do I add column-specific plotlines using High Charts?
- How to get id of clicked element in highchart contextmenu
- Highcharts legend index showing -1 on legend click
- How to add data tables to dynamically generated highcharts
- Additional Chart in Tooltip possible?
- How do I add a custom FirstLabel in HighCharts?
- Highcharts not displaying JSON data
- Use CSS class in DOT NET High Chart to change PlotOptionsBar
- Highcharts - show at least 5 horizontal grid lines, even when value doesn't change
- How to set the dynamic value from a text box to the graph using Highcharts?
- Highcharts : display a second series under the X-Axis
- How can I have a responsive graph with highcharts?
- Rails Highstock Chart Installation
- How to draw a pie with logarithmic scale in HighCharts?
- Loading variwide chart from Highcharts library in Angular 2+
- How to highlight points of multi series in same X value when mouse moves using highcharts?
- Mootools Highcharts radio button toggle between charts, working jQuery version
- Highcharts/Highstock dynamically add/remove multiple series
- Show details in Fancybox with Highcharts
- Highcharts erroneously inserting numbered extra categories in error
- Use High-charts, Open Flash Chart 2, Google Charts or what else !