jinsean
Posts: 21
Joined: Thu Aug 18, 2016 7:22 pm

bubble chart & highcharts/modules

Hi, I noticed bubble chart requires highcharts more. Are there plans to move it to highcharts/modules?
magdalena
Posts: 517
Joined: Tue Aug 24, 2021 1:32 pm

Re: bubble chart & highcharts/modules

Hi,

We appreciate you reaching out to us!

There is no such plan at this moment. May I ask, why would it be helpful for you?

Regards!
Magdalena Gut
Developer and Highcharts Support Engineer
jinsean
Posts: 21
Joined: Thu Aug 18, 2016 7:22 pm

Re: bubble chart & highcharts/modules

Oh, it was just confusing to figure out how to use highcharts more. Specifically when using it w/ the highcharts-react-official package. Maybe better documentation on that would help.

thanks.
magdalena
Posts: 517
Joined: Tue Aug 24, 2021 1:32 pm

Re: bubble chart & highcharts/modules

Hi,

That's fair enough. You can use highcharts-more just like other modules. It can be added by using require - like here:

Code: Select all

require("highcharts/highcharts-more")(Highcharts);

or with import like this:

Code: Select all

import HC_more from "highcharts/highcharts-more"; 
HC_more(Highcharts);

Wrapper documentation
https://github.com/highcharts/highchart ... d-a-module

Demo:
https://codesandbox.io/s/highcharts-rea ... rked-mps1c

Feel free to ask any further questions,
Regards!
Magdalena Gut
Developer and Highcharts Support Engineer

Return to “Highcharts Usage”