We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 can I keep draw after reload page? I saw that exist an object for each draw. Is it possible to use this data to plot in the chart again?
The text was updated successfully, but these errors were encountered:
Yes, you can either use drawingsupdated event to grab current serialized drawings, and then restore them when needed.
drawingsupdated
Docs: https://www.amcharts.com/docs/v5/charts/stock/serializing-indicators-annotations/
Or you can instruct your users to enable autosaving of drawings via settings or data save controls:
https://www.amcharts.com/docs/v5/charts/stock/toolbar/settings-control/#Auto_saving_feature https://www.amcharts.com/docs/v5/charts/stock/toolbar/data-save-control/
Sorry, something went wrong.
No branches or pull requests
How can I keep draw after reload page?
I saw that exist an object for each draw. Is it possible to use this data to plot in the chart again?
The text was updated successfully, but these errors were encountered: