Options
All
  • Public
  • Public/Protected
  • All
Menu

d3-wind-barbs

WTFPL

Maintenance GitHub license GitHub version Open Source Love svg1

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

Generated using TypeDoc