novus / nvd3

A reusable charting library written in d3.js
http://nvd3.org/
Other
7.22k stars 2.15k forks source link

NVD3 Line Chart Zoom Points Position #2228

Closed maloun96 closed 1 year ago

maloun96 commented 3 years ago

When zooming the position of the points is wrong. I found the useInteractiveGuideline set to true, if is set to false everything is working fine.

Kapture 2021-01-05 at 15 35 42

Also, the official example doesn't work properly (https://github.com/novus/nvd3/blob/master/examples/lineChart.html) Kapture 2021-01-06 at 11 36 42

I found this commit, by changing back these changes everything works fine https://github.com/novus/nvd3/pull/2054