ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* arrows in FLOW charts
@ 2019-10-07 11:39 Thomas A. Schmitz
  2019-10-07 11:49 ` Henning Hraban Ramm
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas A. Schmitz @ 2019-10-07 11:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-07 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-07 11:39 arrows in FLOW charts Thomas A. Schmitz
2019-10-07 11:49 ` Henning Hraban Ramm
2019-10-07 12:03   ` Hans Hagen

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).