| abstract
| - DateFormat = yyyy Period = from:1700 till:1800 TimeAxis = orientation:vertical ScaleMajor = unit:year increment:5 start:1700 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:1710 shift:($dx,0) text:1700's from:1710 till:1720 shift:($dx,0) text:1710's from:1720 till:1730 shift:($dx,0) text:1720's from:1730 till:1740 shift:($dx,0) text:1730's from:1740 till:1750 shift:($dx,0) text:1740's from:1750 till:1760 shift:($dx,0) text:1750's from:1760 till:1770 shift:($dx,0) text:1760's from:1770 till:1780 shift:($dx,0) text:1770's from:1780 till:1790 shift:($dx,0) text:1780's from:1790 till:end shift:($dx,0) text:1790's
|