2020-05-26 23:52:45 +02:00
|
|
|
[gd_scene load_steps=4 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://addons/easy_charts/Utilities/Point/PointData.tscn" type="PackedScene" id=1]
|
|
|
|
[ext_resource path="res://addons/easy_charts/RadarChart/RadarChart.gd" type="Script" id=2]
|
|
|
|
|
|
|
|
[sub_resource type="Theme" id=1]
|
|
|
|
|
|
|
|
[node name="RadarChart" type="Control"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
rect_min_size = Vector2( 70, 50 )
|
|
|
|
mouse_filter = 2
|
|
|
|
script = ExtResource( 2 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false,
|
|
|
|
"_editor_description_": "[RadarChart] - General purpose node for Radar Charts
|
|
|
|
A radar chart is a graphical method of displaying multivariate data in the form
|
|
|
|
of a two-dimensional chart of three or more quantitative variables represented on axes
|
|
|
|
starting from the same point. The relative position and angle of the axes is typically
|
|
|
|
uninformative, but various heuristics, such as algorithms that plot data as the maximal
|
|
|
|
total area, can be applied to sort the variables (axes) into relative positions that reveal
|
|
|
|
distinct correlations, trade-offs, and a multitude of other comparative measures."
|
|
|
|
}
|
2020-08-04 15:22:30 +02:00
|
|
|
Chart_Properties/are_values_columns = false
|
|
|
|
Chart_Properties/labels_index = 0
|
|
|
|
Chart_Properties/function_names_index = 0
|
|
|
|
Chart_Properties/use_height_as_radius = false
|
|
|
|
Chart_Properties/radius = 150.0
|
|
|
|
Chart_Display/full_scale = 1.0
|
|
|
|
Chart_Style/points_shape = [ 0 ]
|
|
|
|
Chart_Style/function_colors = PoolColorArray( 0.117647, 0.117647, 0.117647, 1, 0.117647, 0.117647, 0.117647, 1, 0.117647, 0.117647, 0.117647, 1, 0.117647, 0.117647, 0.117647, 1 )
|
|
|
|
Chart_Style/outline_color = Color( 0.117647, 0.117647, 0.117647, 1 )
|
|
|
|
Chart_Style/grid_color = Color( 0.792157, 0.792157, 0.792157, 1 )
|
|
|
|
Chart_Style/font = null
|
|
|
|
Chart_Style/bold_font = null
|
|
|
|
Chart_Style/font_color = Color( 0.117647, 0.117647, 0.117647, 1 )
|
|
|
|
Chart_Style/template = 0
|
|
|
|
Chart_Modifiers/rotation = 0.0
|
2020-05-26 23:52:45 +02:00
|
|
|
|
|
|
|
[node name="Background" type="ColorRect" parent="."]
|
|
|
|
visible = false
|
|
|
|
show_behind_parent = true
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
color = Color( 0.882353, 0.882353, 0.882353, 1 )
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Points" type="Control" parent="."]
|
|
|
|
margin_right = 40.0
|
|
|
|
margin_bottom = 40.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Legend" type="HBoxContainer" parent="."]
|
|
|
|
visible = false
|
|
|
|
margin_right = 1024.0
|
|
|
|
margin_bottom = 64.0
|
|
|
|
alignment = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
2020-08-04 15:22:30 +02:00
|
|
|
[node name="ChartName" type="Label" parent="."]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 0.053
|
|
|
|
margin_bottom = 0.199999
|
|
|
|
align = 1
|
|
|
|
valign = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": true
|
|
|
|
}
|
|
|
|
|
2020-05-26 23:52:45 +02:00
|
|
|
[node name="PointData" parent="." instance=ExtResource( 1 )]
|
|
|
|
|
|
|
|
[node name="PointData" parent="PointData" index="0"]
|
|
|
|
visible = false
|
2020-11-09 18:16:36 +01:00
|
|
|
margin_left = 64.178
|
|
|
|
margin_top = -142.43
|
|
|
|
margin_right = 64.041
|
|
|
|
margin_bottom = -141.631
|
2020-05-26 23:52:45 +02:00
|
|
|
theme = SubResource( 1 )
|
|
|
|
|
|
|
|
[editable path="PointData"]
|