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

multiBarChart showing graph for non-existing y-axis values #729

Open navneet1058 opened 6 years ago

navneet1058 commented 6 years ago

As appearing in the attached below screenshot multiBarChart showing graph for non-existing x-axis values like for dates Oct-01 and Oct-14, actually there are no y-axis values for these dates. Whereas lineChart plot correct graph for the y-axis values.

multibarchart_issue

Please help us in regarding this issue.