I using a Bullet Charts but when I insert a bit number he show in the x the step of 50, can I change that value to 1000 for sample?
tks
I using a Bullet Charts but when I insert a bit number he show in the x the step of 50, can I change that value to 1000 for sample?
tks
Hi, you can use setTickInverval method on the axis like: yAxis.setTickInterval(1000);
(in that particular example, chart is configured as inverted so the adjustment needs to be done on the y axis).