@diagrammo/dgmo 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -60,32 +60,32 @@ dgmo diagram.dgmo --theme dark --palette catppuccin
60
60
 
61
61
  | Type | Description |
62
62
  |------|-------------|
63
+ | `arc` | Arc/network diagrams |
64
+ | `area` | Filled area charts |
63
65
  | `bar` | Vertical/horizontal bar charts |
64
66
  | `bar-stacked` | Stacked bar charts |
67
+ | `chord` | Circular relationship diagrams |
68
+ | `class` | UML class diagrams with inheritance, composition, and visibility |
69
+ | `doughnut` | Doughnut charts |
70
+ | `er` | Entity-relationship diagrams with crow's foot notation |
71
+ | `flowchart` | Directed graph flowcharts with branching and 6 node shapes |
72
+ | `function` | Mathematical function plots |
73
+ | `funnel` | Conversion funnels |
74
+ | `heatmap` | Matrix heatmaps |
65
75
  | `line` | Line charts with crosshair |
66
76
  | `multi-line` | Multi-series line charts |
67
- | `area` | Filled area charts |
77
+ | `org` | Org charts with hierarchy, team containers, and tag group color-coding |
68
78
  | `pie` | Pie charts with connector labels |
69
- | `doughnut` | Doughnut charts |
70
- | `radar` | Radar/spider charts |
71
79
  | `polar-area` | Polar area charts |
72
- | `scatter` | XY scatter with categories and sizing |
80
+ | `quadrant` | 2D quadrant scatter |
81
+ | `radar` | Radar/spider charts |
73
82
  | `sankey` | Flow diagrams |
74
- | `chord` | Circular relationship diagrams |
75
- | `function` | Mathematical function plots |
76
- | `heatmap` | Matrix heatmaps |
77
- | `funnel` | Conversion funnels |
83
+ | `scatter` | XY scatter with categories and sizing |
84
+ | `sequence` | Sequence diagrams with type inference |
78
85
  | `slope` | Before/after comparison |
79
- | `wordcloud` | Weighted text clouds |
80
- | `arc` | Arc/network diagrams |
81
86
  | `timeline` | Timelines with eras and markers |
82
87
  | `venn` | Set intersection diagrams |
83
- | `quadrant` | 2D quadrant scatter |
84
- | `sequence` | Sequence diagrams with type inference |
85
- | `flowchart` | Directed graph flowcharts with branching and 6 node shapes |
86
- | `class` | UML class diagrams with inheritance, composition, and visibility |
87
- | `er` | Entity-relationship diagrams with crow's foot notation |
88
- | `org` | Org charts with hierarchy, team containers, and tag group color-coding |
88
+ | `wordcloud` | Weighted text clouds |
89
89
 
90
90
  ## How it works
91
91