buildChart method

  1. @override
Widget buildChart()
override

Method to create the appropriate chart widget

Implementation

@override
Widget buildChart() => BoxPlotChartWidget(config: this);