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

Negative values in bullet chart #492

Open utkarshohm opened 8 years ago

utkarshohm commented 8 years ago

First of all, great library! I am trying to create a bullet chart with ranges=[-10,10]. The chart works great except for the axis labels that ignore the negative range and show values 0 to 10. What should I change in nv.d3.js? Please help.

stephenlane commented 7 years ago

any update on this