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

How could i use custom tick values in both axis different values than data records? #709

Closed LamaBimal closed 7 years ago

LamaBimal commented 7 years ago

I am using the nvd3 line Chart. X-axis is date axis where as Y-axis is hour axis. I want to populate the tick values within the certain scale. And How could i set min and max value of certain axis?