matrixTypes top-level constant

Set<ChartType> const matrixTypes

Implementation

const Set<ChartType> matrixTypes = {
  ChartType.heatmap,
  ChartType.sparklineMatrix,
};