JSON syntax update (#28193)

JSON syntax update
This commit is contained in:
Nitesh Koushik S 2020-10-13 14:40:48 +05:30 committed by GitHub
parent ef22ff7315
commit 8e56dd0279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,13 +109,13 @@ An array of:
"text": "Time",
"type": "time",
"sort": true,
"desc": true,
"desc": true
},
{
"text": "mean",
"text": "mean"
},
{
"text": "sum",
"text": "sum"
}
],
"rows": [
@ -128,7 +128,7 @@ An array of:
1457425370000,
1002.76215352,
1002.76215352
],
]
],
"type": "table"
}