modify the chart
This commit is contained in:
parent
ca591db843
commit
3e12c8d772
2 changed files with 4 additions and 3 deletions
|
|
@ -34,7 +34,7 @@
|
|||
\draw [arrow] (test) -- (no);
|
||||
\draw [arrow] (yes) -- (consensusAchieved);
|
||||
\draw [arrow] (no) -- (concerns);
|
||||
\draw [arrow] (modification) -- (standAside);
|
||||
\draw [arrow] (concerns) -- (modification);
|
||||
\draw [arrow] (concerns) -- (blockNode);
|
||||
\draw [arrow] (consensusAchieved) -- (actionPoints);
|
||||
\draw [arrow] (concerns) -- (standAside);
|
||||
|
|
@ -42,6 +42,7 @@
|
|||
|
||||
% Curved arrows
|
||||
\draw [arrow] (no) to[out=120, in=180] (discussion);
|
||||
\draw [arrow] (modification) to[out=90, in=0] (test);
|
||||
\draw [arrow] (modification) to[out=90, in=-90] (test);
|
||||
\draw [arrow] (blockNode) to[out=180, in=180] (discussion);
|
||||
\end{tikzpicture}%
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue