Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

<timeline> ImageSize = width:160 height:550 PlotArea = width:50 height:530 left:50 bottom:10

DateFormat = yyyy Period = from:2000 till:2011 TimeAxis = orientation:vertical ScaleMajor = unit:year increment:1 start:2000

  1. there is no automatic collision detection,
  2. so shift texts up or down manually to avoid overlap

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:2001 shift:($dx,15)   text:Errichtung mit schwach gefettetem Lager
 from:2001  till:2002 shift:($dx,5)    text:und das
 from:2002  till:2003 shift:($dx,5)    text:und~dazu
 from:2003  till:2004 shift:($dx,5)    text:nicht~albern
 from:2005  till:2006 shift:($dx,-12)  text:werden~nein
 from:2006  till:2007 shift:($dx,4)    text:Konstantin~kann bleiben fontsize:XS
 from:2007  till:end  shift:($dx,10)   text:bleibt~nicht

</timeline>