Skip to content
pyautark (soon)

@urban-toolkit/autk-plot


@urban-toolkit/autk-plot / UnifiedPlotConfig

Type Alias: UnifiedPlotConfig

UnifiedPlotConfig = Omit<PlotConfig, "div"> & object

Defined in: api.ts:85

Configuration passed to AutkPlot. Identical to PlotConfig minus div, which is supplied as a separate constructor argument, plus a type discriminant that selects the plot implementation.

Type Declaration

type

type: PlotType

Selects which plot implementation to instantiate.

Released under the MIT License.