I\'m using Chart.js pie chart with tooltips which being cut for some reason.
Screenshot attached, didn\'t found any attribute/option to take care of it..
Is
Interestingly, by the setting the tooltipCaretSize option to 0 solves the issue. { tooltipCaretSize: 0, ... }
tooltipCaretSize
0
{ tooltipCaretSize: 0, ... }