highcharts-more - how to include?
See original GitHub issueI’ve been looking for information on how to include highcharts-more.js. I’ve added the following but still get a highcharts error (#17) in the console.
import VueHighcharts from 'vue2-highcharts';
import loadHighchartsMore from 'highcharts/highcharts-more';
import Highcharts from 'highcharts'
loadHighchartsMore(Highcharts)
Vue.use(VueHighcharts, { Highcharts });
Any suggestions on how to resolve this?
Thanks
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (4 by maintainers)
Top Results From Across the Web
How to add and use highcharts-more in Highcharts Angular ...
Add highcharts -more like any other module. A short load and initialization example is below: import * as Highcharts from 'highcharts'; ...
Read more >How to import highcharts-more - angular - Stack Overflow
I would like to use the spiderweb chart from highcharts, which requires me to import highcharts-more, but I cannot figure out how to...
Read more >How to use the highcharts/highcharts-more function in ... - Snyk
import React from 'react'; import Highcharts from 'highcharts'; import HighchartsMore from 'highcharts/highcharts-more'; //necessary for 'arearange' series type ...
Read more >highcharts-more - npm
Start using highcharts-more in your project by running `npm i highcharts-more`. ... This package is generated for simplicity of use.
Read more >Highcharts requires a js file. How can I load it and make it ...
import * as Highcharts from 'highcharts'; import HighchartsMore from 'highcharts/highcharts-more';. and then use it as a funtion like so:
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That did the trick! Thanks for your help.
You can see this demo Highcharts-More Demo