erossini / BlazorChartjs

Creates beautiful charts in Blazor using Chart.js. Library for NET6, NET7 and NET8. Source code and demo available.
https://www.puresourcecode.com/dotnet/blazor/blazor-component-for-chartjs/
MIT License
101 stars 40 forks source link

Support for annotations for use with average line. #60

Open jcvw75 opened 7 months ago

jcvw75 commented 7 months ago

I am referring to this plugin, https://www.chartjs.org/chartjs-plugin-annotation

I would like to see it integrated so I can use it like I use chartcontrol for the winforms, to get the average line.

If there's another way to do this without this plugin I would be glad to hear.

erossini commented 7 months ago

Noted. I'll look at this component and how I can integrate it.