inferShape static method

ChartSeriesDataShape inferShape(
  1. Map<String, dynamic> json
)

Infers the dominant data shape from a JSON chart config.

Implementation

static registry.ChartSeriesDataShape inferShape(Map<String, dynamic> json) =>
    registry.inferSeriesDataShape(json);