2amigos / yii2-chartjs-widget

ChartJs Widget For Yii2
https://2amigos.us
Other
108 stars 69 forks source link

how can change the tooltip point style? #54

Open saschahaendle opened 2 years ago

saschahaendle commented 2 years ago
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.