Hi all, I may be missing something really obvious: is it possible to change the shape of single connection lines in the flowchart module? Let’s say in the following example, I want the connection between test2 and test3 dashed and blue. Can this be done? Thanks, and best wishes Thomas \usemodule[chart] \setupFLOWcharts [nx=1, ny=3] \setupFLOWlines [color=red] \startFLOWchart [example] \startFLOWcell \name {test1} \location {1,1} \shape {action} \text {test 1} \connection [bt] {test2} \stopFLOWcell \startFLOWcell \name {test2} \location {1,2} \shape {action} \text {test 2} \connection [bt] {test3} \stopFLOWcell \startFLOWcell \name {test3} \location {1,3} \shape {action} \text {test 3} \stopFLOWcell \stopFLOWchart \starttext \FLOWchart [example] \stoptext