Method to create the appropriate chart widget
@override Widget buildChart() { if (isMultiBar) { return MultiBarChartWidget(config: this); } return BarChartWidget(config: this); }