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

Enable drawTime option as integer to relate the annotation drawing to a specific dataset drawing #889

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

stockiNail
Copy link
Collaborator

@stockiNail stockiNail commented May 17, 2023

Fix #887

This PR enables the feature to draw an annotation before a specific dataset.
This is implemented setting drawTime option as integer which is representing the dataset index.
The annotation will draw always before the dataset specified by index. IF the index is not consistent (doesn't represent a valid dataset index) the annotation is not drawn.

drawTime

TODO

  • test cases
  • types
  • documentation

@stockiNail stockiNail marked this pull request as ready for review May 17, 2023 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Draw line annotation on top of first dataset but under second dataset
1 participant