inferShape static method
Infers the dominant data shape from a JSON chart config.
Implementation
static registry.ChartSeriesDataShape inferShape(Map<String, dynamic> json) =>
registry.inferSeriesDataShape(json);
Infers the dominant data shape from a JSON chart config.
static registry.ChartSeriesDataShape inferShape(Map<String, dynamic> json) =>
registry.inferSeriesDataShape(json);