ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] Flowcharts
@ 2024-06-26  9:06 Otared Kavian
  0 siblings, 0 replies; only message in thread
From: Otared Kavian @ 2024-06-26  9:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-26  9:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-26  9:06 [NTG-context] Flowcharts Otared Kavian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).