@diagrammo/dgmo-standalone 0.79.0 → 0.81.0
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 +1 -1
- package/dist/auto.js +221 -189
- package/dist/element.js +219 -187
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ unpkg works the same way — swap the host for `unpkg.com/`.
|
|
|
55
55
|
|
|
56
56
|
## What you get
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
50+ chart types from one text format: flowcharts, sequence diagrams,
|
|
59
59
|
timelines, org charts, gantt, maps, and the usual bar/line/pie family. The
|
|
60
60
|
renderer infers the chart type from what you wrote, so there is one syntax to
|
|
61
61
|
learn rather than one per chart.
|