-
### Description
Expected:
```
"x".StartsWith( "\0" ) == false
```
Actual:
```
"x".StartsWith( "\0" ) == true
```
e.g.:
```
Console.WriteLine( $"x starts with nulls? {"…
-
Current Mud Blazor Website on Dark mode renders Line Chart Text Color in Black.
Also provide more customization of the text in terms of Text Color and Text Size etc in Charts.
#### Reproduce:
g…
-
When running the sample project, an exception is thrown if the 'Remove Data' button is clicked after all data points were already removed from a chart. This seems to affect all charts that have this f…
-
### Describe your question
I'm trying to make a barchart that has a wrapper object that contains the properties:
```C#
class DataItem
{
[JsonProperty("t")]
public string Name { get; set;…
-
Hi Guys,
It would be really nice if Microsoft can create a Chromium extension that can be used in Edge and Chrome that can prefetch any WASM Website / files when the browser starts. (especially Bl…
Pinox updated
3 years ago
-
There is a [simple](https://stackblitz.com/edit/angular-6iqyec?file=data.ts).
When there are too many tasks, gantt chart can not scroll up and down smoothly, especially with
Poorly configured com…
-
Hi,
I'm having trouble getting my tick callback method to fire in my server-side app
My testing so far has been on a stacked bar chart
Here is my code, the callback does not get called, and the for…
-
### Describe the bug
LineChart with TimeAxis(TimePoint) stopped working after ChartJs.Blazor update from 2.0.0.preview to 2.0.0 ('Fork' repo).
It throws the following runtime error: 'Microsoft.JSInt…
-
### Describe the bug
When defining RadarOptions with LinearRadialAxis with LinearRadialTicks an error occures.
### Which Blazor project type is your bug related to?
- Client-Side
- Server-Side
…
-
### Describe the bug
For some combinations of points with small Y value the scatterChart will cause a crash. It seems to relate to the auto scaling of the Y axis, specifically the formatting of the …