A week in packed bubbles you tap to focus, with a progress figure and capsule bars.
A statistics screen built on a packed bubble chart: each bubble is a category sized by its share, packed with a physics-free solver and allowed to crop at the edge. Tap one to focus it while the rest re-pack around it; a giant progress figure with a dot grid and a column of capsule bars sit below.
$199 once, every piece included. See how installing works · Sign in
SwiftUI source you own, built on Apple frameworks only.
Candy (style). Your agent builds around this screen in the same design.
Meal Planner (template)
How it behaves, what it handles, and the decisions behind it.
Each bubble is a food group, its area set by its share of the week, packed tightly around the largest and allowed to run past both edges of the screen. Tap one and it grows to the middle while the rest re-pack around it in one spring, showing what it adds up to; tap it again to let go. Below the chart, a giant percentage of the weekly plan sits over a dot grid of the week's meals (cooked, skipped, still ahead), and the days stand as columns of capsule bars, one capsule per meal.
BubbleChart fills the frame you give it and never clips, so place it full width and let the screen crop the outer bubbles. It takes its data, colours and fonts through parameters and reads no theme.BubbleChartExample at the end of BubbleChart.swift is the screen shown in the preview, with the plan card, the daily balance columns and the app's floating bar. Copy it as a starting point.Pieces that work well next to this one.