-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support for chart.inverted=true
#62
base: master
Are you sure you want to change the base?
Support for chart.inverted=true
#62
Conversation
Properly position annotations on inverted charts when: - linked to points; - positioned using `yValue` and/or `xValue` ; - drag/drop annotations along the correct axis when `allowDragX` or `allowDragY` are disabled (also correctly update the `xValue` and/or `yValue`);
Some jsfidles:
(to see the effect over updating the |
Thank you for sharing! Somehow I got distracted and missed this PR. I will review soon. I guess it's the same as PR: #66 ? |
Yes it looks like that have the same general feature in mind. |
Thanks for your feedback! My apologies for missing this PR once again. I just merged the second PR, so closing this one. |
Check the jsfiddle linked in the PR and try to place a some new shapes and move them. You may want to update |
Right, thanks! |
Properly position annotations on inverted charts when:
yValue
and/orxValue
;allowDragX
orallowDragY
are disabled (also correctly update thexValue
and/oryValue
);