createCommonChart method
Creates and returns a common.BaseChart
.
Subclasses should override this method to create and configure the
appropriate common.BaseChart
instance.
Implementation
@override
common.PieChart<D> createCommonChart(BaseChartState chartState) =>
common.PieChart<D>(layoutConfig: layoutConfig?.commonLayoutConfig);