You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I am using version 0.3.1 of pyflowchart and got two problems when creating my own flow chart.
First, I would like to change the shapes of the node. I searched around the source files and could spot the codes for changing the fill colours, font size etc and not the shapes of node. May I know where is this line?
Second, when creating my flowcharts, the white spaces in the text of each node become new lines. For example, when I have some node like : st3=>start: start my function
The text in the output svg or png image will becomes:
start
my
function
I tried to search for some encoding issue when in the block of creating svg image, but failed. May I know how to solve it ?
I would be grateful if any expert could offer me with some advice. Thanks
Kenny
The text was updated successfully, but these errors were encountered:
Since pyflowchart is outputting the flowchart.js representation of the diagram, you can always edit the generated flowchart codes to customize styles. https://flowchart.js.org includes detailed examples showing how you can make it.
Hi all,
I am using version 0.3.1 of pyflowchart and got two problems when creating my own flow chart.
First, I would like to change the shapes of the node. I searched around the source files and could spot the codes for changing the fill colours, font size etc and not the shapes of node. May I know where is this line?
Second, when creating my flowcharts, the white spaces in the text of each node become new lines. For example, when I have some node like :
st3=>start: start my function
The text in the output svg or png image will becomes:
I tried to search for some encoding issue when in the block of creating svg image, but failed. May I know how to solve it ?
I would be grateful if any expert could offer me with some advice. Thanks
Kenny
The text was updated successfully, but these errors were encountered: