Interface: SPStringConfig
Defined in: StationPlot.ts:75
Configuration for strings on station plots
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
color? | string | The color to use to draw the string Default '#000000' | StationPlot.ts:87 |
halo? | boolean | Whether to draw a halo (outline) around the string Default true; | StationPlot.ts:93 |
halo_color? | string | The color to use for the halo (outline) Default '#ffffff' | StationPlot.ts:99 |
pos | SPPosition | The position on the station plot at which to place the string | StationPlot.ts:81 |
type | "string" | - | StationPlot.ts:76 |