fenix-hub / godot-engine.easy-charts

A Godot Engine addon for plotting general purpose charts. A collection of Control, 2D and 3D Nodes to plot every chart possible.
MIT License
638 stars 48 forks source link

[BUG] canvas.tscn is trying to load PlotBox.tscn, which just isn't there. #88

Closed Gone2Daly closed 4 months ago

Gone2Daly commented 1 year ago
[gd_scene load_steps=5 format=2]

[ext_resource path="res://addons/easy_charts/utilities/containers/canvas/canvas.gd" type="Script" id=1]
**_[ext_resource path="res://addons/easy_charts/utilities/containers/canvas/plot_box/PlotBox.tscn" type="PackedScene" id=2]_**

[sub_resource type="StyleBoxEmpty" id=1]
content_margin_left = 15.0
content_margin_right = 15.0
content_margin_top = 15.0
content_margin_bottom = 15.0

[sub_resource type="StyleBoxEmpty" id=3]

[node name="Canvas" type="PanelContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
theme_override_styles/panel = SubResource( 1 )
script = ExtResource( 1 )

[node name="VBoxContainer" type="VBoxContainer" parent="."]
offset_left = 15.0
offset_top = 15.0
offset_right = 1009.0
offset_bottom = 585.0
size_flags_vertical = 3

[node name="Title" type="Label" parent="VBoxContainer"]
offset_right = 994.0
offset_bottom = 14.0
text = "{title}"
align = 1

[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
offset_top = 18.0
offset_right = 994.0
offset_bottom = 570.0
size_flags_vertical = 3

[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/HBoxContainer"]
offset_right = 994.0
offset_bottom = 552.0
size_flags_horizontal = 3

[node name="YLabel" type="Label" parent="VBoxContainer/HBoxContainer/HBoxContainer"]
offset_top = 269.0
offset_right = 48.0
offset_bottom = 283.0
text = "{ylabel}"

[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/HBoxContainer/HBoxContainer"]
offset_left = 52.0
offset_right = 990.0
offset_bottom = 552.0
size_flags_horizontal = 3

[node name="PlotBox" parent="VBoxContainer/HBoxContainer/HBoxContainer/VBoxContainer" instance=ExtResource( 2 )]
anchor_right = 0.0
anchor_bottom = 0.0
offset_right = 938.0
offset_bottom = 534.0

[node name="XLabel" type="Label" parent="VBoxContainer/HBoxContainer/HBoxContainer/VBoxContainer"]
offset_top = 538.0
offset_right = 938.0
offset_bottom = 552.0
text = "{xlabel}"
align = 1

[node name="Legend" type="PanelContainer" parent="VBoxContainer/HBoxContainer/HBoxContainer"]
offset_left = 994.0
offset_right = 994.0
offset_bottom = 552.0
theme_override_styles/panel = SubResource( 3 )

image_2023-08-18_115431600

fenix-hub commented 1 year ago

Hi @Gone2Daly v18.08.23 should have fixed this issue.

zedzag commented 6 months ago

don't see PlotBox.tscn in the v18.08.23 release

natgramorim commented 4 months ago

still missing

ibutab commented 4 months ago

@fenix-hub This still seems to be missing

fenix-hub commented 4 months ago

related to #100