1.0.4 • Published 3 years ago

d3-wind-barbs v1.0.4

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

Maintenance GitHub license GitHub version Open Source Love svg1 Minizipped Size

d3-wind-barbs

wind-barb

Generates wind barbs for your meteorological visualizations in a dead simple way.

This library is fully customizable, from colors to bars and triangle angle.

How to use?

npm install --save d3-wind-barbs
const windBarb = new D3WindBarb(
  40 /* wind speed in knots */,
  135 /* wind direction angle */
).draw();

Click here to see the full documentation.

Or here to play with it in Stackblitz

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago