Weitere Optionen
Ulli (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Ulli (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 3: | Zeile 3: | ||
PlotArea = width:50 height:530 left:50 bottom:10 | PlotArea = width:50 height:530 left:50 bottom:10 | ||
DateFormat = yyyy | DateFormat = mm/yyyy | ||
Period = from: | Period = from:01/2009 till:12/2012 | ||
TimeAxis = orientation:vertical | TimeAxis = orientation:vertical | ||
ScaleMajor = unit: | ScaleMajor = unit:month increment:1 start:01/2009 | ||
Define $dx = 25 # shift text to right side of bar | Define $dx = 25 # shift text to right side of bar | ||
| Zeile 12: | Zeile 12: | ||
bar:Leaders color:red width:25 mark:(line,white) align:left fontsize:S | bar:Leaders color:red width:25 mark:(line,white) align:left fontsize:S | ||
from:start till: | from:start till:10/2009 shift:($dx,15) text:Überarbeitung AZ; Pos. El | ||
from: | from:10/2009 till:12/2010 shift:($dx,5) text:so lala | ||
</timeline> | </timeline> | ||
Version vom 16. November 2009, 20:16 Uhr
<timeline> ImageSize = width:160 height:550 PlotArea = width:50 height:530 left:50 bottom:10
DateFormat = mm/yyyy Period = from:01/2009 till:12/2012 TimeAxis = orientation:vertical ScaleMajor = unit:month increment:1 start:01/2009 Define $dx = 25 # shift text to right side of bar
PlotData=
bar:Leaders color:red width:25 mark:(line,white) align:left fontsize:S
from:start till:10/2009 shift:($dx,15) text:Überarbeitung AZ; Pos. El from:10/2009 till:12/2010 shift:($dx,5) text:so lala
</timeline>