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

Y axis values go wrong #741

Open thelonglqd opened 6 years ago

thelonglqd commented 6 years ago

Here is what my line chart present, it is incorrect with my data

screen shot 2018-04-06 at 11 49 10 am

And here is my data for y axis: ["105", "143", "118", "106", "104", "111", "125", "111", "82", "114", "104", "128", "121", "113", "115", "107", "121", "123", "125", "102", "124", "97", "155", "109", "106", "109", "104", "92"]

Please help to give me some suggestion of the cause of this prolem, many thanks !