docs: add spaces to timeseries example

This commit is contained in:
Daniel Lee
2018-02-03 16:21:23 +01:00
parent 162f4941f0
commit a906dd8157

View File

@ -84,15 +84,15 @@ An array of:
{ {
"target":"upper_75", "target":"upper_75",
"datapoints":[ "datapoints":[
[622,1450754160000], [622, 1450754160000],
[365,1450754220000] [365, 1450754220000]
] ]
}, },
{ {
"target":"upper_90", "target":"upper_90",
"datapoints":[ "datapoints":[
[861,1450754160000], [861, 1450754160000],
[767,1450754220000] [767, 1450754220000]
] ]
} }
] ]