chartist-js icon indicating copy to clipboard operation
chartist-js copied to clipboard

Pie chart issue

Open ayoubkhan558 opened this issue 2 years ago • 2 comments

When I use pie donut chart with .ct-square aspect ratio. Some labels are hidden. image

ayoubkhan558 avatar Sep 11 '22 12:09 ayoubkhan558

I have experienced the same problem and im looking for a solution yet. My problem is with the line label that is cutted at the top because the left guid stops exactly as the value. So it keeps been cutted.

LuizAntonioJR-RJ avatar Sep 17 '22 19:09 LuizAntonioJR-RJ

My friend, i think i found a solution. In the JS we have a property called chartPadding.

chartPadding: { top: 30, right: 15, bottom: 5, left: 10 },

just change those values and it will be allright,

God Bless you!

LuizAntonioJR-RJ avatar Sep 17 '22 19:09 LuizAntonioJR-RJ