Skip to content

Commit 3fc0ae8

Browse files
feat(altair): implement sunburst-basic (#5678)
## Implementation: `sunburst-basic` - python/altair Implements the **python/altair** version of `sunburst-basic`. **File:** `plots/sunburst-basic/implementations/python/altair.py` **Parent Issue:** #821 --- :robot: *[impl-generate workflow](https://github.com/MarkusNeusinger/anyplot/actions/runs/25347251837)* --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Markus Neusinger <2921697+MarkusNeusinger@users.noreply.github.com>
1 parent f80c686 commit 3fc0ae8

2 files changed

Lines changed: 211 additions & 131 deletions

File tree

plots/sunburst-basic/implementations/python/altair.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
""" pyplots.ai
1+
""" anyplot.ai
22
sunburst-basic: Basic Sunburst Chart
3-
Library: altair 6.0.0 | Python 3.13.11
4-
Quality: 91/100 | Created: 2025-12-23
3+
Library: altair 6.1.0 | Python 3.13.13
4+
Quality: 82/100 | Updated: 2026-05-04
55
"""
66

77
import altair as alt

0 commit comments

Comments
 (0)