[gd_scene load_steps=4 format=3 uid="uid://dbtgnlgjeoxj4"] [ext_resource type="Script" path="res://addons/easy_charts/examples/bar_chart/Control.gd" id="1"] [ext_resource type="PackedScene" uid="uid://dlwq4kmdb3bhs" path="res://addons/easy_charts/control_charts/chart.tscn" id="2"] [sub_resource type="StyleBoxFlat" id="1"] content_margin_right = 5.0 content_margin_bottom = 5.0 draw_center = false border_width_right = 2 border_width_bottom = 2 border_color = Color(0, 0, 0, 1) [node name="Control2" type="Control"] layout_mode = 3 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 script = ExtResource("1") [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 0 anchor_right = 1.0 anchor_bottom = 1.0 [node name="CheckButton" type="CheckButton" parent="VBoxContainer"] layout_mode = 2 theme_override_colors/font_color = Color(0, 0, 0, 1) theme_override_colors/font_pressed_color = Color(0, 0, 0, 1) theme_override_colors/font_hover_color = Color(0, 0, 0, 1) theme_override_colors/font_hover_pressed_color = Color(0, 0, 0, 1) theme_override_colors/font_focus_color = Color(0, 0, 0, 1) theme_override_colors/font_disabled_color = Color(0, 0, 0, 1) text = "Start Relatime Plotting" [node name="Chart" parent="VBoxContainer" instance=ExtResource("2")] layout_mode = 2 [node name="Label" type="Label" parent="VBoxContainer"] layout_mode = 2 size_flags_horizontal = 8 theme_override_colors/font_color = Color(0, 0, 0, 1) theme_override_styles/normal = SubResource("1") text = "Try to scale the window!" [connection signal="pressed" from="VBoxContainer/CheckButton" to="." method="_on_CheckButton_pressed"]