Chart.js pie tooltip getting cut

后端 未结 6 565
故里飘歌
故里飘歌 2020-12-29 03:35

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

6条回答
  •  死守一世寂寞
    2020-12-29 04:29

    Interestingly, by the setting the tooltipCaretSize option to 0 solves the issue.
    { tooltipCaretSize: 0, ... }

提交回复
热议问题