Commit a60a352
feat(highcharts): implement line-basic (#448)
## Summary
Implements `line-basic` for **highcharts** library.
**Parent Issue:** #205
**Sub-Issue:** #438
**Base Branch:** `plot/line-basic`
**Attempt:** 1/3
## Implementation
- `plots/highcharts/line/line-basic/default.py`
## Features
- Basic line plot with data points connected by lines
- Uses Python Blue color (#306998) from style guide
- Proper axis labels (Time on X-axis, Value on Y-axis)
- Title "Basic Line Plot"
- Markers enabled on data points
- Follows 4800x2700 px image dimensions requirement
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent ee01978 commit a60a352
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| 49 | + | |
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
| |||
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
92 | | - | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| |||
0 commit comments