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

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -