grafana/pkg/tsdb/grafana-testdata-datasource/testdata/usa-values-as-fields.jsonc

115 lines
2.6 KiB
Plaintext

// 🌟 This was machine generated. Do not edit. 🌟
//
// Frame[0]
// Name: foo
// Dimensions: 3 Fields by 1 Rows
// +-----------------+-----------------+-----------------+
// | Name: CA | Name: OR | Name: NV |
// | Labels: | Labels: | Labels: |
// | Type: []float64 | Type: []float64 | Type: []float64 |
// +-----------------+-----------------+-----------------+
// | 0.3455559195 | 0.9373322369 | -0.487506025 |
// +-----------------+-----------------+-----------------+
//
//
//
// Frame[1]
// Name: bar
// Dimensions: 3 Fields by 1 Rows
// +-----------------+-----------------+-----------------+
// | Name: CA | Name: OR | Name: NV |
// | Labels: | Labels: | Labels: |
// | Type: []float64 | Type: []float64 | Type: []float64 |
// +-----------------+-----------------+-----------------+
// | 0.9383981598 | 0.348436906 | 0.8731196226 |
// +-----------------+-----------------+-----------------+
//
//
// 🌟 This was machine generated. Do not edit. 🌟
{
"status": 200,
"frames": [
{
"schema": {
"name": "foo",
"fields": [
{
"name": "CA",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "OR",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "NV",
"type": "number",
"typeInfo": {
"frame": "float64"
}
}
]
},
"data": {
"values": [
[
0.3455559195
],
[
0.9373322369
],
[
-0.487506025
]
]
}
},
{
"schema": {
"name": "bar",
"fields": [
{
"name": "CA",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "OR",
"type": "number",
"typeInfo": {
"frame": "float64"
}
},
{
"name": "NV",
"type": "number",
"typeInfo": {
"frame": "float64"
}
}
]
},
"data": {
"values": [
[
0.9383981598
],
[
0.348436906
],
[
0.8731196226
]
]
}
}
]
}