Chart examples

A collection of various examples of how easily Charts can be used to visualize the data you have.

The raw example data is found in data.js, which is then restructured in structuredData.js, so it can be used in the charts. The example.js contains the code that configures the charts from this structured data.

The simplest data model is probably the structuredData.dices and the most complex (and interesting) is probably the structuredData.orienteering.

When using legends in the charts, you can toggle specific data by clicking on each legend value.

Dices

The planets in our solar system

Some countries in Europe

Continents

Volleyball

Orienteering

For each reload of the page the data is randomly selected from four different sets.

Misc