voidlabs / elycharts

Interactive Javascript (SVG|VML) Charting Library
http://elycharts.com
Other
10 stars 6 forks source link

line: hover areas are misaligned #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the line bar the first and last areas should be half width compared to 
remaining areas.

Currently the first area is between the first and the second dot, while the 
last are is between the last 2 dots. The middle area is correctly centered on 
the middle dot.

Original issue reported on code.google.com by stefano....@gmail.com on 9 Sep 2010 at 11:28

GoogleCodeExporter commented 9 years ago
Fixed by setting:
features.mousearea.indexCenter = 'line'

(or setting to "auto")

Original comment by eric.g...@gmail.com on 20 Sep 2010 at 12:11