forio / contour

Apache License 2.0
120 stars 21 forks source link

Gridlines for horizontal bar chart are out of bound of the chart #293

Open hkumar1993 opened 5 years ago

hkumar1993 commented 5 years ago
x-grid-lines y-grid-lines
hkumar1993 commented 5 years ago

Also tested on JS fiddle with the example bar chart http://jsfiddle.net/gh/get/jquery/1.11.0/forio/contour/tree/master/examples/showcase/bar/bar-basic Just add

chart: { gridlines: 'both' } 

to the options and you will see the same behavior