Closed eltonjude closed 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/
@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.
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/