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 with dual x-axis.. #634

Open LalitAgrawala004 opened 7 years ago

LalitAgrawala004 commented 7 years ago

I wanted to develop a line chart with dual x-axis like the attached screen shot.. any idea how to achieve it?

image

I tried the data in the format {x: <<1st xaxis value>>, y: <>, x2: <<2nd x-axis value>>} but x2 axis is not at all visible. Any help would be highly appreciated..