mirror of
https://github.com/Relintai/pandemonium_engine_easy_charts.git
synced 2024-11-14 10:17:24 +01:00
35 lines
850 B
Plaintext
35 lines
850 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://addons/easy_charts/control_charts/chart.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
bg_color = Color( 1, 1, 1, 1 )
|
|
|
|
[node name="Chart" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Canvas" type="Control" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="Title" type="Label" parent="Canvas"]
|
|
margin_right = 40.0
|
|
margin_bottom = 14.0
|
|
|
|
[node name="XLabel" type="Label" parent="Canvas"]
|
|
margin_right = 40.0
|
|
margin_bottom = 14.0
|
|
|
|
[node name="YLabel" type="Label" parent="Canvas"]
|
|
margin_right = 40.0
|
|
margin_bottom = 14.0
|
|
|
|
[node name="Tooltip" type="Label" parent="."]
|
|
visible = false
|
|
margin_right = 40.0
|
|
margin_bottom = 14.0
|
|
custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|
custom_styles/normal = SubResource( 1 )
|