Visualization
Select example:
AngularJS/D3 application showcasing an interactive D3 radar chart (with facetting) and customized for creating your own Tech Radar
Select example:
This is a variation of the original D3 radar chart.
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 }}