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
Ticks should be mirrored only if "allticks" is selected. https://codepen.io/pen/ZEzpYWY
The text was updated successfully, but these errors were encountered:
essential the bug part of #2539 - thanks very much for posting!
Sorry, something went wrong.
add failing mock for #4136
8f6e919
fix #4136 - don't draw ticks corresponding to _linepositions
cc19178
... when mirror isn't 'allticks' as _linepositions gets filled in lsInner (in subroutines.js) when mirror is set to 'all' OR 'allticks'
I noted this over in #4140 but realized it might make more sense to note it in this issue instead:
This seems to still be be broken on v2.2.1: https://codepen.io/thchr/pen/eYWGjQM I.e., the tick marks are on both y-axes of the first subplot.
mirror: "all"
etpinard
Successfully merging a pull request may close this issue.
Ticks should be mirrored only if "allticks" is selected.
https://codepen.io/pen/ZEzpYWY
The text was updated successfully, but these errors were encountered: