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.
@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