-
Thanks @knsv and everyone that contributes to mermaid.
I'm leveraging it for a Grafana plugin that is turning out to be quite popular.
https://github.com/jdbranham/grafana-diagram/
-
After upgrading mermaid.cli from `0.3.6` to `0.4.2` the `--configFile` option no longer seems to have any effect. I noticed this when the `asciidoctor-diagram` CI build started failing. Build [#597](h…
-
```
graph LR
456ac9b0d15a8b7f1e71073221059886[1051 AAA fa:fa-check]
f7f580e11d00a75814d2ded41fe8e8fe[1141 BBB fa:fa-check]
81dc9bdb52d04dc20036dbd8313ed055[1234 CCC fa:fa-check]
456ac9b0d15a8b7f1…
-
As the title says, I am trying to pass an optional stylesheet for a sequence diagram but it outputs a file, svg, png or pdf without applying it. Tried several configurations on the .css file without s…
ghost updated
6 years ago
-
Hi
I am doing the following as per your example however I am getting the following error. I am using webpack
```javascript
var mermaid = require('mermaid').mermaidAPI;
mermaid.initial…
-
They are an issue with the graph TD, picture is not draw on the left side
```
graph TD
A-->B
A-->C
A-->Z
A-->Y
B-->Y
Z…
-
I try to use mermaid to display a flowchart but I have an issue with the click keyword : It does not fire my callback and prints in console log :
```
ERROR TypeError: window[functionName] is not a …
-
[Caret](https://caret.io), a Markdown editor for OS X, has added support for mermaid, if you want to add that to **Downstream projects** on your website.
-
See https://github.com/knsv/mermaid/blob/7c74107f360dee4bceb197a2802bfd89a2a8dc64/src/less/default/sequenceDiagram.less#L73
I think this is preventing me from modifying the font of notes.
I don'…
-
The rendering only works using a browser currently see the todo in mermaidAPI.js row 200.