Commit 1895fcec authored by Rafal's avatar Rafal

new guys:

parent eb93e2e7
...@@ -267,6 +267,7 @@ ...@@ -267,6 +267,7 @@
<script type="text/javascript"> <script type="text/javascript">
$("body").css("overflow", "hidden");
// DOM element where the Timeline will be attached // DOM element where the Timeline will be attached
var container = document.getElementById('visualization'); var container = document.getElementById('visualization');
...@@ -274,6 +275,8 @@ ...@@ -274,6 +275,8 @@
var items = new vis.DataSet([ var items = new vis.DataSet([
{id: 1, content: 'Przyjazd do Finlandii', start: '2016-01-07'}, {id: 1, content: 'Przyjazd do Finlandii', start: '2016-01-07'},
{id: 2, content: 'Wyjazd na egzamin', start: '2016-01-25', end: '2016-02-05'}, {id: 2, content: 'Wyjazd na egzamin', start: '2016-01-25', end: '2016-02-05'},
{id: 3, content: 'Marcin', start: '2016-02-12', end: '2016-02-15'},
{id: 4, content: 'Anka i Tomek', start: '2016-02-12', end: '2016-02-15'},
]); ]);
// Configuration for the Timeline // Configuration for the Timeline
......
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