Commit 66b65a4
feat(highcharts): implement area-basic (#505)
## Summary
Implements `area-basic` for **highcharts** library.
**Parent Issue:** #201
**Sub-Issue:** #473
**Base Branch:** `plot/area-basic`
**Attempt:** 1/3
## Implementation
- `plots/highcharts/area/area-basic/default.py`
## Features
- Basic area chart showing monthly sales trend
- Python Blue (#306998) color scheme
- Filled area with 50% opacity
- Visible markers on data points
- Subtle grid lines (10% opacity)
- Full x-axis labels (Jan-Dec) and y-axis label (Sales $)
- 4800x2700px output via Selenium screenshot
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent e6de0dd commit 66b65a4
1 file changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
96 | | - | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
102 | 107 | | |
103 | 108 | | |
104 | 109 | | |
0 commit comments