BlazorChartjs
BlazorChartjs copied to clipboard
Creates beautiful charts in Blazor using Chart.js. Library for NET6, NET7 and NET8. Source code and demo available.
Feature request for handling of large data series where x value is a DateTime. Requires moment.js. Example: [https://codepen.io/toxy1337/pen/rQRqrw](https://codepen.io/toxy1337/pen/rQRqrw)
**Is your feature request related to a problem? Please describe.** The JavaScript chart-js-plugin-zoom library has a 'resetZoom' function that can be called on the chart to reset it to the...
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...
**Is your feature request related to a problem? Please describe.** There is no ability to customise the appearance of a chart legend's labels, as there is no corresponding property in...
**Is your feature request related to a problem? Please describe.** When trying to configure a line chart to hide the points, I am limited to the properties in PSC.Blazor.Components.Chartjs.Models.Common.PointStyle. Trying...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
Hello there, I want to create a grouped/stacked Chart, similar to this one https://www.chartjs.org/docs/latest/samples/bar/stacked-groups.html when I emulate the configuration, I get the following result.  This is the configuration and...
**Describe the bug** Does not work in .NET 6.0 Blazor Server. **To Reproduce** Can reproduce by creating a fresh .NET 6 Blazor Server project, importing latest nuget version, and copying...
Hello there, the tooltip feature of the charts is amazing as it is, however it isn't flexible enough I think. I will like to request the options to being able...
Hello Enrico, I re-create the charts on demand and I have some memory leaks because some references must be disposed (I am not an expert on this issue). 1.- moduleTask...