mattosaurus / ChartJSCore

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

Added classes for handling color plugin #95

Closed stephanstapel closed 1 year ago

stephanstapel commented 1 year ago

Hi Matt, The color plugin is shiping with Chart.js. In order to use it, it was needed to use pluginDynamic. Unfortunately, this hinders using further options plugins (like legend settings). I added some documentation, if you want more/ different documentation, please let me know. Also, if you want the plugin to move to plugins directory (where the zoom plugin resides), just let me know as well.

mattosaurus commented 1 year ago

Thanks for this. I've published v3.10.0 with these changes now.

thalter commented 1 year ago

I know this PR is already committed and merged, but can you update the demo page with examples of how to use this plugin? All new contributions should include updated demos.

stephanstapel commented 1 year ago

I take care of this!

stephanstapel commented 1 year ago

https://github.com/mattosaurus/ChartJSCore/pull/96