Description Usage Arguments Value Examples
Modify axis tick formatting options
1 2 3 |
c3 |
c3 htmlwidget object |
axis |
character 'x', 'y' or 'y2' axis |
centered |
boolean (x-axis only) |
format |
character js function, wrap character or character vector in JS() |
culling |
boolean or list defining number of ticks 'list(max = 5)' this option effects tick labels (x-axis only) |
count |
integer number of ticks to display. This effects tick lines and labels |
fit |
boolean position ticks evenly or set to values (x-axis only) |
values |
vector. Must match axis format type |
rotate |
integer degrees to rotate labels (x-axis only) |
outer |
boolean show axis outer tick |
... |
additional options passed to axis tick object |
c3
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.