You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: