Help:EasyTimeline syntax: Difference between revisions

Content deleted Content added
m TextData: highlights caret(^) and link
m LineData: syntaxhighlight
Line 516:
points:(100,20)(170,105) color:blue width:3
</timeline>
<syntaxhighlight lang="unixconfig" line>
<pre>
LineData =
layer:front # all lines in front of bars unless stated otherwise
Line 524:
from:5 till:8 atpos:50 color:red # parallel to time axis
points:(100,20)(170,105) color:blue width:3 # from one arbitrary absolute position to another, extra thick
</syntaxhighlight>
</pre>
::: <small>''Note that in the above example those "absolute positions" are plotted in the context of'' <code>ImageSize = width:200 height:120</code> ''and'' <code>PlotArea = left:20 right:10 top:10 bottom:20</code>.</small>