m |
|||
| Line 5: | Line 5: | ||
TimeAxis = orientation:horizontal format:mm/yyyy | TimeAxis = orientation:horizontal format:mm/yyyy | ||
| − | PlotArea = left:120 bottom: | + | ScaleMajor = increment:1 unit:year start:01/01/2007 |
| + | ScaleMinor = increment:1 unit:month increment:1 start:01/01/2007 | ||
| + | |||
| + | PlotArea = left:120 bottom:30 top:30 right:10 # e.g. extra space to the left and below the plot area for axis labels and legend | ||
| + | |||
| + | |||
Colors = | Colors = | ||
| Line 20: | Line 25: | ||
PlotData = | PlotData = | ||
| − | bar:TL width: | + | bar:TL width:20 color:yellow6 |
from:start till:end | from:start till:end | ||
| + | at:10/23/2007 mark:(line,skyblue3) align:center text:"Final Release" | ||
| − | + | width:2 | |
| − | width: | + | |
bar:MS1 from:04/01/2007 till:05/31/2007 color:skyblue3 | bar:MS1 from:04/01/2007 till:05/31/2007 color:skyblue3 | ||
bar:MS2 from:06/01/2007 till:06/24/2007 color:skyblue3 | bar:MS2 from:06/01/2007 till:06/24/2007 color:skyblue3 | ||
bar:BC from:06/25/2007 till:09/24/2007 color:skyblue3 | bar:BC from:06/25/2007 till:09/24/2007 color:skyblue3 | ||
bar:RC from:09/25/2007 till:10/22/2007 color:skyblue3 | bar:RC from:09/25/2007 till:10/22/2007 color:skyblue3 | ||
| − | |||
</timeline> | </timeline> | ||