mattosaurus / ChartJSCore

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

Plugins does not have a PluginDynamic member #75

Closed OriginalArkus closed 2 years ago

OriginalArkus commented 2 years ago

Many plugins for chart.js require configuration defined under the options > plugins section of configuration. For example, see https://emn178.github.io/chartjs-plugin-labels/samples/demo/

Sadly, the Plugins class does not contain a PluginDynamic member, so custom data cannot be added at this level of configuration.

mattosaurus commented 2 years ago

Fixed thanks to your PR #76