Skip to content

Commit b5582a2

Browse files
fix(pygal): update area-basic to trigger CI on correct file
The previous attempt deleted the duplicate file from the wrong location (plots/pygal/line/area-basic) but CI was only seeing the deleted file in the diff. This update modifies the correct file so CI will test it.
1 parent bb7c7a3 commit b5582a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pygal.style import Style
88

99

10-
# Data
10+
# Data - monthly sales example
1111
months = ["Jan", "Feb", "Mar", "Apr", "May", "Jun"]
1212
sales = [100, 150, 130, 180, 200, 220]
1313

0 commit comments

Comments
 (0)