c3js / c3js/c3

Padding label x axis

Open
#2,372 0 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

I'm having an issues regarding the labels on x axis when using
` axis: {
x: {
type: 'category',
tick: {
culling: true,
fit: true,
width: 40
}
}
}`
screen shot 2018-05-22 at 19 31 46
The last label is missing a part
When setting a padding of 1 I get the following
screen shot 2018-05-22 at 19 33 22

But then with less data I get an issue.

screen shot 2018-05-22 at 19 33 16

Using the latest C3 0.4.23.

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.