Interface: HodographOptions
Defined in: Hodographs.ts:68
Options for Hodographs components
Properties
Property | Type | Description | Defined in |
---|---|---|---|
background_line_width? | number | The width of the lines on the background in pixels Default 1.5 | Hodographs.ts:92 |
bgcolor? | string | The color of the hodograph plot background as a hex string Default '#000000' | Hodographs.ts:73 |
height_cmap? | ColorMap | The colormap to use for the heights on the hodograph. Default is a yellow-blue colormap. | Hodographs.ts:97 |
hodo_line_width? | number | The width of the hodograph line in pixels Default 2.5 | Hodographs.ts:86 |
max_wind_speed_ring? | number | The wind speed (in kts) of the largest ring on the hodograph background Default 80 | Hodographs.ts:103 |
thin_fac? | number | How much to thin the hodographs at zoom level 1 on the map. This effectively means to plot every n th hodograph in the i and j directions, where n = thin_fac . thin_fac should be a power of 2. Default 1 | Hodographs.ts:80 |