targetShape static method

ChartSeriesDataShape targetShape(
  1. ChartType type
)

Returns the expected data shape for a chart type.

Implementation

static registry.ChartSeriesDataShape targetShape(ChartType type) =>
    registry.targetSeriesDataShape(type);