Example of Box and Whisker in Javascript Chart Control

/
/
Box and Whisker

This Box and Whisker Chart example visualizes the employee’s age group in various departments of a company with box and whisker chart.

More Details...

Description

In this example, you can see how to render and configure a box and whisker chart or box plot. This chart is used to visualize a group of numerical data through their data quartiles. Box plots may also have lines extending vertically from the boxes (whiskers) indicating variability outside the upper and lower quartiles. Marker and DataLabel are used to represent individual data and its values. Tooltip is enabled in this example. To see the tooltip in action, hover over a point or tap on a point in touch enabled devices. Injecting Module Chart component features are segregated into individual feature-wise modules. To use box and whisker series, we need to inject BoxAndWhiskerSeries module using Chart.Inject(BoxAndWhiskerSeries) method. More information on the box and whisker series can be found in this documentation section.