radar_chart library

Classes

DefaultRadarProvider
The default RadarChartDataProvider which using the default designed style.
RadarChart
Radar chart 雷达图表 提供方便的绘制雷达图表的功能。 基础的属性修改如雷达图的边数sidesCount,半径大小radius,旋转角度rotateAngle等。 对绘制的效果也支持一定程度上的定制,参考BrnRadarChartDataProvider,BrnRadarChartStyle
RadarChartDataProvider
A provider that supplies data to draw radar chart.It could be a list of grouped data that means you can put different radar charts in one table.
RadarChartParentData
RadarChartStyle
A style contains the properties needed to paint a radar chart.
RenderRadarChart
Drawing the radar outline and positioning the children around the radar with some computation logic.

Typedefs

MarkerBuilder = Widget Function(int index)
A builder of providing marker widgets for convenience.