Add "top-center" option to axis.y.label.position
Open
C-feature-request
plugin candidate
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
@masayuki0812 I would like to see an additional positioning option added to `axis.y.label.position`
The proposed option `top-center` would be set in the same manner as other options:
``` js
axis: {
y: {
label: {
text: 'Minutes',
position: 'top-center'
}
}
}
```
The above code would result in the following output:

Contributor guide
Assessment
This issue has not been assessed yet.