gevgeny / angular2-highcharts

:bar_chart: :chart_with_upwards_trend: Highcharts for your Angular project
MIT License
380 stars 113 forks source link

sunburst module missing ? #263

Open LightRW opened 6 years ago

LightRW commented 6 years ago

Hi there, I was trying to make a sunburst chart. e.g. http://jsfiddle.net/dzmnd7em/1/ I was expecting to be able to do something like:

const more = require('highcharts/highcharts-more'); const sb = require('highcharts/modules/sunburst'); But it can't be found. I checked in the highcharts/modules folder and I can't see the file.

Am I by any chance missing something? Or if it is missing, could it be added? Thanks!

Jrubzjeknf commented 6 years ago

Did you install a highcharts version of 6 or higher?

dhiraj007 commented 6 years ago

Did anyone implemented this in angular 2 or above