-
Notifications
You must be signed in to change notification settings - Fork 316
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
Issue about positionLine #102
Comments
Is there a way you could provide a min reproducible example online (you can follow this doc) ? |
https://glitch.com/edit/#!/delightful-orange-domain I prepared a demo version and reproduced the error. I would like to see best practices for React, Angular, Vue, for updating orders and positions on the chart in the documentation. Would appreciate help with my problem. |
Probably my implementation is too complex and everything can be done much simpler |
The community is not active at all ( |
There is almost no information on the internet how to update lines with positions, maybe we should add an example to the documentation? This is a very capricious point.
I seem to be doing everything right, but why my lines are not deleted? The reference to the object does not change. But my behavior is that new lines are created but previous lines are not deleted. How to fix it and what is the reason? Maybe someone has an example of implementation?
My test function is called every 5 seconds and should clear the lines and draw again, but it doesn't ((
If I do it like this, the line removal works. I don't see anything on the screen. But why doesn't it work through Map? The reference to the object remains the same
The text was updated successfully, but these errors were encountered: