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

Missing(?) Highcharts methods #5

Closed
realcheese opened this issue May 3, 2017 · 2 comments
Closed

Missing(?) Highcharts methods #5

realcheese opened this issue May 3, 2017 · 2 comments

Comments

@realcheese
Copy link

Please correct me if I am wrong but I am trying to use some of Highcharts methods such as update() but I receive an error message that it is undefined. I'm also unable to access the series property (I want to use setData()).

I've tried addSeries() and it works. It seems like VueHighcharts.vue contains a small # of the methods listed in Highcharts API. If I need to use these methods, what is the best way for me to do so? Should I update my VueHighcharts.vue file?

Thank you.

@realcheese realcheese changed the title Highcharts methods Missing(?) Highcharts methods May 3, 2017
@superman66
Copy link
Owner

if you want to use some of Highcharts methods, you can try delegateMethod().
such as update(), you can use delegateMethod('update').

@realcheese
Copy link
Author

realcheese commented May 4, 2017 via email

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

2 participants