Forum Discussion
Harry
10-28-2022Cloud Apps
Hello gayatrishahane ,
You can limit the labels in X-axis using below script. This script shows every 10th label in X-axis.
widget.on('processresult', function(se, ev){
ev.result.xAxis.tickInterval = 10
})
Please let me know if you have any questions
Always here to help,
Harry from QBeeQ
[email protected]
www.qbeeq.pl