Skip to content

Commit 93b7766

Browse files
committed
feat: add 4 more charts
1 parent a36e90d commit 93b7766

22 files changed

Lines changed: 430 additions & 1 deletion

__pycache__/config.cpython-313.pyc

23 Bytes
Binary file not shown.
88.5 KB
Loading
85.8 KB
Loading
59.4 KB
Loading
60.3 KB
Loading

config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"demographic": "#1f77b4", # Blue
1717
"biometric": "#ff7f0e", # Orange
1818
"enrollment": "#2ca02c", # Green
19+
"primary": "#9467bd", # Purple (for general charts)
1920
}
2021

2122
FIGURE_DPI = 150

src/charts/engagement/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Engagement charts package."""
258 Bytes
Binary file not shown.
3.27 KB
Binary file not shown.
4.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)