β­•Donut Plot Row

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 on the right side, listed in a column.

Row Donut Plot

Code Examples

To create a row donut plot, we need to pass in the item pairs along with their values.

Example of a row donut plot :-

// This function draws the plot
DonutRowChartStrategy.DonutPlotRow(circularData = dataSet)

Last updated

Was this helpful?