cartesianTypes top-level constant

Set<ChartType> const cartesianTypes

Implementation

const Set<ChartType> cartesianTypes = {
  ChartType.bar,
  ChartType.stackedBar,
  ChartType.groupedBar,
  ChartType.horizontalBar,
  ChartType.stackedHorizontalBar,
  ChartType.line,
  ChartType.lineArea,
  ChartType.area,
  ChartType.stackedArea,
  ChartType.scatter,
  ChartType.bubble,
  ChartType.strip,
  ChartType.combo,
  ChartType.histogram,
  ChartType.lollipop,
  ChartType.ridgeline,
  ChartType.errorBar,
  ChartType.slope,
  ChartType.dumbbell,
  ChartType.areaBump,
  ChartType.barBackground,
  ChartType.barRace,
  ChartType.barGradient,
  ChartType.barLabelRotation,
  ChartType.barRounded,
  ChartType.barNormalized,
  ChartType.negativeBar,
  ChartType.barBrush,
  ChartType.rainfall,
  ChartType.areaPieces,
  ChartType.lineGradient,
  ChartType.lineConfidenceBand,
  ChartType.lineMarkline,
  ChartType.logAxis,
  ChartType.functionPlot,
  ChartType.dynamicTimeSeries,
  ChartType.intradayLine,
  ChartType.lineClickAdd,
  ChartType.multiXAxes,
  ChartType.lineStyleItem,
  ChartType.largeScaleArea,
  ChartType.areaTimeAxis,
};