Does anyone have a simple way to force both a line and bar chart to use the same Y axis in an NVD3 chart? When starting with the following, they take Y1 and Y2.
http://nvd3.org/ghpages/linePlusBar.html
If left to my own devices, I would suspect I should adapt linePlusBarChart.js, but it'll take some fumbling around as I learn the syntax / methods. Any shortcuts are welcome.
.forceX(low,high)
andforceY()
depending on the type of chart. – Lars Kotthoff