Visualization
Select example:
AngularJS application showcasing an interactive D3 radar chart (with facetting).
Select example:
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:
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:
config
object (see configuration parameters).The data input takes the form of a csv file with the following schema:
group (int/string):
data to be grouped into an object to plot the required polygon on the radar chart.axis (int/string):
the axis of the radar charts (dimensions of the multivariate data).value (int):
the data value of the given record.description (int/string):
not a mandatory field, and additional columns after this are accepted as well.{{ radar.csv }}