Radar Chart
This component displays a Radar Chart.
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Width | string | 390 | |
Height | string | 460 | |
X | string | ||
Y | string | ||
Visibility | boolean | • on • off | on |
Value | string | ||
Scale | table | ||
Series | table | ||
Legend | table |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
id | string | automatic | ||
width | string | 390 | ||
height | string | 460 | ||
x | string | |||
y | string | |||
visibility | boolean | • true • false | true | |
value | array of object | |||
scale | object | |||
series | array of object | |||
legend | object |
Tips
Example 1 Value (value)
Example 2 Scale (scale)
Sets the scale and tick.
Value | Max Ticks |
---|---|
month | 10 |
Example 3 Series (series)
Set the drawing settings for the series.
ID | Value | Color | Point Color | Fill | Alpha |
---|---|---|---|---|---|
A | company A | #81C4E8 | #81C4E8 | #81C4E8 | 0.3 |
B | company B | #74A2E7 | #74A2E7 | #74A2E7 | 0.3 |
C | company C | #5E83BA | #5E83BA | #5E83BA | 0.3 |
Example 4 Legend (legend)
Sets legend information.
Series | Horizontal Align | Vertical Align |
---|---|---|
A,B,C | right | top |
- The options for Horizontal Align are left | center | right (default).
- The options for Vertical Align are top (default) | bottom.
Event
None