Radzen Pie Chart Tooltip

Unable to change the position of tooltip in pie chart. it is taking up the space causing usability Issue.


                            <TooltipTemplate Context="item" >
                                <div>
                                    <strong>@item.Label</strong><br />
                                    <span style="display:block; text-align:center; font-size:1.5em; font-weight:bold;">
                                        @($"{(double)item.Value / chartData.Sum(x => x.Value):P0}")
                                        <span style="font-size:.7em; font-weight:normal;">(@item.Value)</span>
                                    </span>
                                </div>


                            </TooltipTemplate>

Hi @dselvaraj,

Indeed changing the position of the chart tooltip is not supported.