Thanks to visit codestin.com
Credit goes to github.com

Skip to content

MudRadialChart: Prevent tooltips from disappearing during parameter updates#12751

Merged
danielchalmers merged 2 commits into
MudBlazor:devfrom
Anu6is:ChartTooltip
Feb 27, 2026
Merged

MudRadialChart: Prevent tooltips from disappearing during parameter updates#12751
danielchalmers merged 2 commits into
MudBlazor:devfrom
Anu6is:ChartTooltip

Conversation

@Anu6is

@Anu6is Anu6is commented Feb 27, 2026

Copy link
Copy Markdown
Contributor

Removes the nullification of _hoveredSegment in MudRadialChartBase.OnParametersSet.

When placed inside components like MudCarousel that frequently update child parameters (e.g., during transitions or state updates), this caused tooltips to disappear.

Closes #12750

Checklist:

  • I've read the contribution guidelines
  • My code follows the style of this project
  • I've added or updated relevant unit tests

…ParametersSet. When placed inside components like MudCarousel that frequently update child parameters (e.g., during transitions or state updates), this caused tooltips to disappear.
@mudbot mudbot Bot changed the title Removes the nullification of _hoveredSegment in MudRadialChartBase.On… MudRadialChart: Prevent tooltips from disappearing during parameter updates Feb 27, 2026
@mudbot mudbot Bot added the bug Unexpected behavior or functionality not working as intended label Feb 27, 2026
@Anu6is Anu6is changed the title MudRadialChart: Prevent tooltips from disappearing during parameter updates MudChart: Tooltips not showing inside MudCarousel Feb 27, 2026
@Anu6is Anu6is changed the title MudChart: Tooltips not showing inside MudCarousel MudRadialChart: Prevent tooltips from disappearing during parameter updates Feb 27, 2026
@danielchalmers danielchalmers added the regression Previously worked and now doesn't label Feb 27, 2026
@danielchalmers

danielchalmers commented Feb 27, 2026

Copy link
Copy Markdown
Member

Is this ready to merge? I can do it now unless you would like to wait for reviews @Anu6is

@Anu6is

Anu6is commented Feb 27, 2026

Copy link
Copy Markdown
Contributor Author

@danielchalmers you can merge, yes.

@danielchalmers danielchalmers merged commit ab6f645 into MudBlazor:dev Feb 27, 2026
8 of 9 checks passed
@danielchalmers

Copy link
Copy Markdown
Member

Thank you!

@Anu6is Anu6is deleted the ChartTooltip branch March 4, 2026 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Unexpected behavior or functionality not working as intended regression Previously worked and now doesn't

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MudChart Tooltips not showing inside MudCarousel

2 participants