I have a line chart with multiple series on it. The tooltip on the datamarker only contains the value of the current series. Is it possible to override this content and provide me own? My goal here is to replicate the behavior of the Blazor.Boatstrap chart datamarker tooltip where the tooltip contains the corresponding value of all other series'.
An example of the behavior can be seen here:
Hi @Swifty,
While it is possible to customize the tooltip via the TooltipTemplate option you can't easily show all series values.
Hi Korchev
I've had a look at that, but couldn't find any docs or examples of how to implement it. Could you perhaps provide some links to resources?
Thanks!
The documentation is a good start
I had a look at that, but it does not give and example of how to use the tooltiptemplate as an attribute on the RadZenLineSeries element.