dumbbellRegistration top-level property

ChartRegistration dumbbellRegistration
final

Implementation

final dumbbellRegistration = ChartRegistration(
  type: ChartType.dumbbell,
  typeString: 'dumbbell',
  aliases: const ['dotrange'],
  fromJson: v3slope.DumbbellChartConfig.fromJson,
  description: 'Dumbbell chart',
  tags: const ['cartesian', 'comparison'],
);