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
.mark() still takes arrays as loc parameters e.g.: .mark({mrk:'tick', loc:[0, 1/8, 2/8, 3/8, 4/8, 5/8, 6/8, 7/8, 1], dir:1}) is valid.
.mark()
loc
.mark({mrk:'tick', loc:[0, 1/8, 2/8, 3/8, 4/8, 5/8, 6/8, 7/8, 1], dir:1})
This needs to be added to the documentation.
The text was updated successfully, but these errors were encountered:
6de9783
According to #21
6ab77e5
No branches or pull requests
.mark()
still takes arrays asloc
parameters e.g.:.mark({mrk:'tick', loc:[0, 1/8, 2/8, 3/8, 4/8, 5/8, 6/8, 7/8, 1], dir:1})
is valid.This needs to be added to the documentation.
The text was updated successfully, but these errors were encountered: