slopeRegistration top-level property

ChartRegistration slopeRegistration
final

Implementation

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