--- a/client/annotviz/app/js/annotsvizview.js Fri Apr 17 11:29:04 2015 +0200
+++ b/client/annotviz/app/js/annotsvizview.js Fri Apr 17 11:48:03 2015 +0200
@@ -83,8 +83,8 @@
yInit: 0,
width: 1024 - 200 - 200,
height: 768-200,
- timeBegin: Date.parse('2015-01-23T09:30:00+01:00'),
- timeEnd: Date.parse('2015-01-23T18:30:00+01:00'),
+ timeBegin: Date.parse('2015-04-16T14:00:00+02:00'),
+ timeEnd: Date.parse('2015-04-16T21:00:00+02:00'),
circleX: currentDay.circleX,
circleY: currentDay.circleY,
intervalWidth: (currentDay.radius*2/3)* currentDay.intervalWidth / currentDay.radius,
@@ -106,8 +106,8 @@
yInit: 0,
width: 1024 - 200 - 200,
height: 768-200,
- timeBegin: Date.parse('2015-01-22T09:30:00+01:00'),
- timeEnd: Date.parse('2015-01-22T18:30:00+01:00'),
+ timeBegin: Date.parse('2015-04-16T14:00:00+02:00'),
+ timeEnd: Date.parse('2015-04-16T21:00:00+02:00'),
circleX: currentDay.circleX,
circleY: currentDay.circleY,
intervalWidth: (currentDay.radius*2/3)* currentDay.intervalWidth / currentDay.radius,