Commit Graph

78 Commits

Author SHA1 Message Date
Amy Qualls 86b3a4f09e
Document line curve options
An extremely basic MVC explaining that it is possible to adjust how lines in a flowchart are curved, while listing (some of?) the available options.

I doubt I've captured all of the curve options, but capturing the existence of curve options is a start.

Sources:

- https://github.com/mermaid-js/mermaid/issues/580#issuecomment-373929046 where a user references adding the feature to Mermaid
- Which references https://github.com/d3/d3-shape/blob/master/README.md#curves and I think is worth including here
2022-08-25 12:01:55 -07:00
Lorin Thwaits 6635d4bc97 Grammatical touch-ups 2022-08-19 21:27:13 +01:00
Kanisorn Sutham dd4459f813 doc: add font-awesome version warning message 2022-07-31 21:08:27 +03:00
Kanisorn Sutham 01d84fdacf fix: update font-awesome to version v5.9.0 2022-07-31 20:51:15 +03:00
Vardan ef5c753e32
update doc typos/clarity (#3145)
* update doc typos/clarity

* missed fix
2022-06-26 11:12:35 +02:00
flywire 72ada38417
Styling links default 2022-06-11 18:24:45 +10:00
Andreas Deininger 8e157423e0 Fixing various typos
Changing links from http to https
2022-06-01 12:06:53 +02:00
Yash-Singh1 d7b1cd912c chore: no lint for html in md 2022-05-10 18:11:23 -07:00
Matthieu MOREL 3a56bbed2e
build: setup eslint-plugin-json (#2552)
Co-authored-by: Yash Singh <saiansh2525@gmail.com>
2022-05-10 17:52:55 -07:00
Daniel Egnor 873003c607
Remove a stray word 2022-04-26 09:27:38 -07:00
Ashish Jain f95de5c6d9
Merge pull request #2740 from Guy-Adler/feature/2391_double_circle
Double Circle Node Shape
2022-02-24 18:45:50 +01:00
Knut Sveidqvist 43854a2921 Merge branch 'master' into develop 2022-02-17 18:25:00 +01:00
Knut Sveidqvist f5ba67ab78 docs: removed beta references to the flowchart graph type. 2022-02-17 17:45:13 +01:00
Guy Adler 04454cece0
fix: changed open and close markers as recommended
chnged from `()(` and `())` to `(((` and `)))`
2022-02-17 17:22:38 +01:00
km f71ab2f879 Fix typo in flowchart document 2022-02-17 11:18:45 +08:00
Guy Adler 1fc10a7857
Update documentation
Added the double circle to the list of node shapes.
2022-02-16 23:16:58 +01:00
Yash-Singh1 d140a9df8f Switch from mermaid-code -> mmd 2021-11-10 18:04:40 -08:00
Yash-Singh1 2ae442accc Support for mermaid-example 2021-11-03 15:26:59 -07:00
Yash-Singh1 1b7e690ec1 Use monaco-mermaid for syntax highlighting and many syntax highlighting improvements 2021-10-31 14:45:41 -07:00
Knut Sveidqvist 206a35ebd9 #2272 Switching the renderer in the docs 2021-08-26 18:55:47 +02:00
Bishop Clark ecede3126b
Update flowchart.md
spell check
2021-06-20 20:25:56 -07:00
Knut Sveidqvist 4c92592aa1 #2050 Updating tests and adding docs 2021-05-18 22:34:24 +02:00
Neil Cuzon 0b3881751f
Update flowchart.md 2021-05-01 11:42:42 -07:00
Neil Cuzon 31e656630d
Update flowchart.md 2021-05-01 11:39:50 -07:00
Bishop Clark 1304890441
Update flowchart.md
word 'than' confused with pronounced- and spelled-differently 'then'
2021-04-24 16:27:05 -07:00
bby-bishopclark c714f3109a
Update flowchart.md
verb tense
2021-03-26 09:18:03 -07:00
Kris Khaira dabe7a3b55 Fix broken image path 2021-02-21 17:18:46 +08:00
zepatrik dc14b2f9fe
Improve docs around escape characters 2021-02-09 11:01:27 +01:00
Matthieu MOREL b97e71e83e Support old and new syntax 2020-12-10 09:35:46 +01:00
Matthieu MOREL 5cb04828d2 missing brackets for callback functions in documentation 2020-12-06 21:33:53 +01:00
Matthieu MOREL 1a2c1252f0 update doc and integration tests 2020-12-06 13:43:42 +01:00
Knut Sveidqvist 96ac13cdac Merge branch 'master' into develop 2020-11-26 19:25:57 +01:00
Leszek Manicki 1d30241871 Fixed typo in the docs 2020-11-17 20:40:16 +01:00
Neil Cuzon 9b2f61d778
Update flowchart.md 2020-11-15 13:44:47 -08:00
Neil Cuzon 5a92b77560
Update flowchart.md 2020-11-15 07:19:13 -08:00
sy-records cb41569a5a feat: Auto generation of Edit this Page 2020-11-15 10:28:47 +08:00
Knut Sveidqvist e3cf8b7843 Updated version oif mermaid in the docs 2020-11-05 20:09:08 +01:00
Knut Sveidqvist 855dec7fcd Fix for build 2020-11-01 11:08:47 +01:00
Neil Cuzon adc900a03a
Update flowchart.md 2020-10-28 00:40:25 -07:00
NeilCuzon 445daaeba2 Switching to Docsify and adding search 2020-10-25 00:30:20 -07:00
saowang 9e8c6aed4d Update documents to compatible jekyll-rtd-theme 2020-08-21 01:01:06 +08:00
Mattéo Delabre 01344a991d
Add support for changing the length of edges
Resolves #637, resolves #1495.

The syntax for edges is extended to allow for extra
dashes/equals signs/dots (depending on the edge type). Each added
character increases the length of the edge by one rank level, as
follows:

Length            |    1   |    2    |     3    |
------------------|:------:|:-------:|:--------:|
Normal            |  `---` |  `----` |  `-----` |
Normal with arrow |  `-->` |  `--->` |  `---->` |
Thick             |  `===` |  `====` |  `=====` |
Thick with arrow  |  `==>` |  `===>` |  `====>` |
Dotted            |  `-.-` |  `-..-` |  `-...-` |
Dotted with arrow | `-.->` | `-..->` | `-...->` |

This features leverages the `minlen` property exposed by Dagre which was
not previously available when using Mermaid.
2020-08-14 00:15:26 +02:00
Marc Faber b17475f013 #1366 Flowchart documentation: Fix code example for styling nodes 2020-07-30 01:18:58 +02:00
Marc Faber d04d8c3a1d #1460 Add link target option to flowchart click 2020-07-28 10:49:54 +02:00
Neil Cuzon e8c7ffa872
Update flowchart.md 2020-07-14 14:25:40 -07:00
Neil Cuzon 9da3402997
Update flowchart.md
-added a few workarounds, I found for writing "end" as a node name alongside the workaround found in the FAQ.

-also made a few minor edits to the contents.
2020-06-21 15:19:45 -07:00
Knut Sveidqvist 3bdb9f289f Merge branch 'master' into develop 2020-05-30 17:11:23 +02:00
Kevin Hill d16d969799
Update flowchart.md 2020-05-21 04:33:58 -07:00
Knut Sveidqvist c21b61bbd2 Bug fixes in new functionality, intersections not taken into account in nodes used by new graph engine. Graph flowchart not usable when integrating using mermaid.core. Incorrect flwochart docs 2020-05-16 19:58:22 +02:00
Knut Sveidqvist 6203c27244 #1386 Updated docs 2020-05-06 18:58:26 +02:00