2amigos / yii2-chartjs-widget

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

Want to use external plugin: chartjs-plugin-datalabels #51

Open strtob opened 2 years ago

strtob commented 2 years ago

Hi guys,

how can I integrate/use this plugin?

I try

Chart.plugins.register(ChartDataLabels);

at the end of the code (asset already registered). but I get

Uncaught ReferenceError: Chart is not defined

:-/