mermaid/demos
pinghe 546eb285c4 C4 diagram is fixed style, such as css color, so different css is not provided under different skins.
updateElementStyle and UpdateElementStyle are written in the diagram last part. updateElementStyle is inconsistent with the original definition and updates the style of the relationship, including the offset of the text label relative to the original position.

- [ ] Custom tags/stereotypes support and skinparam updates
- - [ ] AddElementTag(tagStereo, ?bgColor, ?fontColor, ?borderColor, ?shadowing, ?shape, ?sprite, ?techn, ?legendText, ?legendSprite): Introduces a new element tag. The styles of the tagged elements are updated and the tag is displayed in the calculated legend.
- - [ ] AddRelTag(tagStereo, ?textColor, ?lineColor, ?lineStyle, ?sprite, ?techn, ?legendText, ?legendSprite): Introduces a new Relationship tag. The styles of the tagged relationships are updated and the tag is displayed in the calculated legend.
- - [X] UpdateElementStyle(elementName, ?bgColor, ?fontColor, ?borderColor, ?shadowing, ?shape, ?sprite, ?techn, ?legendText, ?legendSprite): This call updates the default style of the elements (component, ...) and creates no additional legend entry.
- - [X] UpdateRelStyle(from, to, textColor, lineColor, ?offsetX, ?offsetY): This call updates the default relationship colors and creates no additional legend entry. Two new parameters, offsetX and offsetY, are added to set the offset of the original position of the text.
- - [ ] RoundedBoxShape(): This call returns the name of the rounded box shape and can be used as ?shape argument.
- - [ ] EightSidedShape(): This call returns the name of the eight sided shape and can be used as ?shape argument.
- - [ ] DashedLine(): This call returns the name of the dashed line and can be used as ?lineStyle argument.
- - [ ] DottedLine(): This call returns the name of the dotted line and can be used as ?lineStyle argument.
- - [ ] BoldLine(): This call returns the name of the bold line and can be used as ?lineStyle argument.
- - [X] UpdateLayoutConfig(?c4ShapeInRow, ?c4BoundaryInRow): New. This call updates the default c4ShapeInRow(4) and c4BoundaryInRow(2).
2022-06-18 22:43:07 +08:00
..
classchart.html feat(:accessibility): Add accessibility fields to class chart 2022-04-07 13:56:23 +00:00
dataflowchart.html build: group webpack & ignore dist & support yarn1.x (#2551) 2021-12-11 12:02:39 +01:00
er.html feat: adding more accessibility tooling 2022-03-31 13:21:56 +00:00
flowchart.html feat: adds title and description to flowchart 2022-04-07 14:42:13 -04:00
gantt.html Linting changes to fix build 2022-04-12 07:16:14 +02:00
index.html C4 diagram is fixed style, such as css color, so different css is not provided under different skins. 2022-06-18 22:43:07 +08:00
journey.html feat: add accDescription along with test page 2022-04-08 12:57:42 -07:00
requirements.html feat: Add accessibility fields to requirements diagram 2022-04-07 18:02:48 +00:00
sequence.html Sequence autonumbering and Git fix options parsing 2022-04-28 14:25:25 +02:00
state.html add v2 example to demo 2022-04-08 18:43:00 +00:00