heatmapRegistration top-level property

ChartRegistration heatmapRegistration
final

Implementation

final heatmapRegistration = ChartRegistration(
  type: ChartType.heatmap,
  typeString: 'heatmap',
  fromJson: HeatmapChartConfig.fromJson,
  description: 'Heatmap chart',
  tags: const ['matrix', 'heatmap'],
);