mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 06:32:17 +08:00
docs: add spaces to timeseries example
This commit is contained in:
@ -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]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user