ChartJs.Blazor
ChartJs.Blazor copied to clipboard
Brings Chart.js charts to Blazor
Is it possible to support mixed chart types? like original chart.js support? https://www.chartjs.org/docs/latest/charts/mixed.html
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
### Describe your question Is it possible to have tool tips customized not only visually but also what text is displayed inside the toolptip? It seems to be dont using...
I am trying to use this wrapper in order to include a Chart inside my .razor page, I've successfully managed to show data but now I need to drag and...
Finally, [2.0](https://github.com/mariusmuntean/ChartJs.Blazor/releases/tag/v2.0.0) is released. I'm sorry for the long wait. As a short disclaimer before you continue reading this: I'm very thankful for Marius creating this library and giving me...
Hello, Is there a way to customize the tooltip values? I would for example want to transform 0.43 to 43%. I managed to do it for the linear cartesian ticks...
### Describe your question I want to know how to setup min and max value for axis. ### Which Blazor project type is your question related to? - Server-Side ###...
Hi Team, Please remove dependence of Newtonsoft.Json, and migrate json processing to System.Text.Json. It will save few kb of download size and improve performance. **Microsoft recommends it.** https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-migrate-from-newtonsoft-how-to?pivots=dotnet-6-0
It's pretty clear (also says so in the docs) that this is not maintained anymore. This is really too bad because it works beautifully. We just needs small PR's once...
### Describe your question How to correctly use BarCharts with data from asynchrounous call in OnInitializedAsync. I have a situation where I need to get data from an API, and...