Skip to main content

Interface: HodographOptions

Defined in: Hodographs.ts:69

Options for Hodographs components

Properties

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