Skip to content

Commit fe1531f

Browse files
feat(pygal): implement box-basic
1 parent 38d2bd6 commit fe1531f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plots/pygal/box/box-basic/default.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
chart = pygal.Box(
3434
width=4800,
3535
height=2700,
36-
title="Basic Box Plot",
36+
title="Distribution Comparison by Group",
3737
x_title="Group",
3838
y_title="Value",
3939
style=custom_style,

0 commit comments

Comments
 (0)