boxPlotRegistration top-level property

ChartRegistration boxPlotRegistration
final

Implementation

final boxPlotRegistration = ChartRegistration(
  type: ChartType.boxPlot,
  typeString: 'boxplot',
  aliases: const [],
  fromJson: BoxPlotChartConfig.fromJson,
  description: 'Box plot chart',
  tags: const ['common', 'statistical'],
);