The Flutter Box and Whisker chart is used to visualize a group of numerical data through their quartiles. It is also referred as box plot chart. Box plots may also have lines extending vertically from the boxes (whiskers) indicating variability outside the upper and lower quartiles.
The Flutter Box and Whisker chart supports different types of rendering mode such us exclusive, inclusive, and normal.
Represent the values that are lying beyond the minimum and maximum values of the data point with outlier. Usually represented with a circle.
Allows you to enable or disable the average value of box plot.
Customize the color, thickness, and border of the Flutter Box and Whisker chart with built-in APIs to make it visually unique.
Box and Whisker Chart User Guide
Learn available options to customize the Flutter Box and Whisker chart.