pyautark (soon)
@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.