equal
deleted
inserted
replaced
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, |