Minimal interface for a chart the adapter can convert: an XYChart (or an
am5stock StockPanel, which extends it) or an am5percent chart -- a
PieChart or the SlicedChart a funnel lives in.
Both expose their data through a series list. Only an XY chart is bound to
axes and owns a plot area, so xAxes / yAxes / plotContainer are
optional — a pie has none of the three, and every read of them is guarded.
Minimal interface for a chart the adapter can convert: an
XYChart(or an am5stockStockPanel, which extends it) or an am5percent chart -- aPieChartor theSlicedCharta funnel lives in.Both expose their data through a series list. Only an XY chart is bound to axes and owns a plot area, so
xAxes/yAxes/plotContainerare optional — a pie has none of the three, and every read of them is guarded.