Merge pull request #11 from eddex/fix/LineChart2D-not-loading

fix: LineChart2D now loads and shows the data as expected
This commit is contained in:
Nicolò Santilio 2020-10-01 17:24:09 +02:00 committed by GitHub
commit 64b0f9cfed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,7 @@ func _ready():
func _get_children():
OutlinesTween = $OutlinesTween
FunctionsTween = $FunctionsTween
Functions = $Functions
GridTween = $GridTween
PointData = $PointData/PointData