Can't use axis tick rotate in conjunction with axis rotated
Open
- 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
Assessment
This issue has not been assessed yet.