Commit a906dd81 by Daniel Lee

docs: add spaces to timeseries example

parent 162f4941
...@@ -84,15 +84,15 @@ An array of: ...@@ -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]
] ]
} }
] ]
......
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