Would it be possible to provide some kind of boolean option on RadzenChart’s RadzenDonutSeries and RadzenPieSeries that would additionally show the defined ToolTipTemplate on the items in the legend as well?
Consider a dataset with some really large numbers in conjunction with very small numbers as depicted in the playground sample below. It becomes difficult to hover over the tiny slices of the pie/donut:
We could add a new ShowTooltipOnLegend property for RadzenPieSeries and RadzenDonutSeries. When set to true, clicking a legend item will display the tooltip for the corresponding slice - useful for exactly the scenario you described with tiny slices.