π©Donut Plot Column
Introduction
A donut plot is a pie chart with the center cut out, used to visualize distributions. The various items provided as input are represented as sections of the donut plot, recognizable by their color codes. This is a normal donut plot with its legends below it.

Code Example
To create a column donut plot, we need to pass in item pairs along with their values, similar to Donut Plot Row charts.
Example of a row donut plot :-
// This function creates the Plot.
DonutColumnChartStrategy.DonutPlotColumn(circularData = dataSet)
Last updated
Was this helpful?