Closed grassick closed 2 months ago
If padding "fit" is turned on, then the legend can overflow in pie and donut charts. Turning it off leaves the appropriate amount of room.
https://jsfiddle.net/grassick/mjhdof13/6/
If you comment out the: { padding: "fit" }, it works perfectly. But with it on, it clips:
{ padding: "fit" }
Hi @grassick, thanks for the report. It's happening only in Safari. I'll go over it.
Description
If padding "fit" is turned on, then the legend can overflow in pie and donut charts. Turning it off leaves the appropriate amount of room.
Steps to check or reproduce
https://jsfiddle.net/grassick/mjhdof13/6/
If you comment out the:
{ padding: "fit" }
, it works perfectly. But with it on, it clips: