summaryrefslogtreecommitdiff
path: root/www/lib/vis/examples/timeline/resources/data/basic.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/lib/vis/examples/timeline/resources/data/basic.json')
-rw-r--r--www/lib/vis/examples/timeline/resources/data/basic.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/www/lib/vis/examples/timeline/resources/data/basic.json b/www/lib/vis/examples/timeline/resources/data/basic.json
new file mode 100644
index 00000000..711dd8e2
--- /dev/null
+++ b/www/lib/vis/examples/timeline/resources/data/basic.json
@@ -0,0 +1,34 @@
+[
+ {
+ "id": 1,
+ "content": "item 1",
+ "start": "2014-04-20"
+ },
+ {
+ "id": 2,
+ "content": "item 2",
+ "start": "2014-04-14"
+ },
+ {
+ "id": 3,
+ "content": "item 3",
+ "start": "2014-04-18"
+ },
+ {
+ "id": 4,
+ "content": "item 4",
+ "start": "2014-04-16",
+ "end": "2014-04-19"
+ },
+ {
+ "id": 5,
+ "content": "item 5",
+ "start": "2014-04-25"
+ },
+ {
+ "id": 6,
+ "content": "item 6",
+ "start": "2014-04-27",
+ "type": "point"
+ }
+] \ No newline at end of file