krispo / angular-nvd3

AngularJS directive for NVD3 reusable charting library (based on D3). Easily customize your charts via JSON API.
http://krispo.github.io/angular-nvd3
MIT License
1.29k stars 377 forks source link

line chart :having issue with series with all zero values all points are active by default #740

Open Diwakar-time opened 6 years ago

Diwakar-time commented 6 years ago

Hi, I am facing issue with line chart where one of the series have all 0 values, once you disable other series (deselect by clicking on legends) it shows all points as active with small circle.

Please find the plunkr : http://plnkr.co/edit/0KMvtF?p=preview

click on legends for cosine wave and other sine wave to see the defect.

How i can hide the active points i don't want show this points