flowTypes top-level constant

Set<ChartType> const flowTypes

Implementation

const Set<ChartType> flowTypes = {
  ChartType.sankey,
  ChartType.funnel,
  ChartType.waterfall,
  ChartType.gantt,
  ChartType.timeline,
};