barNormalizedRegistration top-level property
Implementation
final barNormalizedRegistration = ChartRegistration(
type: ChartType.barNormalized,
typeString: 'barnormalized',
aliases: const ['bar100', 'percentstacked'],
fromJson: v3bar.BarNormalizedConfig.fromJson,
description: '100% normalized stacked bar chart',
tags: const ['cartesian', 'bar'],
);