getBundleForSeriesShape function

RegistrationBundle? getBundleForSeriesShape(
  1. ChartSeriesDataShape shape
)

Returns a bundle with charts compatible to the provided data shape.

Implementation

RegistrationBundle? getBundleForSeriesShape(ChartSeriesDataShape shape) =>
    seriesShapeBundles[shape];