score:26

Accepted answer

i looked on nvd3.org and couldn't find any real documentation, but checking the source, i found https://github.com/novus/nvd3/blob/master/src/models/multibarchart.js which showed a boolean chart parameter of "reducexticks" with a comment indicating it would do what you want. i tried it out with one of the example charts and it worked. specifically, i used:

chart
   .reducexticks(true)

score:2

there is no proper documentation, but you can acheive it. just add the below line to your chart reducexticks: false

rest will follow. thanks


Related Query

More Query from same tag