Skip to main content

Interface: HodographOptions

Defined in: Hodographs.ts:68

Options for Hodographs components

Properties

PropertyTypeDescriptionDefined in
background_line_width?numberThe width of the lines on the background in pixels Default 1.5Hodographs.ts:92
bgcolor?stringThe color of the hodograph plot background as a hex string Default '#000000'Hodographs.ts:73
height_cmap?ColorMapThe colormap to use for the heights on the hodograph. Default is a yellow-blue colormap.Hodographs.ts:97
hodo_line_width?numberThe width of the hodograph line in pixels Default 2.5Hodographs.ts:86
max_wind_speed_ring?numberThe wind speed (in kts) of the largest ring on the hodograph background Default 80Hodographs.ts:103
thin_fac?numberHow 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 1Hodographs.ts:80