Skip to content

Commit 92c556e

Browse files
Adds a note about rank and node separation being ignored for export formats.
1 parent e3bad38 commit 92c556e

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

export/01-comparison.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ complete and richest set of diagrams.
2727

2828
The following table summarises the features that are available via the exporters implemented in this library.
2929

30-
| Feature | Structurizr Lite/cloud/on-premises | [StructurizrPlantUMLExporter](plantuml#structurizrplantumlexporter) | [C4PlantUMLExporter](plantuml#c4plantumlexporter) | [MermaidExporter](mermaid) | [DOTExporter](dot) |
31-
|---------------------------------------------------------------------------------|------------------------------------|---------------------------------------------------------------------|---------------------------------------------------|----------------------------|--------------------|
32-
| [Element styles](/ui/diagrams/notation#elements) | All | Limited | Limited (with `c4plantuml.tags true`) | Limited | Limited |
33-
| [Relationship styles](/ui/diagrams/notation#relationships) | All | Limited | Limited (with `c4plantuml.tags true`) | Limited | Limited |
34-
| [Shapes](/ui/diagrams/notation#shapes) | All | Limited | Limited | Limited | Limited |
35-
| [Icons](/ui/diagrams/notation#icons) | Yes | Limited | Limited (with `c4plantuml.tags true`) | No | No |
36-
| Automatic diagram key/legend | Yes | Yes | Yes | No | No |
37-
| [Click to zoom](/ui/diagrams/navigation) | Yes | No | No | No | No |
38-
| Interactive features (tooltips, [perspectives](/ui/diagrams/perspectives), etc) | Yes | No | No | No | No |
39-
| [Animation](/ui/diagrams/animation) | Yes | Yes (with `plantuml.animation true`) | Yes (with `plantuml.animation true`) | No | No |
40-
| [Automatic layout](/ui/diagrams/automatic-layout) | Yes | Yes | Yes | Yes | Yes |
41-
| [Manual layout](/ui/diagrams/manual-layout) | Yes | No | No | No | No |
42-
| [Filtered views](/ui/diagrams/filtered-view) | Yes | No | No | No | No |
30+
| Feature | Structurizr Lite/cloud/on-premises | [StructurizrPlantUMLExporter](plantuml#structurizrplantumlexporter) | [C4PlantUMLExporter](plantuml#c4plantumlexporter) | [MermaidExporter](mermaid) | [DOTExporter](dot) |
31+
|---------------------------------------------------------------------------------|------------------------------------|---------------------------------------------------------------------|-------------------------------------------------------|---------------------------------------------|----------------------------------------|
32+
| [Element styles](/ui/diagrams/notation#elements) | All | Limited | Limited (with `c4plantuml.tags true`) | Limited | Limited |
33+
| [Relationship styles](/ui/diagrams/notation#relationships) | All | Limited | Limited (with `c4plantuml.tags true`) | Limited | Limited |
34+
| [Shapes](/ui/diagrams/notation#shapes) | All | Limited | Limited | Limited | Limited |
35+
| [Icons](/ui/diagrams/notation#icons) | Yes | Limited | Limited (with `c4plantuml.tags true`) | No | No |
36+
| Automatic diagram key/legend | Yes | Yes | Yes | No | No |
37+
| [Click to zoom](/ui/diagrams/navigation) | Yes | No | No | No | No |
38+
| Interactive features (tooltips, [perspectives](/ui/diagrams/perspectives), etc) | Yes | No | No | No | No |
39+
| [Animation](/ui/diagrams/animation) | Yes | Yes (with `plantuml.animation true`) | Yes (with `plantuml.animation true`) | No | No |
40+
| [Automatic layout](/ui/diagrams/automatic-layout) | Yes | Yes (rank and node separation ignored) | Yes (rank and node separation ignored) | Yes (rank and node separation ignored) | Yes (rank and node separation ignored) |
41+
| [Manual layout](/ui/diagrams/manual-layout) | Yes | No | No | No | No |
42+
| [Filtered views](/ui/diagrams/filtered-view) | Yes | No | No | No | No |

0 commit comments

Comments
 (0)