ColumnChart Series shows triangles #1283

Closed
opened 2026-01-29 17:51:33 +00:00 by claunia · 1 comment
Owner

Originally created by @monsieurvor on GitHub (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
Originally created by @monsieurvor on GitHub (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](https://github.com/radzenhq/radzen-blazor/assets/80070435/594e39b8-be2e-4ca6-bd7d-252c5ff08a52) ![image](https://github.com/radzenhq/radzen-blazor/assets/80070435/12d317f6-f49a-4a00-84e0-aa68f637a0da) **Desktop:** - OS: Windows 11 - Browser: Chrome, Edge - Version: Latest
Author
Owner

@monsieurvor commented on GitHub (Jul 1, 2024):

That was quick! Thanks for the fix👍

@monsieurvor commented on GitHub (Jul 1, 2024): That was quick! Thanks for the fix👍
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1283