Hi, im trying to get a chart with 7 lines comming from 7 variables from SQL, if i get only 1 variable all is fine in the chart, but if i want 2 or more variables/lines in my chart its imposible to get, someone knows how to do?
I did it in Change node:
[{
"series": ["DepAvg"],
"labels": [""],
"data": [[payload.{
"x": ."Fecha",
"y": ."ExtAvg"
}]]
}]
Thanks