coreStackedAreaRegistration top-level property
Implementation
final coreStackedAreaRegistration = ChartRegistration(
type: ChartType.stackedArea,
typeString: 'stackedarea',
aliases: const ['stacked_area'],
fromJson: AreaChartConfig.fromJson,
description: 'Stacked area chart',
tags: const ['core', 'cartesian', 'area'],
);