2amigos/yii2-chartjs-widget

how can change the tooltip point style?

Opened this issue · 0 comments

2022_11_17_11_46_50_Greenshot

How can i change the point style in the tooltip? Or how can i disable this one?

return ChartJs::widget([ 'type' => 'line', 'id' => 'durations', 'options' => [ 'maintainAspectRatio'=> false, 'responsive' => true, 'plugins' => [ 'tooltip' => [ 'usePointStyle' => false, ], ] ],
This is my code like the infos from chart.js website. But this not will working with the widget. I hope anybody can help me.