26 Jun
2024
26 Jun
'24
9:06 a.m.
Hi all, Is it possible to have different background colors for different cells in flow charts ? For instance in the following example, is it possible to have a particular color for each cell ? Thanks in advance and best regards: Otared \usemodule[chart] \starttext \startFLOWchart[example] \startFLOWcell \name {flow} \location {1,1} \text {Flow} \connection [rl] {chart} \stopFLOWcell \startFLOWcell \name {chart} \location{2,1} \text {Charts} \stopFLOWcell \startFLOWcell \name {flow2} \location {1,2} \text {Chart} \connection [rl] {chart} \stopFLOWcell \startFLOWcell \name {chart2} \location{2,2} \text {Flow} \stopFLOWcell \stopFLOWchart \FLOWchart[example] \stoptext