hierarchicalTypes top-level constant

Set<ChartType> const hierarchicalTypes

Implementation

const Set<ChartType> hierarchicalTypes = {
  ChartType.treemap,
  ChartType.sunburst,
};