Commit 87b67c1
feat(highcharts): implement line-basic (#504)
## Summary
Implements `line-basic` for **highcharts** library.
**Parent Issue:** #205
**Sub-Issue:** #485
**Base Branch:** `plot/line-basic`
**Attempt:** 1/3
## Implementation
- `plots/highcharts/line/line-basic/default.py`
## Changes
- Basic line plot implementation using LineSeries
- Uses Python Blue color (#306998) from style guide
- Proper axis labels (Time, Value) and title
- Markers enabled on data points
- Targets 4800x2700px resolution
- PNG export via Selenium/headless Chrome
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent 5001a77 commit 87b67c1
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
101 | 105 | | |
102 | 106 | | |
103 | 107 | | |
0 commit comments