blacklabel / annotations

Annotations plugin for Highstock by Black Label
http://blacklabel.github.io/annotations/
Other
22 stars 16 forks source link

Fixes for x/yValue for inverted charts #66

Closed eltonjude closed 8 years ago

eltonjude commented 8 years ago

In this example, I want to draw a rectangle in the middle of the first bar, starting at 25px and having a width of 50px. Existing broken case: http://jsfiddle.net/gnb0pos7/ With the fixes in this PR: http://jsfiddle.net/gnb0pos7/1/

Works fine for column chart with and without these fixes: Without: http://jsfiddle.net/gnb0pos7/2/ With: http://jsfiddle.net/gnb0pos7/3/

eltonjude commented 8 years ago

@pawelfus I have removed commit https://github.com/eltonjude/annotations/commit/05e570b34664dbfcdfd7c2f69f4969738417aaa6 from this PR since it had nothing to do with the purpose of this PR in the first place.