Timeline
A chronological view of a versioned series. `source` is the class whose instances are placed on the time axis; `orderBy` is the date/datetime property to sort by (ascending — oldest first). Two render modes are selected by whether `track` + `metricPath` are present. Without them, the band renders the bare sequence — one clickable node per instance showing its order value, useful as a navigation axis. With them, the band renders a multi-series trajectory chart: `track` names the property on each instance holding the sub-resources to follow (aligned across versions by their stable resource key), `metricPath` is the `/`-separated path from each tracked sub-resource to the numeric value plotted on the Y axis, and the optional `hueBy` path supplies a per-series hue. The chart is ontology-neutral — the Y axis autoscales to the data unless `axisMin`/`axisMax` are declared; `valueLabel` prefixes the legend value; and `lowerPath`/`upperPath` add a shaded envelope between two metric paths per series. One line per tracked key spans the version sequence, with a legend reporting each series' latest value and its change from the first version. Used on a PackageView to show the shape of how a series evolved (e.g. every WorldviewThesis confidence across snapshot versions).
- Subclass Of
Band