Open HenryYan2012 opened 8 years ago
Could you setup jsfiddle with the issue? We will check this.
Have you set xValue
and yValue
to make sure annotation is linked to x-y vlaue, not x-y (pixels) position? See API.
@pawelfus Please check http://jsfiddle.net/z4eg8pmr/ You could add an circle annotation on it, and resize the result window. Then will see the issue. I believe it is linked to x-y value.
Indeed, looks buggy. When using column series (not inverted chart) it works fine.
Thank you for reporting!
Internal note:
Looks like values in drop event are not udated and group still has translate()
in the SVG. Other thing to check is if we have proper axes when chart is inverted.