Padding label x axis
Open
- 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
}
}
}`
The last label is missing a part
When setting a padding of 1 I get the following

But then with less data I get an issue.

Using the latest C3 0.4.23.
Contributor guide
Assessment
This issue has not been assessed yet.