Hi,
I finally got it working by modifying the fetchData function to add the additional series in the data array like this:
....
newArr.push(elem[2]);
....
I tried with only one additional series but it should work with more.
Hi,
I finally got it working by modifying the fetchData function to add the additional series in the data array like this:
....
newArr.push(elem[2]);
....
I tried with only one additional series but it should work with more.