Open Vinayak1893 opened 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
There is an reduceXTicks option, example : chart: { type: 'lineChart', height: 150, showControls: false, staggerLabels: true, reduceXTicks: true, }
Is there Any way to reduce the X axis ticks. I want show a tick after each 3 intervals on my heatmap chart