time series ploting

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By nosa

Hi,
I am trying to plot time series data. I found easy chart library for this issue. but there is not any example about it. how can I use it?
I tried to use as below, but it gave me Errors

func _ready():

$LineChart2D._set_size([2,2])

$LineChart2D._plot("res://addons/easy_charts/file.samples/linechart (columns).csv",',',0,0)

and error is:
Parser Error: The identifier “Utilities” isn’t declared in the current scope.

Where did you find the library? We need to try it to figure out your problem.
Alternatively use Line2D if all you need is a simple line graph.

magicalogic | 2021-05-04 11:15