-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Use setMarkers without replacing existing markers #358
Comments
This comment has been minimized.
This comment has been minimized.
Currently no. As workaround you can easily save all markers you've set before and then modify that array and set all markers again. |
This comment has been minimized.
This comment has been minimized.
I was thinking about doing so but for my use case, I believe it won't work because:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@HighBreedTech You can easily save the date of the latest marker.
@abdullahtk actually it will. You need to "manage" all markers from your side, every time you want to modify markers set, you need to do that with your set and then push changed (in our case that's all markers) to the API.
@HighBreedTech what problem you faced with that?
Yeah, it should. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I just marked some of comments here as off-topic as soon they seem aren't related to the original issue. @HighBreedTech if you have any questions like "I spend couple of days and can't smth" or "I can't do that, can you please debug it for me?" - please ask them in our discord (see #241 (comment)) or on https://stackoverflow.com/. If you have any bug or suggestion what we need to add to the API, or what we need to modify to make it better - feel free to create an issue on github please. Let's leave this issue clean with only related the original topic comments please. |
Thank you for all the great work. I have a case where I want to draw different set of markers on different times on Line series. When I call series.setMarkers it replace the existing markers which I don't want that to happen. Is there a way to add markers without replacing the existing one?
The text was updated successfully, but these errors were encountered: