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

How to update chart series or access Highcharts object #92

Open
mluis opened this issue Apr 10, 2018 · 2 comments
Open

How to update chart series or access Highcharts object #92

mluis opened this issue Apr 10, 2018 · 2 comments

Comments

@mluis
Copy link

mluis commented Apr 10, 2018

I'm trying to update highcharts data series dynamically with parallel HTTP requests, although can't
find out how to update the series neither how to access the main Highcharts object, just the chartOptions object.

There is no documentation on this. Would you mind giving support for these docs?

Thank you.

@mluis
Copy link
Author

mluis commented Apr 10, 2018

If I import Highcharts I get the Error 16.

@mluis
Copy link
Author

mluis commented Apr 10, 2018

Took a reference from here

@ViewChild(Ng2Highcharts)
  chartElement: Ng2Highcharts;

...

this.chartElement.draw(this.datexChartOptions);

Managed to make it work, although the colors of the series are the same..

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

1 participant