How to use Chart.js with chartjs-plugin-annotation?

I’m trying to integrate Chart.js into a WeWeb project and would like to use the chartjs-plugin-annotation plugin so I can draw lines/boxes on the chart

Hi there :waving_hand:

We have a native charts.js plugin but if you want to install another plugin on top you will probably need to use NPM to install.

Here’s a community post talking about it:

And another post with some follow up answers:

Hope this helps