-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Completed implementation for connectors.
- Loading branch information
autobuild
committed
Oct 6, 2024
1 parent
fa93c88
commit 7db2830
Showing
10 changed files
with
250 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Metadata-Version: 2.1 | ||
Name: ibmdiagrams | ||
Version: 1.0.26 | ||
Version: 1.0.27 | ||
Summary: Generate architecture diagrams following IBM Diagram Standard | ||
Author-email: Jay Warfield <[email protected]> | ||
Maintainer-email: Jay Warfield <[email protected]> | ||
|
@@ -255,21 +255,24 @@ Icons are from the [icons repo](https://github.com/IBM-Cloud/architecture-icons) | |
<details><summary>Features</summary> | ||
|
||
1. Diagrams generated by ibmdiagrams follow the [IBM Diagram Standard](https://www.ibm.com/design/language/infographics/technical-diagrams/design) using IBM Color Palette and IBM Plex Fonts. | ||
2. Shapes: | ||
2. Sidebars: | ||
- ibmcloud is becoming hardened and less likely to change. | ||
- ibmshapes (only available internally for non-cloud) is not hardened and likely to change. | ||
3. Shapes: | ||
- Group (container=1) represents a deployedOn relationship (e.g. virtual server is deployedOn a subnet). | ||
- Zone (container=0) represents a deployedTo relationship (e.g. virtual server is deployedTo a security group). | ||
- Node (square shape) represent standalone components or devices. | ||
- Actor (round shape) represent roles, functions or attributes played by human users, devices and other entities that interact with any of the above. | ||
3. Selecting within non-containers: | ||
4. Selecting within non-containers: | ||
- ibmdiagrams generates correct Z order autommatically. | ||
- If needed, use alt-click or option-click to select shapes within non-containers, or define Z order by moving shapes backward. | ||
4. Labels: | ||
5. Labels: | ||
- ibmdiagrams enables the use of two labels on all shapes with a label that is SemiBold font and a sublabel (under label) that is regular font using html: \<b style='font-weight:600'>label\</b>\<br>sublabel | ||
- Users can also add \<br> tags in labels and sublabels for additional lines. | ||
- Group properties are generated according to how many lines are intended to ensure proper label placement, e.g. Labels with one, two, or three lines will be centered vertically in the 48 height of the group label, and greater than three lines will start at the top of the 48 height and continue downward. | ||
5. Fill colors: | ||
6. Fill colors: | ||
- ibmdiagrams generates shapes with fill colors that are either white or a light color from same color family as the corresponding primary color (e.g. Cyan 50 is primary and fill is Cyan 10 or white). | ||
6. Connectors (in progress): | ||
7. Connectors (in progress): | ||
- Line styles can be solid, dashed2, dotted, double, and tunnel are supported according to existing styles in drawio - the dashed1 line style is deferred initially. | ||
- Line ends can be arrow (filled or open), circle (filled or open), and diamond (filled or open) - the T-shape end is deferred initially. | ||
</details> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.