chartist-js
chartist-js copied to clipboard
Pie chart issue
When I use pie donut chart with .ct-square
aspect ratio. Some labels are hidden.
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.
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!