barLabelRotationRegistration top-level property
Implementation
final barLabelRotationRegistration = ChartRegistration(
type: ChartType.barLabelRotation,
typeString: 'barlabelrotation',
aliases: const ['rotatedlabels'],
fromJson: v3bar.BarLabelRotationConfig.fromJson,
description: 'Bar chart with rotated labels',
tags: const ['cartesian', 'bar'],
);