Commit 1e65b26
feat(altair): implement area-basic (#524)
## Summary
Implements `area-basic` for **altair** library.
**Parent Issue:** #514
**Sub-Issue:** #519
**Base Branch:** `plot/area-basic`
**Attempt:** 1/3
## Implementation
- `plots/altair/area/area-basic/default.py`
### Changes from initial template:
- Used spec example data with proper month names (Jan-Dec) as ordinal
values
- Adjusted opacity to 0.7 for better visual clarity
- Added `sort=None` to preserve month order
- Configured proper axis labels and font sizes per style guide
Closes #519
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent bd7dca8 commit 1e65b26
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments