Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ColumnChart Series shows triangles #1576

Closed
monsieurvor opened this issue Jul 1, 2024 · 1 comment
Closed

ColumnChart Series shows triangles #1576

monsieurvor opened this issue Jul 1, 2024 · 1 comment

Comments

@monsieurvor
Copy link
Contributor

monsieurvor commented Jul 1, 2024

Describe the bug
In RadzenChart, column series, when the dataset 1) includes one or more negative values, and 2) a radius is set, items with value 0 are weirdly displayed as triangles (looks like the inverse of the radius is colored in below the 0 line). The same goes for values with height smaller than the radius size.

To Reproduce

  1. Create RadzenChart with ColumnSeries
  2. Add <RadzenColumnOptions Radius="X" />
  3. In the data series, include at least 1 negative value
  4. Chart displays as screenshot below

Below repo reproduces this in Blazor Server. The behavior is the same for Blazor Wasm.
https://github.com/monsieurvor/RadzenColumnSeriesIssue

Expected behavior
0 values in the dataset should be empty, not shown as triangles.

Screenshots
image
image

Desktop:

  • OS: Windows 11
  • Browser: Chrome, Edge
  • Version: Latest
@monsieurvor
Copy link
Contributor Author

That was quick! Thanks for the fix👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant