PlotOptions
Defined in: map/plot.ts:7
Plot adds no engine-level options of its own — all of BaseEngineOptions
(sizing, backend, tooltipClass) apply.
Extends
Section titled “Extends”Properties
Section titled “Properties”aspectRatio?
Section titled “aspectRatio?”
optionalaspectRatio?:number
Defined in: map/base-engine.ts:87
width ÷ height. When set, the engine is width-driven and keeps this ratio on resize.
Inherited from
Section titled “Inherited from”backend?
Section titled “backend?”
optionalbackend?:BackendType
Defined in: map/base-engine.ts:99
Which renderer to draw with — see BackendType. Defaults to "webgl".
Use "auto" for an instant Canvas first paint that upgrades to WebGL in the background.
Inherited from
Section titled “Inherited from”height?
Section titled “height?”
optionalheight?:number
Defined in: map/base-engine.ts:85
Inherited from
Section titled “Inherited from”tooltipClass?
Section titled “tooltipClass?”
optionaltooltipClass?:string
Defined in: map/base-engine.ts:101
Class(es) for the hover tooltip box, replacing its default inline look.
Inherited from
Section titled “Inherited from”BaseEngineOptions.tooltipClass
width?
Section titled “width?”
optionalwidth?:number
Defined in: map/base-engine.ts:84