Skip to content

feat(altair): implement pie-basic#352

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

feat(altair): implement pie-basic#352
github-actions[bot] merged 1 commit intoplot/pie-basicfrom
auto/pie-basic/altair

Conversation

@claude
Copy link
Copy Markdown
Contributor

@claude claude bot commented Dec 7, 2025

Summary

Implements pie-basic for altair library.

Parent Issue: #206
Sub-Issue: #265
Base Branch: plot/pie-basic
Attempt: 1/3

Implementation

  • plots/altair/arc/pie-basic/default.py

Changes

  • Simplified implementation to follow KISS principle (script style, no function wrapper)
  • Uses PyPlots.ai default color palette for consistent styling
  • Includes percentage labels on pie slices
  • Adds interactive tooltips showing category, value, and percentage
  • Properly configured legend and chart dimensions

Simplify the pie-basic implementation to follow the KISS principle:
- Remove function wrapper and use sequential script style
- Use PyPlots.ai default color palette
- Add percentage labels on slices
- Include interactive tooltips with value and percentage
- Configure proper chart dimensions and legend styling
@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 f5de97a into plot/pie-basic Dec 7, 2025
8 checks passed
@github-actions github-actions bot deleted the auto/pie-basic/altair branch December 7, 2025 00:53
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