Matthieu MOREL
d84be0d792
Enable eslint-plugin-jest, eslint-plugin-cypress and wider scan
2021-11-18 23:57:16 +01:00
AlwinW
8b35745928
Corrected typos in documentation
2021-10-23 22:57:24 +11:00
Knut Sveidqvist
d45765dab5
Lint fixes + fix for unit tests
2021-09-29 09:35:14 +02:00
Knut Sveidqvist
7d802a71c1
Fix for tests
2021-07-29 18:11:48 +02:00
Knut Sveidqvist
1034e1a301
#2177 Jets upgrade
2021-07-15 10:14:35 +02:00
Knut Sveidqvist
c447262764
Testcommit
2021-07-05 12:05:33 +02:00
Knut Sveidqvist
b468065c6b
Adding dompurify
2021-07-05 11:38:24 +02:00
Knut Sveidqvist
67050e4d6d
#2170 Adjusting tests
2021-07-05 11:10:26 +02:00
Knut Sveidqvist
4c92592aa1
#2050 Updating tests and adding docs
2021-05-18 22:34:24 +02:00
Knut Sveidqvist
09569301f1
#2050 Adding possibility to render subgrapgs in different directions
2021-05-18 21:15:06 +02:00
Matthieu MOREL
63b404be9f
wrong index
2020-12-10 09:46:22 +01:00
Matthieu MOREL
aaf031f501
Remove space
2020-12-10 09:44:45 +01:00
Matthieu MOREL
b97e71e83e
Support old and new syntax
2020-12-10 09:35:46 +01:00
Matthieu MOREL
62768cd617
Wording : node instead of task
2020-12-08 09:56:44 +01:00
Matthieu MOREL
5ca629ec90
parenthesis are mandatory
2020-12-06 14:14:04 +01:00
Matthieu MOREL
e7852ea54e
update diagrams and syntax and examples
...
add test for multiple arguments
2020-12-06 14:04:46 +01:00
Matthieu MOREL
84697eb9b0
6th rank instead of 7
2020-12-06 13:09:11 +01:00
Matthieu MOREL
884f6b3571
callback with tooltip without arguments
2020-12-06 13:02:24 +01:00
Matthieu MOREL
aa9ecde7c8
prefix with href
2020-12-06 12:53:46 +01:00
Matthieu MOREL
1ead98b999
click event or link
2020-12-06 12:51:19 +01:00
Matthieu MOREL
2a14039733
exepect ids as first parameter
2020-12-06 11:12:14 +01:00
Matthieu MOREL
568962dadf
interaction test update
2020-12-06 11:03:24 +01:00
Matthieu MOREL
027342bba0
missing closing bracket
2020-12-06 10:38:26 +01:00
Matthieu MOREL
7b953ffefb
Arguments handling for flow chart functions
2020-12-06 10:27:54 +01:00
Knut Sveidqvist
582a045457
#1704 Test and lint
2020-10-07 20:43:52 +02:00
Knut Sveidqvist
c691ef1899
Removing console.logs
2020-09-30 18:47:50 +02:00
Ashish Jain
57a208d271
Fix for broken Flowchart test cases
2020-09-16 22:02:11 +02:00
Knut Sveidqvist
c679d18888
#1676 Fix for broken tests
2020-09-16 20:33:04 +02:00
Knut Sveidqvist
2a6372cabe
#1676 Handling vertices starting with a number
2020-09-16 20:09:02 +02:00
Knut Sveidqvist
a14ff7820e
#1676 Fix for tests
2020-09-12 13:40:25 +02:00
Knut Sveidqvist
9106c6ad52
#1602 Update of handling of nested subgraphs
2020-09-02 20:34:24 +02: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
Knut Sveidqvist
cf70678188
Merge branch 'develop' into feature/1460_add_link_target_to_flowchart_click
2020-07-28 13:21:31 +02:00
chris moran
c9854b35e2
Fixed flowchart parsing (broken tests - grammar changes were not 100% correct)
2020-07-28 05:48:26 -04:00
Marc Faber
d04d8c3a1d
#1460 Add link target option to flowchart click
2020-07-28 10:49:54 +02:00
chris moran
283faf7a2f
Fixes
...
GraphObjects.md: [ and ] should be escaped in text (they're links otherwise)
flow.jison: fixed a parsing issue when the direction is omitted (defaults to 'TB')
stateRenderer-v2: was silently failing due to a try/catch in the parse function. (intentional?) removed to show errorHandler
mermaidAPI: removed unnecessary call to updateRendererConfigs since reinitialize does this
2020-07-28 04:45:22 -04:00
chris moran
771bf78576
Fixed parsers to use the correct type name in close_directive
...
Added directive support to pie
(Refactored pie parsing to be a bit more clear)
Added more unit tests to pie
2020-07-27 13:24:23 -04:00
chris moran
38d4b5be1a
Fixed an issue with flowchart rendering. Remember to render html, securityLevel='loose' must be set by the siteConfig. The default securityLevel as of now is 'strict'. This causes html to be url encoded.
2020-07-27 05:33:41 -04:00
Marc Faber
7f67435cb9
#1343 Add flowchart subroutine node shape
2020-04-10 00:14:41 +02:00
Knut Sveidqvist
4010c89899
#1295 'arrow' renamed to 'arrow_point'
2020-03-16 08:02:32 +01:00
Knut Sveidqvist
25e2d78311
#1295 Start renderer
2020-03-04 20:35:59 +01:00
GDFaber
94ace2348f
Revert "Multiline comments"
2020-02-29 21:32:20 +01:00
Erik Ellingsen
e62027b73c
Multiline comments
2020-02-27 00:02:25 +01:00
Knut Sveidqvist
4ad354a561
#1216 Fix for issue when mermaid freezes the browser tab due to large diagrams
2020-01-25 13:35:11 +01:00
Marc Faber
b1bfdec473
#1196 Keep flowchart node label text (if already defined) when a style is applied
2020-01-14 23:37:30 +01:00
Knut Sveidqvist
4e6aad5115
#834 Using & as a separator for the multiple nodes
2020-01-02 18:52:50 +01:00
Marc Faber
bc59d015e6
#1154 Flow diagram DB shape request
2019-12-31 16:30:03 +01:00
Knut Sveidqvist
a4e7305d52
#834 Adding unit tests and rendering tests
2019-12-18 19:13:56 +01:00
Knut Sveidqvist
5716d163ec
Merge branch 'develop' into other/1143_utilze_browser_console_object_better
2019-12-18 18:41:14 +01:00
Knut Sveidqvist
42ef035241
#834 Using space as separator, simplfifying the grammar some more, reomving some logging
2019-12-18 18:36:34 +01:00