Commit 8392814
feat(highcharts): implement box-basic (#459)
## Summary
Implements `box-basic` for **highcharts** library.
**Parent Issue:** #204
**Sub-Issue:** #439
**Base Branch:** `plot/box-basic`
**Attempt:** 1/3
## Implementation
- `plots/highcharts/boxplot/box-basic/default.py`
## Changes
- Box plot with four groups (A, B, C, D) showing statistical
distributions
- Displays quartiles (Q1, median, Q3), whiskers (1.5×IQR), and outliers
- Uses Python Blue (#306998) for box fill and Signal Red (#DC2626) for
outliers and median line
- Proper 4800×2700 px output dimensions
Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com>1 parent 5a4f37e commit 8392814
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
0 commit comments