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