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