Visualization

Select example:

Configuration Parameters

(NOTE: Not all configuration options are shown, refer to README.md or radarDraw.js for more details)


A radar chart visualizes multivariate data in a 2D chart of three or more quantitative variables represented on axes. Use the configuration parameters above to adjust the plot to your tastes, and you can also choose to view the plots stacked vs facetted.

For custom testing, load up a file conforming to the data schema (see Data section below) or you can test out the following sample files:


Details

This is a variation of the original and improved D3 radar chart. Main D3 drawing logic is located in the radar.js file.

Major improvements include:

The data input takes the form of a csv file with the following schema:


Data

{{ radar.csv }}