borntofrappe / learning-d3

d3.js is vast. Here's a repository filled with projects to master the library, its many modules and powerful features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wind Rose

borntofrappe opened this issue · comments

Corollary to the exploration of radial functions in #20 highlight wind forces in the possible directions. Consider random values and animation.

Wind Rose

Helpful links:

The goal would be:

  1. create a wind rose with random data
  2. at an interval update the data and the visualization

In this manner you practice with a radial chart, but also the prominent topic of a data join and the mentioned random module

Completed visual.

Wind Rose

The project focuses on a rose layout, creating a data structire to draw the arcs. This pattern is similar to that implemented by D3 with functions such as d3.pie.