Hi, i have little issue when trying to connect one system with api.
I use Infinity i have api key with this type of data:
{“chartData”:{“prev”:null,“next”:“2021-06-04”,“date”:“2012-06-22”,“type”:“day”,“data”:[[1622819100000,69.890000000000001],[1622819400000,59.460000000000001]
The issue is that in data section values are dynamic and they are separated with comma 1340323500000 and 59.460000000000001(59.460000000000001 is changing with different number).
How i can define this api output in Grafana?
Output now is in table but i cant use values from data":[[1622819100000,69.890000000000001],[1622819400000,59.460000000000001] and make chart bcs the out put from Infinity is 1622819100000,69.890000000000001 and goes on with different values.