slopeRegistration top-level property
Implementation
final slopeRegistration = ChartRegistration(
type: ChartType.slope,
typeString: 'slope',
aliases: const ['slopegraph'],
fromJson: v3slope.SlopeChartConfig.fromJson,
description: 'Slope chart',
tags: const ['cartesian', 'comparison'],
);