RadzenSeriesValueLine tooltip

Radzen: 5.2.5 working
Radzen: 5.5.5 not working

The RadzenSeriesValueLine onhover tooltip is not working anymore. It worked with the following code. I used also the TooltipTemplate within the RadzenColumnSeries tag, it also not working. Any suggestions how to fix?

Can you reproduce the problem in our online demos?

There was a change in 5.5.x which refactored the chart tooltips to use RadzenTooltip. This requires the proper registration of all services in program startup.

RadzenTooltip /> in the mainlayout was the dealbreaker. I have replaced it with <RadzenComponents @rendermode="InteractiveServer"/>. and now it works. Thnx