Open VanessaChu opened 6 years ago
@VanessaChu, you just need to pass a tickCount (quantity of the ticks on the axis you want) as an options property of the x-axis as:
let options = {
axisX: {
tickCount: 15,
...
},
axisY: {
...
}
};
This didn't work for the bar graph. :(
Unfortunately no, there is no current support for this use case.
Is there a way to show every 5 ticks on the bar chart on the x-axis?
For example 30 sets of datas only show 5, 10, 15, 20, 25, 30 labels on x-axis
Thank you