AccumulationChart tooltip doesn't work with Carousel
The example works fine with other multiple containers such as SfTabs.
AccumulationChart tooltip in SfCarousel disappears soon after mouse hovers on pie.
<SfCarousel>
@foreach (var model in _models)
{
<CarouselItem>
<SfAccumulationChart Title="@model.Name" EnableAnimation="false" EnableSmartLabels="false">
<AccumulationChartTitleStyle FontFamily="Arial" FontWeight="regular" Color="#E27F2D" Size="23px"></AccumulationChartTitleStyle>
<AccumulationChartTooltipSettings Enable="true" EnableAnimation="true"></AccumulationChartTooltipSettings>
<AccumulationChartLegendSettings Visible="true"></AccumulationChartLegendSettings>
<AccumulationChartSeriesCollection>
<AccumulationChartSeries DataSource="@model.Counts" XName="Value" YName="Count" InnerRadius="20%" Radius="R">
<AccumulationDataLabelSettings Visible="true" Name="Value" MaxWidth="100" TextWrap="TextWrap.Wrap" Position="AccumulationLabelPosition.Inside">
<AccumulationChartConnector Type="ConnectorType.Line" Length="10%"></AccumulationChartConnector>
</AccumulationDataLabelSettings>
</AccumulationChartSeries>
</AccumulationChartSeriesCollection>
</SfAccumulationChart>
</CarouselItem>
}
</SfCarousel>
Hi Yongkee,
Greetings from Syncfusion.
We have considered your reported scenario as bug and logged a defect report for the issue ”Accumulation chart tooltip is not displayed when placed in Carousel”. This fix will be available in our weekly patch release which is scheduled to be rolled out on 12th November 2024. We appreciate your patience until then. You can keep track of the bug from the below feedback link.
If you have any more specification/precise replication procedure or a scenario to be tested, you can add it as a comment in the portal.
Disclaimer: “Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.”
Regards,
Durga Gopalakrishnan.
Any update? It looks not implemented yet.
Yongkee,
We are addressing the reported issue with high priority and will provide an update on the fix inclusion details within two business days. We appreciate your patience and understanding.
Yongkee,
We are glad to announce that our v28.2.6 patch release is rolled out; we have added the fix for reported issue. You can use the latest Syncfusion.Blazor.Navigations NuGet package.
|
<SfCarousel PauseOnHover="false"> </SfCarousel> |
NuGet Package : https://www.nuget.org/packages/Syncfusion.Blazor.Navigations/
Sample : https://blazorplayground.syncfusion.com/LtLyXyDLKRECNAKb
Release Notes : https://blazor.syncfusion.com/documentation/release-notes/28.2.6?type=all#carousel
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance.
It works like a charm. Thank you.
Most welcome. Please get back to us if you need any further assistance. We are always happy in assisting you.
- 6 Replies
- 2 Participants
-
YC Yongkee Cho
- Oct 30, 2024 12:56 AM UTC
- May 5, 2025 04:49 AM UTC