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 get chart object in angular7, for re-rendering? #656

Open
Anj21 opened this issue Jun 17, 2019 · 0 comments
Open

how to get chart object in angular7, for re-rendering? #656

Anj21 opened this issue Jun 17, 2019 · 0 comments

Comments

@Anj21
Copy link

Anj21 commented Jun 17, 2019

A workaround ( jQuery!) is to get it from the element:

var chart = $('#theChart').highcharts();
chart.series[0].update({ color: '#d14242' });

This is how, we can do in AngularJs, but In angular7, I am not getting. Can anyone Please help.

Originally posted by @marcguyer in #97 (comment)

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