A second try… 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
Otared Kavian schrieb am 28.06.2024 um 19:23:
A second try…
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 ?
\startFLOWcell[background=color,backgroundcolor=red] ... \stopFLOWcell Wolfgang
participants (2)
-
Otared Kavian
-
Wolfgang Schuster