client/annotviz/app/js/annotsvizview.js
changeset 167 2b99fed0285e
parent 162 44320144951a
equal deleted inserted replaced
166:fa9e24e46968 167:2b99fed0285e
    80         stageView : stageView,
    80         stageView : stageView,
    81         xInit: 0,
    81         xInit: 0,
    82         yInit: 0,
    82         yInit: 0,
    83         width: 1024 - 200 - 200,
    83         width: 1024 - 200 - 200,
    84         height: 768-200,
    84         height: 768-200,
    85         timeBegin: Date.parse('2015-04-16T14:00:00+02:00'),
    85         timeBegin: Date.parse('2015-04-17T14:00:00+02:00'),
    86         timeEnd: Date.parse('2015-04-16T21:00:00+02:00'),
    86         timeEnd: Date.parse('2015-04-17T21:00:00+02:00'),
    87         circleX: currentDay.circleX,
    87         circleX: currentDay.circleX,
    88         circleY: currentDay.circleY,
    88         circleY: currentDay.circleY,
    89         intervalWidth: (currentDay.radius*2/3)* currentDay.intervalWidth / currentDay.radius,
    89         intervalWidth: (currentDay.radius*2/3)* currentDay.intervalWidth / currentDay.radius,
    90         intervalHeight: (currentDay.intervalHeight * (currentDay.radius - currentDay.radius*2/3))/ currentDay.maxCellHeight,
    90         intervalHeight: (currentDay.intervalHeight * (currentDay.radius - currentDay.radius*2/3))/ currentDay.maxCellHeight,
    91         maxCellHeight: (currentDay.radius - currentDay.radius*2/3)/2,
    91         maxCellHeight: (currentDay.radius - currentDay.radius*2/3)/2,