Skip to content
pyautark (soon)

@urban-toolkit/autk-plot


@urban-toolkit/autk-plot / ResolvedPlotTransform

Type Alias: ResolvedPlotTransform

ResolvedPlotTransform = object

Defined in: plot-base-data.ts:32

Normalized transform payload returned by resolveTransformResult().

Collapses preset-specific transform outputs into the rendered schema consumed by plot classes.

Properties

axisAttributes?

optional axisAttributes?: string[]

Defined in: plot-base-data.ts:36

Optional axis bindings exposed by the transformed row shape.


colorAttribute?

optional colorAttribute?: string

Defined in: plot-base-data.ts:38

Optional color binding exposed by the transformed row shape.


rows

rows: AutkDatum[]

Defined in: plot-base-data.ts:34

Render rows stored on _data for the current draw cycle.

Released under the MIT License.