c3js / c3

:bar_chart: A D3-based reusable chart library
http://c3js.org
MIT License
9.35k stars 1.39k forks source link

Doc for y-axis ticks is incomplete #2643

Open stof opened 5 years ago

stof commented 5 years ago

The y-axis ticks supports the rotated option, but the doc is missing.

I haven't checked whether other options are missing.

joegurr commented 5 years ago

Hi @stof, @panthony, I would like to volunteer to complete this issue.

However, I have noticed that axis.y.tick.rotate only works when axis.rotated is true. Moreover, when axis.rotated is true, axis.x.tick.rotate does not work.

You can see this in this fiddle

I would be happy to investigate why that is if someone is willing to guide me a little as this is my first time attempting to contribute to any open source project. Thanks.