treemapRegistration top-level property
Implementation
final treemapRegistration = ChartRegistration(
type: ChartType.treemap,
typeString: 'treemap',
fromJson: TreemapChartConfig.fromJson,
description: 'Treemap chart',
tags: const ['hierarchical', 'advanced'],
);