modify the chart

This commit is contained in:
Kevin Harrington 2025-10-19 22:51:42 -04:00
parent ca591db843
commit 3e12c8d772
2 changed files with 4 additions and 3 deletions

View file

@ -246,7 +246,7 @@ A consensus meeting needs some structure to function. When running a meeting the
\begin{center}
\consensusflowchart{0.9}{\large}
\consensusflowchart{0.8}{\large}
\end{center}
\linedpagetwo

View file

@ -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}%
}