Hi,
I have a global variable (Array[3]) and I would like to make a line/point graph over time when one of the array values changes.I need to split the data by the array fields (3 different lines in one graph). I used a tracked variable but I didn't find any option to make the tracked variable an array.
Now I have a single tracked variable and a gaph with three different points at one change time but they are all the same color.
Do I need 3 tracked variables and combine them in the statistic collector?
Thanks