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
I'm working in a angularjs project and I discover this powerfull API for charts and I very happy to start learning how it works.
I'm having some problems with the rendering of the svg because the titles are sometimes are quite long so it produce an overflow and overlap between them.
I'm using the mermaid.min.js and mermaidAPI.js 8.0-rc to render the graph. I don't know either if i have to add some other files or to change same flowchart propertiees / CSS.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The project has got good traction but it also means that it is very hard to manage all issues on your spare time. I am trying to get a bigger team together for faster development and better support #866. I am closing this one for now, not out of disrespect but as a part of an effort to clean out stale issues that has been resolved but not closed.
Hello all,
I'm working in a angularjs project and I discover this powerfull API for charts and I very happy to start learning how it works.
I'm having some problems with the rendering of the svg because the titles are sometimes are quite long so it produce an overflow and overlap between them.
I'm using the mermaid.min.js and mermaidAPI.js 8.0-rc to render the graph. I don't know either if i have to add some other files or to change same flowchart propertiees / CSS.
mermaidAPI.initialize({ startOnLoad:false, cloneCssStyles:false, flowchart:{ useMaxWidth:false, htmlLabels:false, width: '100%', curve:'basis', }, theme: 'forest', });
Thanks!!!
The text was updated successfully, but these errors were encountered: