Skip to content

feat(highcharts): implement box-basic#359

Merged
github-actions[bot] merged 1 commit intoplot/box-basicfrom
auto/box-basic/highcharts
Dec 7, 2025
Merged

feat(highcharts): implement box-basic#359
github-actions[bot] merged 1 commit intoplot/box-basicfrom
auto/box-basic/highcharts

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Dec 7, 2025

Summary

Implements box-basic for highcharts library.

Parent Issue: #203
Sub-Issue: #263
Base Branch: plot/box-basic
Attempt: 1/3

Implementation

  • plots/highcharts/boxplot/box-basic/default.py

Changes

  • Rewrote implementation to follow KISS style (no functions, no classes)
  • Uses proper color palette from style guide (#306998, #FFD43B, #059669, #8B5CF6)
  • Target dimensions: 4800x2700px (16:9 aspect ratio)
  • Calculates quartiles, whiskers, and detects outliers per 1.5×IQR rule
  • Includes outliers as separate scatter series with red markers
  • Downloads Highcharts JS inline for headless Chrome compatibility
  • Uses highcharts-more.js required for boxplot chart type

Implements basic box plot for highcharts library following KISS style:
- Uses pandas for data preparation
- Calculates quartiles, whiskers, and outliers manually
- Uses color palette from style guide (#306998, #FFD43B, #059669, #8B5CF6)
- Includes outliers as separate scatter series
- Target dimensions: 4800x2700px
- Downloads Highcharts JS inline for headless Chrome compatibility

🤖 Generated with [Claude Code](https://claude.com/claude-code)
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 7, 2025

✅ Plot Tests Passed

Python 3.13 (required): passed

Compatibility: 3.12 3.13

Note: Only Python 3.13 is required to pass. Python 3.12 is tested for compatibility.

@claude claude bot added the ai-approved Quality OK, ready for merge label Dec 7, 2025
@github-actions github-actions bot merged commit b7261fa into plot/box-basic Dec 7, 2025
8 checks passed
@github-actions github-actions bot deleted the auto/box-basic/highcharts branch December 7, 2025 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai-approved Quality OK, ready for merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants