Charts and legend not interactive/hoverable

Hello,

i'm building a dashboard with some charts.

The charts and the legend are not klickable and not hovering.

What can the problem here? I attached a video.

The console shows no errors.

Screenshot 2021-10-27 115714.png


@using Syncfusion.Blazor.Charts


  <SfAccumulationChart Title="Gruppierungen" Theme="Theme.Material" EnableAnimation="true">                <AccumulationChartTooltipSettings Enable="true"></AccumulationChartTooltipSettings>                <AccumulationChartLegendSettings Visible="true"></AccumulationChartLegendSettings>                <AccumulationChartSeriesCollection>

 <AccumulationChartSeries DataSource="@listGefahrstoffChartGruppierungen" XName="Gruppe" YName="Anzahl" Name="Gruppen" Explode="true">
<AccumulationDataLabelSettings Visible="true" Name="Anzahl" Position="AccumulationLabelPosition.Outside"></AccumulationDataLabelSettings>
</AccumulationChartSeries>
</AccumulationChartSeriesCollection>
</SfAccumulationChart>



Any ideas?

Regards,
Nils


3 Replies

DG Durga Gopalakrishnan Syncfusion Team October 28, 2021 02:31 PM UTC

Hi Nils, 

Greetings from Syncfusion. 

We request you to kindly include the lodash script in the HEAD element of the ~/Pages/_Host.cshtml page for server side blazor application. In case, if you are using WASM application, include it in the HEAD element of the ~/wwwroot/index.html page for user interaction. 
 
<head> 
</head> 

 


 

Please revert us if you have any concerns. 

Regards,  
Durga G 



NS Nils Steinle October 28, 2021 02:39 PM UTC

Its working,

thank you so much!
I didn't found that in the Documentation :)


Best Regards,
Nils



DG Durga Gopalakrishnan Syncfusion Team October 29, 2021 02:42 PM UTC

Hi Nils, 

Most welcome. We have already included about the lodash script reference in getting started documentation. Please check the 3rd step in below documentation link. 


Kindly revert us if you have any concerns. 

Regards,  
Durga G 


Loader.
Up arrow icon