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