[PR #1516] [CLOSED] Avoid partially hiding of chart tooltip near chart ends #2777

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

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/1516
Author: @maxbruecken
Created: 5/18/2024
Status: Closed

Base: masterHead: chart-tooltip-position


📝 Commits (1)

  • 2ae940a Avoid partially hiding of chart tooltip near chart ends

📊 Changes

3 files changed (+198 additions, -7 deletions)

View changed files

📝 Radzen.Blazor/Rendering/ChartTooltip.razor (+21 -1)
📝 Radzen.Blazor/themes/components/blazor/_chart.scss (+129 -6)
📝 Radzen.Blazor/wwwroot/Radzen.Blazor.js (+48 -0)

📄 Description

Added new chart tooltip CSS classes to show tooltip without cutting near ends of the chart. This fixes #560.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/1516 **Author:** [@maxbruecken](https://github.com/maxbruecken) **Created:** 5/18/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `chart-tooltip-position` --- ### 📝 Commits (1) - [`2ae940a`](https://github.com/radzenhq/radzen-blazor/commit/2ae940a9b62dd44532baeb1d967dcab7dce89af3) Avoid partially hiding of chart tooltip near chart ends ### 📊 Changes **3 files changed** (+198 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/Rendering/ChartTooltip.razor` (+21 -1) 📝 `Radzen.Blazor/themes/components/blazor/_chart.scss` (+129 -6) 📝 `Radzen.Blazor/wwwroot/Radzen.Blazor.js` (+48 -0) </details> ### 📄 Description Added new chart tooltip CSS classes to show tooltip without cutting near ends of the chart. This fixes #560. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:20:26 +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#2777