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 listen event on redraw? #36

Closed
zantdev opened this issue Mar 27, 2018 · 1 comment
Closed

How to listen event on redraw? #36

zantdev opened this issue Mar 27, 2018 · 1 comment

Comments

@zantdev
Copy link

zantdev commented Mar 27, 2018

I need to listen event after certain point is added to the chart, not fully chart drawn, how to implement that?

@Shestac92
Copy link

@zantdev
Could you specify which chart type do you use for this purpose?
Basically, chart dispatches redraw event every time a new point is added to the chart. You can listen to this event type, but scrolling, for example, dispatches this event too.
Please, check the following sample for details, click 'append point' and check the browser console - https://playground.anychart.com/yQu8DU9W

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