pandemonium_engine_easy_charts/addons/easy_charts/control_charts/chart.tscn

29 lines
786 B
Plaintext
Raw Normal View History

2023-01-14 18:11:59 +01:00
[gd_scene load_steps=3 format=2]
[ext_resource path="res://addons/easy_charts/control_charts/chart.gd" type="Script" id=1]
2023-01-22 16:36:17 +01:00
[ext_resource path="res://addons/easy_charts/utilities/containers/data_tooltip/data_tooltip.tscn" type="PackedScene" id=2]
2023-01-14 18:11:59 +01:00
[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
2023-01-22 16:36:17 +01:00
[node name="Tooltip" parent="." instance=ExtResource( 2 )]
2023-01-14 18:11:59 +01:00
visible = false