Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serie type of columnrange #270

Open
thaison316 opened this issue Oct 17, 2018 · 2 comments
Open

serie type of columnrange #270

thaison316 opened this issue Oct 17, 2018 · 2 comments

Comments

@thaison316
Copy link

has anyone been successful of using columnrange type for series? I get this error.

The requested series type does not exist

This error happens when you are setting chart.type or series.type to a series type that isn't defined in Highcharts. A typical reason may be that your are missing the extension file where the series type is defined, for example in order to run an arearange series you need to load the highcharts-more.js file.

@kuvelas
Copy link

kuvelas commented Nov 6, 2018

columnrange is in highcharts-more, so under the import of Highcharts, add:

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

You may want to look at an alternative Highcharts wrapper because this repo is dead. Last commit was 2/14/2017. This is the one we are looking at:
https://github.com/cebor/angular-highcharts

@tibinvpaul
Copy link

No updates for last 2 years. There is an official Angular wrapper of Highcharts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants