Commit 8e56dd02 by Nitesh Koushik S Committed by GitHub

JSON syntax update (#28193)

JSON syntax update
parent ef22ff73
......@@ -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"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment