mattosaurus / ChartJSCore

Implementation of Chart.js for use with .NET Core.
GNU General Public License v3.0
116 stars 34 forks source link

Enhancement - Annotation plugin support #103

Open stephanstapel opened 1 week ago

stephanstapel commented 1 week ago

I'm currently working on support for the annotation plugin: https://www.chartjs.org/chartjs-plugin-annotation/latest/guide/

@mattosaurus : would it be ok for you to integrate this into ChartJSCore? And if so, could we integrate this as dedicated plugin classes as a property of the Plugins class?

mattosaurus commented 13 hours ago

Hi, yeah I'm happy for this to be added to the plugins class. I'll take a look at this when I get a chance but feel free to sumbit a PR as well if necessary.