BlazorChartjs icon indicating copy to clipboard operation
BlazorChartjs copied to clipboard

Creates beautiful charts in Blazor using Chart.js. Library for NET6, NET7 and NET8. Source code and demo available.

Results 21 BlazorChartjs issues
Sort by recently updated
recently updated
newest added

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)

enhancement

**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...

enhancement

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. ![act](https://github.com/erossini/BlazorChartjs/assets/78668119/bc8498cd-0fcb-4012-a002-bcaea5a17c25) 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...

help wanted

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...

enhancement

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...

enhancement