Position adjustment — composable transforms on layer descriptors. Runs between extract-layer and build-panels in the plan pipeline.
Position types: :identity — no adjustment (default) :dodge — side-by-side within a categorical band (annotation) :stack — cumulative y-values across groups (data transform) :fill — normalized cumulative y, sums to 1.0 (data transform)
Position adjustment — composable transforms on layer descriptors. Runs between extract-layer and build-panels in the plan pipeline. Position types: :identity — no adjustment (default) :dodge — side-by-side within a categorical band (annotation) :stack — cumulative y-values across groups (data transform) :fill — normalized cumulative y, sums to 1.0 (data transform)
Apply position adjustment to layers sharing a position type. Returns a vec of adjusted layers.
Apply position adjustment to layers sharing a position type. Returns a vec of adjusted layers.
(apply-positions layers)Apply position adjustments to all layers in a panel. Groups layers by position type and applies adjustments per group. Stack/fill: modifies y-values (data transform). Dodge: annotates groups with indices (layout annotation). Layer order within each position bucket is preserved from the input.
Apply position adjustments to all layers in a panel. Groups layers by position type and applies adjustments per group. Stack/fill: modifies y-values (data transform). Dodge: annotates groups with indices (layout annotation). Layer order within each position bucket is preserved from the input.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |