c3js / c3js/c3

Add "top-center" option to axis.y.label.position

Open
#845 1 comment 0 reactions 0 assignees View on GitHub
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:
![top-center](https://cloud.githubusercontent.com/assets/3267574/5542399/7f34e5c4-8a9a-11e4-8509-e0323743f6d9.jpg)

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.