-
Notifications
You must be signed in to change notification settings - Fork 332
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
Option to make a custom time marker title editable #105
Comments
I had the same problem, had to do a workaround for it:
For example, assuming there is a timeline with var name "timeline", and a dataset with var name "items":
|
@theprometeus Thank you for sharing the workaround. |
It would be nice to have a custom events that gets fired every time a marker was edited. That way these edits could be saved or something! |
@mojoaxel I think so too. |
* feat(timeline): add an option to make the custom marker editable (#105) * chore(docs): update the timeline document (#105) * chore(docs): add new example of custom time markers (#105) * chore(docs): add new example of editable custom time markers (#105) * chore(docs): add the links to the example overview (#105) * fix(docs): don't use foo and bar (#105)
Once a custom time marker is added, the custom time marker title can't be edited anymore.
This means that we need to remove and re-add it to change the title.
I think it would be a good idea to add an option to make a custom time marker title editable.
The text was updated successfully, but these errors were encountered: