I'm starting to work with NVD3.js and I'm a little lost about the configurations possible with this tool. I want to configure many items like:
These are my doubts, can someone help me with the documentation link or with the answer to my questions?
-- EDIT --
Found how to display the label for every bar on x axis:
In the nv.d3.js edit the function nv.models.multiBarChart
. In this line: reduceXTicks = true
, set the value to false
.
or
Just add this line to your nv.addGraph
function:
chart.reduceXTicks('false');
Development of NVD3 appears to have moved to the nvd3-community fork which has documentation available.
Agreed with shabeer90. There is no documentation for NVD3 (wish there was). D3.js documentation is of course largely in play...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With