@diagrammo/dgmo 0.2.28 → 0.3.1

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.
@@ -92,6 +92,12 @@ Team B: 2, 3, 2, 4, 3
92
92
  ## Common patterns
93
93
 
94
94
  - `series: Name1(color1), Name2(color2)` — multi-series with colors
95
+ - Multi-line values: leave the value empty and indent each entry on its own line
96
+ ```
97
+ series:
98
+ Name1 (color1)
99
+ Name2 (color2)
100
+ ```
95
101
  - `Label(color): value` — per-item colors
96
102
  - `labels: percent` — show percentages on pie/doughnut
97
103
  - `orientation: horizontal` — rotate bar charts
package/README.md CHANGED
@@ -416,6 +416,11 @@ ylabel: Y Axis
416
416
  series: Series1, Series2
417
417
  orientation: horizontal
418
418
 
419
+ # Multi-line values (alternative to comma-separated)
420
+ series:
421
+ Series1
422
+ Series2
423
+
419
424
  # Data section
420
425
  Label: value
421
426
  Label (color): value