Graphs/Box Plot
Edit src/renderers/d3/distribution/box-plot.ts and save to see changes across all configurations
Tests: 21Sections: 5
Container SizesSame dataset (salary by department), different container dimensions
Small350×220 · 152 rows
Medium500×320 · 152 rows
Large700×420 · 152 rows
Wide900×300 · 152 rows
Tall350×500 · 152 rows
Config OptionsWhisker types, mean marker, outlier display
IQR whiskers (default)500×320 · 152 rows
Min/Max whiskers500×320 · 152 rows
Show mean500×320 · 152 rows
No outliers500×320 · 152 rows
Different DatasetsVarious data shapes and group counts
2 groups400×320 · 100 rows
3 groups (response times)500×320 · 120 rows
8 groups (test scores)700×400 · 200 rows
12 groups800×400 · 180 rows
Horizontal OrientationGroups on Y-axis, values extend left-right
5 groups (salary)600×350 · 152 rows
3 groups (response times)500×250 · 120 rows
8 groups (test scores)600×450 · 200 rows
Horizontal + mean600×350 · 152 rows
Sort ModesSort by value or category
Default (data order)500×320 · 152 rows
Sort by median desc500×320 · 152 rows
Sort by median asc500×320 · 152 rows
Sort alphabetical500×320 · 152 rows