Interface: SPStringConfig
Defined in: StationPlot.ts:67
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:79 |
halo? | boolean | Whether to draw a halo (outline) around the string Default true; | StationPlot.ts:85 |
halo_color? | string | The color to use for the halo (outline) Default '#ffffff' | StationPlot.ts:91 |
pos | SPPosition | The position on the station plot at which to place the string | StationPlot.ts:73 |
type | "string" | - | StationPlot.ts:68 |