Commit 0c66666
feat(highcharts): implement line-basic (#478)
## Summary
Implements `line-basic` for **highcharts** library.
**Parent Issue:** #205
**Sub-Issue:** #455
**Base Branch:** `plot/line-basic`
**Attempt:** 1/3
## Implementation
- `plots/highcharts/line/line-basic/default.py`
## Changes
- Fixed import path for LineSeries (from
`highcharts_core.options.series.area`)
- Set correct window size for 4800x2700 screenshot
- Clean KISS-style implementation following plot-generator guidelines
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent 870ff67 commit 0c66666
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| |||
0 commit comments