angularjs - Highchart-ng change the chart type in drilldown -


i need change chart type after 1 level of drill down, drill down level must remain same.

i looking similar

http://jsfiddle.net/vealz/ highcharts-ng.

specifically part emulates:

  $("#container").highcharts().series[0].update({ type: 'column' }); 

so far have been successful @ creating multi level drill down. each time try change chart type, drill-down resets


Comments

Popular posts from this blog

many to many - Django Rest Framework ManyToMany filter multiple values -

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

Java Entity Manager - JSON reader was expecting a value but found 'db' -