multi_charts library

Classes

PieChart
A chart type which plots the values in the form of a pie with different slices representing different values. It takes the @required values parameter which provides the data to plot the graph.
RadarChart
A chart type which plots the values in the form of a spider web or radar.

Enums

LegendIconShape
Defines the shape of the Legend icon, it can be either LegendIconShape.Circle or LegendIconShape.Square
LegendPosition
Defines the position of the Legend in the chart region. It can be one of LegendPosition.Left or LegendPosition.Top or LegendPosition.Right or LegendPosition.Bottom
SeparatedValue
Defines the separated value type, it can be either SeparatedValue.Min or SeparatedValue.Max