MA.ING
1 December 2020 08:01
1
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
Colin
1 December 2020 09:01
2
Feed the output into a change node and compare what you see with the requirements from the docs.
MA.ING
1 December 2020 10:36
3
sorry Colin, but i dont understand what you want to say
my problem is how can i put more lines "y" in my chart from my SQL data
@MA.ING you could use this solution as a starting point.
MA.ING
1 December 2020 10:51
5
Thank you so much Steve, this is exactly what i need, working perfect now
system
Closed
15 December 2020 10:51
6
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.