treemapRegistration top-level property

ChartRegistration treemapRegistration
final

Implementation

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