c3js / c3js/c3

How can we specify that only whole numbers(multiples of 100) should be present in the tick values

Open
#2,210 5 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.