novus / nvd3

A reusable charting library written in d3.js
http://nvd3.org/
Other
7.22k stars 2.14k forks source link

Reduce X-Axis ticks for heatmap Chart #2199

Open Vinayak1893 opened 5 years ago

Vinayak1893 commented 5 years ago

Is there Any way to reduce the X axis ticks. I want show a tick after each 3 intervals on my heatmap chart

cdupoiron commented 5 years ago

There is an reduceXTicks option, example : chart: { type: 'lineChart', height: 150, showControls: false, staggerLabels: true, reduceXTicks: true, }