-
We are using a 3d party to render the diagrams to svgs: https://github.com/yuzutech/kroki
We are currently focused on Mermaid, but Kroki's version of mermaid is outdated 9.x.x, but the latest version…
-
### Description
Composite bar charts (sometimes also call stacked bar charts) are charts where each bar displays multiple data points stacked in a single row or column.
There are situations where…
-
- consider making the graph editor pushable with gravity and things
- [graph editor](https://csacademy.com/app/graph_editor/)
- [obsidian](https://help.obsidian.md/Plugins/Graph+view)
- librari…
-
### Proposal
I would like to suggest adding support for Nassi-Schneiderman diagrams to Mermaid.js. Nassi-Schneiderman diagrams are a graphical representation of the structure of a program, commonly…
-
## Background
Users can add Mermaid diagrams to the documents using `content.text` with `format_as` set to `code` and `code_language` set to `mermaid`, but in the case user's Markdown renderer does…
traut updated
3 months ago
-
Greetings developers & contributors.
[Mermaid](https://mermaid-js.github.io/) is a flowchart diagram JS library which renders markdown into diagrams, GitHub uses it to render [diagrams in the markd…
-
We need something like this:
``` js
Diagram.DSL.from('A').lineTo('B').withText('Hello').andColor('red').on(diagram);
```
Standard hex codes and HTML colors codes should be accepted:
``` js
Diagram.…
-
**Atom**: 1.37.0 x64
**Electron**: 2.0.18
**OS**: Mac OS X 10.14.5
**Thrown From**: [diagrams](https://github.com/francoislaberge/atom-diagrams) package 0.30.0
### Stack Trace
Failed to loa…
-
sequence-diagram.js:792 Uncaught ReferenceError: Raphael is not defined
at sequence-diagram.js:792
at sequence-diagram.js:1468
-
It might be interesting to directly plot diagrams or visualize Petri nets in this library.
Interesting related libraries:
- https://github.com/nadavrot/layout (Graphviz graph plots; Good for visua…