[PR #1745] Render chart tooltips in the same way as standard tooltips #2881

Closed
opened 2026-01-29 18:20:53 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/1745

State: closed
Merged: Yes


This PR changes rendering of chart tooltip so, that chart tooltips are shown above all another controls, like the standard tooltips. This PR should fix #560.
Unfortunaltely there are some breaking changes:

  • Implementations of IChartSeries and IChartSeriesOverlay in external projects using Radzen must be updated
  • RadzenChartTooltip should be included in e.g. MainLayout.razor and ChartTooltipService should bei injected. No changes are necessary if RadzenComponents.razor and .AddRadzenComponents() are already used
**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1745 **State:** closed **Merged:** Yes --- This PR changes rendering of chart tooltip so, that chart tooltips are shown above all another controls, like the standard tooltips. This PR should fix #560. Unfortunaltely there are some breaking changes: - Implementations of IChartSeries and IChartSeriesOverlay in external projects using Radzen must be updated - RadzenChartTooltip should be included in e.g. MainLayout.razor and ChartTooltipService should bei injected. No changes are necessary if RadzenComponents.razor and .AddRadzenComponents() are already used
claunia added the pull-request label 2026-01-29 18:20:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2881