Interface: SPSymbolConfig
Defined in: StationPlot.ts:181
Configuration for symbols on station plots
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | string | ((symbol, category) => string) | The color to use to draw the symbol Default '#000000' | StationPlot.ts:193 |
halo? | boolean | Whether to draw a halo (outline) around the string Default true; | StationPlot.ts:199 |
halo_color? | string | The color to use for the halo (outline) Default '#ffffff' | StationPlot.ts:205 |
pos | SPPosition | The position on the station plot at which to place the symbol | StationPlot.ts:187 |
type | "symbol" | - | StationPlot.ts:182 |