Replies: 3 comments 4 replies
-
try |
Beta Was this translation helpful? Give feedback.
-
Thanks cscheid. I am also seeing my image is cropped (in pdf as well). I think I am facing the issue mentioned in #2438. Is it possible to adjust width and height of puppeteer viewport? I tried fig-width and fig-height but the image still looks same. |
Beta Was this translation helpful? Give feedback.
-
Hi @cscheid. Since I was facing issue with cropping, I tried from graphviz import Source
dot = Source(dotter)
_ = dot.render(r"res\tree-full", format='png')
Markdown(r"{#fig-tree-full}") For this to work I need |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Thanks for contribution and support.
I have a complex diagram which looks blurry in docx while the same is clear (when zoomed in) in HTML. How can get high resolution png from mermaid diagram?
I tried
%%| fig-width: 6.5
but it crashes with exception in mermaidBeta Was this translation helpful? Give feedback.
All reactions