c3js / c3

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

horizontal bar chart labels cut off and sizing issue #2724

Open tjohannto opened 4 years ago

tjohannto commented 4 years ago

I have a fixed size horizontal bar chart with rather long labels.

The label with the biggest data always gets cut off.

https://stackoverflow.com/questions/58587770/c3js-horizontal-bar-chart-labels-cut-off-and-sizing-issue

or

https://jsfiddle.net/gothmogg/w20ta8zg/

It seems to be an internal C3 sizing issue. Am I right there? Is there a way to prevent the labels from beeing cut off?

tjohannto commented 3 years ago

are there any news about this or maybe a proper workaround?