windbarb property

HighchartsWindbarbSeriesOptions? windbarb
getter/setter pair

Wind barbs are a convenient way to represent wind speed and direction in one graphical form. Wind direction is given by the stem direction, and wind speed by the number and shape of barbs.

Configuration options for the series are given in three levels:

  1. Options for all series in a chart are defined in the plotOptions.series object.
  2. Options for all windbarb series are defined in plotOptions.windbarb.
  3. Options for one single series are given in the series instance array.

API Docs: https://api.highcharts.com/highcharts/plotOptions.windbarb

Implementation

HighchartsWindbarbSeriesOptions? windbarb;