Hi. I'm unae.
i have a question about the format of chart tooltip.
how do i set the format for N0?
thank you.
Syncfusion.Blazor ver : 19.1.0.55
ex)
<ChartTooltipSettings Enable="true" Shared="true" Format="${point.y}"></ChartTooltipSettings>
<ChartSeries DataSource="@Items" XName="x" YName="y" TooltipFormat="N0" Type="ChartSeriesType.Column"></ChartSeries>