Wrong border color of tooltip on RadzenColumnSeries #367

Closed
opened 2026-01-29 17:36:10 +00:00 by claunia · 4 comments
Owner

Originally created by @eharbitz on GitHub (Apr 8, 2022).

Describe the bug

When using RadzenColumnSeries with custom Fill, the tooltip border color does not match the series color.

To Reproduce
Steps to reproduce the behavior:

  1. Create a RadzenChart
  2. Add a RadzenColumnSeries where the property Fill is set to some arbitrary color
  3. Hover over the chart.
  4. Notice how the border color for the tooltip does not match the color of the series in the chart.

Example code:

<RadzenChart> <RadzenColumnSeries Data="@Series" CategoryProperty="Group" ValueProperty="Value" Fill="red"> </RadzenColumnSeries> </RadzenChart>

Expected behavior
When using Fill, the color of the tooltip border should be updated.

Screenshots
image

Desktop (please complete the following information):

  • Browser [chrome]

Additional context

  1. It does not make any difference if Stroke is also used
  2. It seems like the bug should be fixed here: Set bar and column series tooltip border to Fill or Fills if specified.
    Maybe something wrong with the index value?
Originally created by @eharbitz on GitHub (Apr 8, 2022). **Describe the bug** When using `RadzenColumnSeries` with custom `Fill`, the tooltip border color does not match the series color. **To Reproduce** Steps to reproduce the behavior: 1. Create a `RadzenChart` 2. Add a `RadzenColumnSeries` where the property `Fill` is set to some arbitrary color 4. Hover over the chart. 5. Notice how the border color for the tooltip does not match the color of the series in the chart. Example code: `<RadzenChart> <RadzenColumnSeries Data="@Series" CategoryProperty="Group" ValueProperty="Value" Fill="red"> </RadzenColumnSeries> </RadzenChart> ` **Expected behavior** When using `Fill`, the color of the tooltip border should be updated. **Screenshots** ![image](https://user-images.githubusercontent.com/15960296/162428991-9c241cd2-7a9d-4710-8a7e-02ef83e0a95b.png) **Desktop (please complete the following information):** - Browser [chrome] **Additional context** 1. It does not make any difference if `Stroke` is also used 2. It seems like the bug should be fixed here: [Set bar and column series tooltip border to Fill or Fills if specified. ](https://github.com/radzenhq/radzen-blazor/commit/37907ed7f699dc51380cccdad67aff74aeeac480#diff-8c029d5c3044f60cabcb860b32656abcc3ecb93a68631ceb0518d95e6e008b65) Maybe something wrong with the `index` value?
Author
Owner

@akorchev commented on GitHub (Apr 8, 2022):

Should be addressed via 37907ed7f6

@akorchev commented on GitHub (Apr 8, 2022): Should be addressed via https://github.com/radzenhq/radzen-blazor/commit/37907ed7f699dc51380cccdad67aff74aeeac480
Author
Owner

@eharbitz commented on GitHub (Apr 8, 2022):

Should be addressed via 37907ed

I would think so too, but it appears to not do it.

From same page:
image
Image caption: Bug fixed for areaseries

image
Image caption: Not fixed for column series

@eharbitz commented on GitHub (Apr 8, 2022): > Should be addressed via [37907ed](https://github.com/radzenhq/radzen-blazor/commit/37907ed7f699dc51380cccdad67aff74aeeac480) I would think so too, but it appears to not do it. From same page: ![image](https://user-images.githubusercontent.com/15960296/162430750-e2b47a85-7dd4-4e41-89fb-1028ccde24f4.png) Image caption: Bug fixed for areaseries ![image](https://user-images.githubusercontent.com/15960296/162430782-d6e43cb2-d636-4c12-b9ee-cee6e7ac475c.png) Image caption: Not fixed for column series
Author
Owner

@akorchev commented on GitHub (Apr 8, 2022):

This commit has not been released yet.

@akorchev commented on GitHub (Apr 8, 2022): This commit has not been released yet.
Author
Owner

@eharbitz commented on GitHub (Apr 8, 2022):

I'm sorry :/

Thanks for fixing and responding this fast :)

@eharbitz commented on GitHub (Apr 8, 2022): I'm sorry :/ Thanks for fixing and responding this fast :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#367