Search results

ChartDrawType API in Vue Chart API component

  • Type of series to be drawn in radar or polar series. They are
  • line - Renders the line series.
  • column - Renders the column series.
  • area - Renders the area series.
  • scatter - Renders the scatter series.
  • spline - Renders the spline series.
  • stackingColumn - Renders the stacking column series.
  • stackingArea - Renders the stacking area series.
  • rangeColumn - Renders the range column series.
  • splineArea - Renders the spline area series.
  • Line
  • Column
  • StackingColumn
  • Area
  • Scatter
  • RangeColumn
  • Spline
  • SplineArea
  • StackingArea
  • StackingLine