How can we specify that only whole numbers(multiples of 100) should be present in the tick values
Open
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
Hi,
Now in C3 the y-axis tick values are automatically plotted based on the yaxis values. Say i need to show only the tick values having multiples of 100.
For example - my y-axis will range between 10000 to 50000
and I want to show only the tick values like - 20000, 21000, 21100 but i should not get values like 21010 something which is not a multiple of 100.
How can i achieve this?
Contributor guide
Assessment
This issue has not been assessed yet.