| abstract
| - DateFormat = yyyy Period = from:1600 till:1700 TimeAxis = orientation:vertical ScaleMajor = unit:year increment:5 start:1600 1.
* there is no automatic collision detection, 2.
* so shift texts up or down manually to avoid overlap Define $dx = 20 # shift text to right side of bar PlotData= bar:Events color:orange width:25 mark:(line,white) align:left fontsize:M from:start till:1610 shift:($dx,0) text:1600's from:1610 till:1620 shift:($dx,0) text:1610's from:1620 till:1630 shift:($dx,0) text:1620's from:1630 till:1640 shift:($dx,0) text:1630's from:1640 till:1650 shift:($dx,0) text:1640's from:1650 till:1660 shift:($dx,0) text:1650's from:1660 till:1670 shift:($dx,0) text:1660's from:1670 till:1680 shift:($dx,0) text:1670's from:1680 till:1690 shift:($dx,0) text:1680's from:1690 till:end shift:($dx,0) text:1690's
|