[Chartjs]-ChartJS v3 Migration: how to define annotation plugin?

1👍

You can put the lib name in the search bar of the cdn

https://cdnjs.com/libraries/chartjs-plugin-annotation

<script src="https://cdnjs.cloudflare.com/ajax/libs/chartjs-plugin-annotation/1.0.2/chartjs-plugin-annotation.js" integrity="sha512-sAqZojh+v9iWel74NtgLdr9y2QWsy+kfFfffU9Gzgcrg6SmNDLIznMTyZIFo33dDcRMhYV9HGCDbaTVXxUwz7g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

Leave a comment