-
It looks like it is not possible to use decimal data on the x-Axis.
I am using very simple x/y data:
public record DataPoint(decimal X, decimal Y);
public List DataPoints { get; } = new[] { new…
-
Hi Beto. I'm a LiveCharts Geared user and looking at moving over to the new version but can't figure out how to bind & style my line series in the View.
I the previous LiveCharts/Geared the line se…
-
Before I write anything else.. I have already created [an issue](https://github.com/aspnet/AspNetCore/issues/11954) a while ago with pretty much the same problem (which I will copy to here as well) bu…
-
I have not been able to get my first line chart off the ground, and have an exception that does not give me any clues what steps to take next:
blazor.server.js:1
[2021-11-27T17:4…
-
**Description**
When I launch a website, chart shows unhandled error, debug output shows that Unhandled exception rendering following components: blazoriseCharts.initialize, window.blazoriseChartsStr…
-
When I upgrade Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation from 6.0.0-rc.1.21452.15 to 6.0.0-rc.2.21480.10, I am encountering the above error when I am starting the app.
It is a MVC app with…
-
### Describe the bug
Line chart is only displaying two values
### Which Blazor project type is your bug related to?
- Server-Side
### Which charts does this bug apply to?
Line Charts
#…
-
**Describe the bug**
The RadzenChart will create a deadlock OnMouseOver when you have not specified Tooltips or disabled them.
**To Reproduce**
Consider this example code:
```
@foreach (K…
-
Typo in DatetimeUTC chart option forces all DateTime axes to use UTC.
From apex docs: https://apexcharts.com/docs/options/xaxis/#datetimeUTC
Blazor-ApexCharts: https://github.com/joadan/Blazor-A…
-
Current Line Chart in Mud Blazor Looks awesome.
![Screenshot 2021-04-11 180623](https://user-images.githubusercontent.com/45932883/114304439-be45b500-9af0-11eb-951c-6347a8665335.png)
However provi…