barLabelRotationRegistration top-level property

ChartRegistration barLabelRotationRegistration
final

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'],
);