mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Chore: swap [value,time] order when converting to DataFrame (#23206)
This commit is contained in:
@@ -24,7 +24,7 @@ Array [
|
||||
1003,
|
||||
],
|
||||
],
|
||||
"fieldIndex": 0,
|
||||
"fieldIndex": 1,
|
||||
"hasMsResolution": false,
|
||||
"id": "Value",
|
||||
"label": "Value",
|
||||
@@ -232,7 +232,7 @@ Array [
|
||||
1003,
|
||||
],
|
||||
],
|
||||
"fieldIndex": 0,
|
||||
"fieldIndex": 1,
|
||||
"hasMsResolution": false,
|
||||
"id": "Value",
|
||||
"label": "Value",
|
||||
|
||||
Reference in New Issue
Block a user