Joelius300 / ChartJSBlazor

This library is a modification of the awesome ChartJs.Blazor library by mariusmuntean. It's supposed to add more functionality to the LineChart and generally make the library more complete.
Other
40 stars 6 forks source link

Add support for datalabels plugin, if possible #34

Closed SeppPenner closed 4 years ago

SeppPenner commented 5 years ago

Maybe support https://github.com/chartjs/chartjs-plugin-datalabels.

I don't have an idea how at the moment, but it must be possible.

Joelius300 commented 5 years ago

Very good idea. There are also other plugin which I'd really like to support.

However I want to finish the charts first before we start with plugins :)

SeppPenner commented 5 years ago

Sure, it is just an idea. I have looked at how the plugins are integrated, but at the moment I don't know exactly how to do that in Blazor with the JSInterop.

SeppPenner commented 4 years ago

This will be tracked under https://github.com/Joelius300/ChartJSBlazor/issues/34 after the merge of both repositories.