Interface: BarbsOptions
Defined in: charts/fields.ts:512
Properties
color?
ts
optional color?: string;Defined in: charts/fields.ts:524
increment?
ts
optional increment?: number;Defined in: charts/fields.ts:521
Speed one half-barb represents. A full barb is 2x this and a pennant 10x — the meteorological default of 5 knots per half-barb. Default 5.
length?
ts
optional length?: number;Defined in: charts/fields.ts:523
Staff length in data units. Defaults to a fifth of the x span.
name?
ts
optional name?: string;Defined in: charts/fields.ts:526
renderType?
ts
optional renderType?: RenderType;Defined in: charts/fields.ts:527
u
ts
u: ArrayLike<number>;Defined in: charts/fields.ts:515
v
ts
v: ArrayLike<number>;Defined in: charts/fields.ts:516
width?
ts
optional width?: number;Defined in: charts/fields.ts:525
x
ts
x: ArrayLike<number>;Defined in: charts/fields.ts:513
y
ts
y: ArrayLike<number>;Defined in: charts/fields.ts:514
yAxis?
ts
optional yAxis?: string;Defined in: charts/fields.ts:528