I have a pie chart that is generated from a json string. The cake is created correctly, but it happens that the tooltip becomes cut off when the text displayed in the tooltip is large. I tried to increase the width and height of the svg area. But the charts are generated dynamically, so I canβt dynamically adjust the widht chart and height depending on the content.
source
share