naver / billboard.js

📊 Re-usable, easy interface JavaScript chart library based on D3.js
https://naver.github.io/billboard.js/
MIT License
5.84k stars 353 forks source link

Padding "fit" overflows with pie/donut charts #3872

Closed grassick closed 2 months ago

grassick commented 2 months ago

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:

image

netil commented 2 months ago

Hi @grassick, thanks for the report. It's happening only in Safari. I'll go over it.