zenith-scene 0.0.7

Zenith backend-neutral scene IR and compilation (geometry, text wrap, anchors, opacity, clip).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! `chart` node compilation — axis frame, scale, plot area, bar/line/area/sparkline.
//!
//! Wiring only: submodule declarations and the single public re-export.
//! No business logic lives here (AGENTS.md: module-root files are wiring only).

mod axis;
mod bar;
mod entry;
mod frame;
mod hbar;
mod legend;
mod line;
mod palette;
mod pie;
mod scale;

pub(in crate::compile) use entry::compile_chart;