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
New feature suggestion. Allow for custom number of ticks.
I've created a fork here, in which I tried to implement this (in a very crude way).
There's a bug with my fork when used in conjunction with showSelectionBar: true. Have a look at the fiddle http://jsfiddle.net/dojr4L0j/
showSelectionBar: true
The text was updated successfully, but these errors were encountered:
There is also a bug when used with showTicksValues: true. Moreover, the ticks are not drawn on a fix step which seems weird.
showTicksValues: true
I don't really get what would be the use case for such a feature...
Also there is already something similar being implemented here: #264 but there is still quite a lot of work to be done.
Sorry, something went wrong.
Agreed that #264 covers what I was trying to to. Thanks for pointing this out.
No branches or pull requests
New feature suggestion. Allow for custom number of ticks.
I've created a fork here, in which I tried to implement this (in a very crude way).
There's a bug with my fork when used in conjunction with
showSelectionBar: true
. Have a look at the fiddle http://jsfiddle.net/dojr4L0j/The text was updated successfully, but these errors were encountered: