Commit Graph

61 Commits (8ba4e5cdbe37f196e96db7cc84fff823d63ea632)

Author SHA1 Message Date
KIRCHSTH 7bb61e9fac #307 Sequence/Dynamic diagram - simplify to "one" Rel() call
- Sequence diagram
  - Add SHOW_INDEX() layout option
  - Rel() extended with $index, $rel (replaces RelIndex() and RelSpecialIndex())

- Dynamic diagram
  - Rel() extended with $index (makes RelIndex...() obsolete)

- all index related macros moved to C4.puml

- update README.ms and LayoutOptions.md
3 years ago
KIRCHSTH 2fe7c7cebc #307 add sequence support (part 3 - add styles, updated docu/samples) 3 years ago
KIRCHSTH c036cd6575 #307 add sequence support (part 2 - boundaries, updated docu) 3 years ago
kirchsth 5c4db8a639
#245,#291 Enables theme support (#295) 3 years ago
Andreas Deininger 6dbfd5e005 Adding diagrams (as requested per review) 3 years ago
Andreas Deininger c14d922ee3 Fixing typos 3 years ago
Andreas Deininger c8819ae80d Fixing typos 3 years ago
KIRCHSTH 1e4176cd16 fix a) invisible relationship text based on typo; b) custom legend details are correct defined 3 years ago
KIRCHSTH fec3cc6c84 Update image urls that the correct master branch is used (that all images can be automatically updated if a new release is created) 3 years ago
kirchsth b27482bb04
Fix first sample in readme - customer legend details are correct displayed with smaller font too (#268)
* - Update $legendText of first README.md sample with \n that the legend details are correct displayed (eight sided is smaller too)
- extend sample with link to corresponding code opened in PlantUML server
3 years ago
KIRCHSTH efbcd2afb9 Update all deployed *.md files that they can be accessed via https://plantuml-stdlib.github.io/C4-PlantUML/ too (3) 3 years ago
KIRCHSTH 4dece7b4f8 Update all deployed *.md files that they can be accessed via https://plantuml-stdlib.github.io/C4-PlantUML/ too 3 years ago
KIRCHSTH ee5c527b04 #222 PlantUML stereotypes support no spaces anymore, remove spaces in $tags too (and set $legendText with space) 4 years ago
KIRCHSTH 48b2b13666 fix typo 5 years ago
Ben Peachey 4f7c12dd63
Merge pull request #164 from kirchsth/feature/boundaryTransparent
#163 Boundary background color is transparent again
5 years ago
Ben Peachey 18f8b64a0f
Merge pull request #161 from kirchsth/feature/updateReadmeSample
#159 Update readme sample with new features and styles
5 years ago
Ben Peachey a32f7d8034
Merge pull request #147 from kirchsth/feature/143_incl_C4Person
#146 New layout call SHOW_PERSON_OUTLINE() activates shape "person"; new $shape argument supports rounded-box and eight-sided shapes
5 years ago
KIRCHSTH e408d6dcfc #164 samples\C4CoreDiagrams.md - Fix "Deployment Diagram for Internet Banking System - Live with details" url 5 years ago
KIRCHSTH f5d06a70cb #159 Update readme sample with new features and styles 5 years ago
KIRCHSTH 841aef26f4 #145: Support rounded-box and eight-sided shapes 5 years ago
Kirill Zaborsky 669ac18e0e
Typo fix 5 years ago
KIRCHSTH f3639ab59f #126: C4 relationships support description, sprite/openIconic and tags (6a - fix PR finding: all files should end with empty line) 5 years ago
KIRCHSTH bd6c20115e #126: C4 relationships support description, sprite/openIconic and tags (5 - skinparam arrow colors allows no #, resync percy files, fix build) 5 years ago
KIRCHSTH 878b3b96b1 #126: C4 relationships support description, sprite/openIconic and tags (4 - rename AddTagSupport() to AddElementTag(), AddRelTagSupport() to AddRelTag(), update img links) 5 years ago
KIRCHSTH 433db676fb #126: C4 relationships support description, sprite/openIconic and tags (2 - incl legend)
add procedures: AddRelTagSupport(), UpdateRelStyle()
rename procedures: SHOW_DYNAMIC_LEGEND() to SHOW_LEGEND(), UpdateSkinparamsAndLegendEntry() to UpdateElementStyle()
5 years ago
Ben Peachey d9dac90504
Merge pull request #98 from kirchsth/feature/95
#96 Dynamic diagrams supports Index(), LastIndex() and SetIndex()
5 years ago
Adrian Lupu 6cc10231fe Merge branch 'feature/110' of https://github.com/kirchsth/C4-PlantUML into master 5 years ago
KIRCHSTH 8c4c1ecc5b * Node is added as short version of Deployment_Node,
(Deployment_)Node() supports description, sprite and left/right alignment via Node_L()/Node_R()
* Element properties can be defined via  SetPropertyHeader(), WithoutPropertyHeader() and AddProperty()
5 years ago
KIRCHSTH b63db7ee9b #102, #94, #51: Add custom tags/stereotypes support; dynamic legend supports custom colors, border and shadow; dynamic legend displays (only) used elements, tags/stereotypes.
New added macros: SHOW_DYNAMIC_LEGEND(), AddTagSupport(), UpdateSkinparamsAndLegendEntry(), elements macros are extended with $tags="..."
5 years ago
Marco Gario bb6589e506
Update C4_Component Diagram Sample - bigbankplc.puml 5 years ago
Marco Gario 14def42944
Fix typos in samples 5 years ago
KIRCHSTH 00e25d6a1e #92-Deployment-Diagram-supports-(automatic-calculated)-line-breaks-of-type-labels (2 - update link with updated C4_Deployment Diagram Sample) 5 years ago
KIRCHSTH cc9235cd2d #95 Dynamic diagrams supports Index(), LastIndex() and SetIndex() 5 years ago
KIRCHSTH 1b5e399a9a #92-Deployment-Diagram-supports-(automatic-calculated)-line-breaks-of-type-labels 5 years ago
KIRCHSTH 26f790a8e7 Improve "C4_Deployment Diagram Sample - bigbankplc.puml" with direction forced relations 5 years ago
Adrian Lupu 7d050e48b0 switched urls to https://github.com/plantuml-stdlib/C4-PlantUML 5 years ago
Adrian Lupu 8bdedabfb0 updated readme to include custom icons 5 years ago
Adrian Lupu ff2855251b updated readme for latest plantuml version 1.2020.7 6 years ago
Adrian Lupu 0f06513d53 dynamic diagrams too big when using local version and online plantuml server 6 years ago
Leila Pearson e11b652472 Update legend format in markdown diagrams 6 years ago
Adrian Lupu e0138368e5 updated readme to include dynamic diagram 6 years ago
Adrian Lupu 362c9801fb #27 Add deployment and dynamic diagrams support #34https://github.com/RicardoNiepel/C4-PlantUML/pull/34 6 years ago
Adrian Lupu fb4391b7ab Use port instead of post for SQL/JDBC in sample #28 6 years ago
Adrian Lupu a361367a1d support for deployment diagrams 7 years ago
Adrian Lupu a7ca4ac531 Merge branch 'deployment_diagram' into latest 7 years ago
Adrian Lupu 0eccd9686c added deployment diagram support 7 years ago
Adrian Lupu 10c4c954c2 all links point to adrianvlupu/C4-Builder 7 years ago
Adrian Lupu 33ed52bfaf compatibility with plantuml.1.2019.6 7 years ago
David Sara 0cd0098828 doc link fixed 7 years ago
Chris Charabaruk 850a917303 Remove shadow from database elements 7 years ago