c3js / c3js/c3

Can't use axis tick rotate in conjunction with axis rotated

Open
#1,196 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
9.3k
Forks
1.4k
Avg merge
6d 16h
Merged PRs (30d)
1

Description

I guess there has to be a "y axis tick rotate" too

```
axis: {
rotated:true,
x: {
type: 'category',
tick: {
multiline: false
},
height: 130
},
y:{
tick:{
rotate:45
}
}
}
```

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.