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>


Image_9073_1730248682583


6 Replies

DG Durga Gopalakrishnan Syncfusion Team October 30, 2024 10:32 AM UTC

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.


Feedback : https://www.syncfusion.com/feedback/62669/accumulation-chart-tooltip-is-not-displayed-when-placed-in-carousel


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.



YC Yongkee Cho December 6, 2024 02:12 PM UTC

Any update? It looks not implemented yet.



DG Durga Gopalakrishnan Syncfusion Team December 20, 2024 12:14 PM UTC

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.



DG Durga Gopalakrishnan Syncfusion Team May 2, 2025 01:29 PM UTC

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


Feedback : https://www.syncfusion.com/feedback/62669/accumulation-chart-tooltip-is-not-displayed-when-placed-in-carousel


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.



YC Yongkee Cho replied to Durga Gopalakrishnan May 2, 2025 09:08 PM UTC

It works like a charm. Thank you.



DG Durga Gopalakrishnan Syncfusion Team May 5, 2025 04:49 AM UTC

Most welcome. Please get back to us if you need any further assistance. We are always happy in assisting you.


Loader.
Up arrow icon