|
|
@ -66,7 +66,7 @@ |
|
|
|
<script type="text/javascript"> |
|
|
|
var container = document.getElementById('visualization'); |
|
|
|
var items = [ |
|
|
|
{start: new Date(2010,7,23), content: '<div>Conversation</div><img src="img/community-users-icon.png" style="width:32px; height:32px;">', type: 'point'}, |
|
|
|
{start: new Date(2010,7,23), content: '<div>Conversation</div><img src="img/community-users-icon.png" style="width:32px; height:32px;">'}, |
|
|
|
{start: new Date(2010,7,23,23,0,0), content: '<div>Mail from boss</div><img src="img/mail-icon.png" style="width:32px; height:32px;">'}, |
|
|
|
{start: new Date(2010,7,24,16,0,0), content: 'Report'}, |
|
|
|
{start: new Date(2010,7,26), end: new Date(2010,8,2), content: 'Traject A'}, |
|
|
|