Interface: SPNumberConfig
Defined in: StationPlot.ts:31
Configuration for numerical values on station plots
Properties
Property | Type | Description | Defined in |
---|---|---|---|
color? | string | The color to use to draw the number Default '#000000' | StationPlot.ts:43 |
formatter? | (val ) => string | A function that properly formats the number for display Example (val) => val === null ? '' : val.toFixed(0) | StationPlot.ts:63 |
halo? | boolean | Whether to draw a halo (outline) around the number Default true; | StationPlot.ts:49 |
halo_color? | string | The color to use for the halo (outline) Default '#ffffff' | StationPlot.ts:55 |
pos | SPPosition | The position on the station plot at which to place the number | StationPlot.ts:37 |
type | "number" | - | StationPlot.ts:32 |