Skip to main content

Interface: SPSymbolConfig

Defined in: StationPlot.ts:181

Configuration for symbols on station plots

Properties

PropertyTypeDescriptionDefined in
color?string | ((symbol, category) => string)The color to use to draw the symbol Default '#000000'StationPlot.ts:193
halo?booleanWhether to draw a halo (outline) around the string Default true;StationPlot.ts:199
halo_color?stringThe color to use for the halo (outline) Default '#ffffff'StationPlot.ts:205
posSPPositionThe position on the station plot at which to place the symbolStationPlot.ts:187
type"symbol"-StationPlot.ts:182