Interface: HodographOptions
Defined in: Hodographs.ts:69
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:93 |
bgcolor? | string | The color of the hodograph plot background as a hex string Default '#000000' | Hodographs.ts:74 |
height_cmap? | ColorMap | The colormap to use for the heights on the hodograph. Default is a yellow-blue colormap. | Hodographs.ts:98 |
hodo_line_width? | number | The width of the hodograph line in pixels Default 2.5 | Hodographs.ts:87 |
max_wind_speed_ring? | number | The wind speed (in kts) of the largest ring on the hodograph background Default 80 | Hodographs.ts:104 |
thin_fac? | number | How much to thin the hodographs at zoom level 1 on the map. This effectively means to plot every nth hodograph in the i and j directions, where n = thin_fac. thin_fac should be a power of 2. Default 1 | Hodographs.ts:81 |