Radar Chart
On this page you will find instructions on how to set up a Radar Chart.
A radar chart is used for representing multidimensional data, where each variable has its own axis that starts at the center. This chart can be used to compare the properties of a single category and to analyse their performance.
How to add a configuration
If your needed configuration is not listed here, check out https://nivo.rocks/
Open the edit mode of the chart
Â
click on the type of chart you selected,
click on settings and the chart editor opens.
When opening the Chart Editor, you have the possibility to change the chart configuration by entering code snippets in the Configuration.
The changes will be displayed in the Preview on the right.
Configuration must always be enclosed in curly brackets and if there more configurations than one seperated by a comma.
Example:
{
indexBy: 'value',
colorBy: 'index'
}
Maximum Value
Sets the maximum value of the chart to the provieded parameter.
maxValue: 7
Grid Levels
Sets the number of levels (or circles) of the grid
gridLevels: 7