chartjs-plugin-labels
chartjs-plugin-labels copied to clipboard
Percentage disappers for pie slice when overlap is false
I set overlap = false and when I load the pie chart I have one slice of 4%. Hovering over this pie slice the 4% label disappears. It seems that anything larger than 4%, the percentage on the pie slice is fine.
it's expected if overlap = false. When the area can't contain the label, it won't display.
But it does display initially. Its only when you hover over it the label disappears.
Sent from my iPhone
On Aug 23, 2018, at 6:23 AM, emn178 [email protected] wrote:
it's expected if overlap = false. When the area can't contain the label, it won't display.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
Maybe the size change small when hover. Can you post sample code?
I'm working on getting you a sample. Also, setting arc=true fixes the issue, however, I don't want the percentages to arc so this solution won't work.