I would like to make a line chart with nvd3(which is a collection of re-usable charts made with d3.js), which has y and x axis represented by a line.
Here is the line chart example from the official nvd3 site:
http://nvd3.org/examples/line.html
I would like something like this, where the X axis line displayed:
http://i.imgur.com/m4JfqWl.png?1
Has nvd3 any options for that? Is it even possible? Thanks.