highmaps - Highcharts Drilldown fail -


i'm using highcharts maps drilldown jsfiddle
problem when drilldown, change dataclasses this

chart.update({     coloraxis: {         dataclasses: [{             to: 5000         }, {             from: 5000,             to: 6000         }, {             from: 6000         }]     } }); 

and works , when drillup have this

drillup: function () {     this.settitle(null, { text: 'general' });     this.coloraxis[0].update({         coloraxis: {             dataclasses: [{                 to: 200000             }, {                 from: 200000,                 to: 350000             }, {                 from: 350000             }]         }     }); } 

all works perfect when try drilldown again doesn't work. idea solve problem? or how change data classes in different way?

it bug , 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


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -