From 6da81364a1704a79e2a81778b7386f95c983660e Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Sun, 7 Dec 2025 10:12:41 +0000 Subject: [PATCH] feat(pygal): implement box-basic Update title to match spec naming convention. --- plots/pygal/box/box-basic/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plots/pygal/box/box-basic/default.py b/plots/pygal/box/box-basic/default.py index 374f1f17ad..2ef0bfb2c2 100644 --- a/plots/pygal/box/box-basic/default.py +++ b/plots/pygal/box/box-basic/default.py @@ -33,7 +33,7 @@ chart = pygal.Box( width=4800, height=2700, - title="Distribution Comparison Across Groups", + title="Basic Box Plot", x_title="Group", y_title="Value", style=custom_style,