c3js / c3

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

Is there anyway to keep the label when hiding the axes in c3 charts? #2730

Open stl-shabnamshariaty opened 4 years ago

stl-shabnamshariaty commented 4 years ago

I am using the latest version of c3 (0.7.11) and want to hide the y axis in a bar chart but keep its label. I could hide the axis by adding {show: false}, but the label is gone too. I was wondering if there is anyway to keep the label.