Commit 4dd1d0b
feat(altair): implement area-basic (#432)
## Summary
Implements `area-basic` for **altair** library.
**Parent Issue:** #201
**Sub-Issue:** #395
**Base Branch:** `plot/area-basic`
**Attempt:** 1/3
## Implementation
- `plots/altair/area/area-basic/default.py`
## Changes
- Uses `mark_area()` with inline `line` parameter for cleaner code
- Extended data from 6 to 12 months for richer visualization
- Added `configure_view(strokeWidth=0)` to remove chart border
- Configured proper font sizes for title, axis labels, and tick labels
- Subtle grid with `gridOpacity=0.3`
- Outputs 4800×2700px PNG (1600×900 × scale_factor=3.0)
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent c57acb0 commit 4dd1d0b
1 file changed
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | | - | |
| 19 | + | |
15 | 20 | | |
16 | | - | |
| 21 | + | |
17 | 22 | | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
0 commit comments