ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to circumvent crossing of the lines
@ 2010-11-21  8:49 Cecil Westerhof
  0 siblings, 0 replies; only message in thread
From: Cecil Westerhof @ 2010-11-21  8:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I have the folowing document:
\usemodule[chart]

\starttext

\setupFLOWcharts
[
  dx=2\bodyfontsize,
  dy=2\bodyfontsize,
  height=3.1\lineheight,
  maxwidth=\textwidth,
  nx=5,
  ny=4,
]

\startFLOWchart[example]
  \startFLOWcell
    \connection [bt]{isErEenProbleem}
    \connection [rl]{urenInvoeren}
    \location   {2,1}
    \name       {tijdOver}
    \shape      {45}
    \text       {Is er tijd voor een volgend ticket?}
  \stopFLOWcell

  \startFLOWcell
    \connection [rl]{klaar}
    \location   {3,1}
    \name       {urenInvoeren}
    \shape      {action}
    \text       {Leg gebruikte uren vast}
  \stopFLOWcell

  \startFLOWcell
    \connection [bt]{ticketKlaar}
    \connection [lr]{contactTon}
    \location   {2,2}
    \name       {isErEenProbleem}
    \shape      {45}
    \text       {Treed er een probleem op?}
  \stopFLOWcell

  \startFLOWcell
    \connection [tt]{tijdOver}
    \location   {1,2}
    \name       {contactTon}
    \shape      {action}
    \text       {Neem contact op met Ton}
  \stopFLOWcell

  \startFLOWcell
    \connection [bt]{meldOpgelost}
    \connection [lt]{tijdOver}
    \location   {2,3}
    \name       {ticketKlaar}
    \shape      {45}
    \text       {Is ticket opgelost?}
  \stopFLOWcell

  \startFLOWcell
    \connection [lt]{tijdOver}
    \location   {2,4}
    \name       {meldOpgelost}
    \shape      {action}
    \text       {Meld ticket opgelost}
  \stopFLOWcell

\stopFLOWchart

\FLOWchart[example]

\stoptext

But the lines from ticketKlaar and meldOpgelost to tijdOver cross the
line from isErEenProbleem to contactTon. Is there a way to make the
lines pass contactTon to the left, so the lines do not cross?

-- 
Cecil Westerhof
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

only message in thread, other threads:[~2010-11-21  8:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-21  8:49 How to circumvent crossing of the lines Cecil Westerhof

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