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:
yValueand/orxValue;allowDragXorallowDragYare disabled (also correctly update thexValueand/oryValue);