Skip to content

Commit a906dd8

Browse files
committed
docs: add spaces to timeseries example
1 parent 162f494 commit a906dd8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/sources/plugins/developing/datasources.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ An array of:
8484
{
8585
"target":"upper_75",
8686
"datapoints":[
87-
[622,1450754160000],
88-
[365,1450754220000]
87+
[622, 1450754160000],
88+
[365, 1450754220000]
8989
]
9090
},
9191
{
9292
"target":"upper_90",
9393
"datapoints":[
94-
[861,1450754160000],
95-
[767,1450754220000]
94+
[861, 1450754160000],
95+
[767, 1450754220000]
9696
]
9797
}
9898
]

0 commit comments

Comments
 (0)