@barchart/chart-lib 2.235.2 → 2.237.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.
chart-lib/package.json
CHANGED
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
},
|
|
59
59
|
"curveAttr": {
|
|
60
60
|
"type": "string",
|
|
61
|
-
"enum": ["ChangeBased", "OpenVsClose"
|
|
61
|
+
"enum": ["ChangeBased", "OpenVsClose"]
|
|
62
62
|
},
|
|
63
63
|
"paddingPercent": {
|
|
64
64
|
"type": "number",
|
|
@@ -461,7 +461,9 @@
|
|
|
461
461
|
"Kagi",
|
|
462
462
|
"PointAndFigure",
|
|
463
463
|
"Baseline",
|
|
464
|
-
"PercentChange"
|
|
464
|
+
"PercentChange",
|
|
465
|
+
"MultiColumn",
|
|
466
|
+
"StackedColumn"
|
|
465
467
|
]
|
|
466
468
|
},
|
|
467
469
|
"paneHeight": {
|
|
@@ -1868,7 +1870,7 @@
|
|
|
1868
1870
|
},
|
|
1869
1871
|
"version": {
|
|
1870
1872
|
"type": "integer",
|
|
1871
|
-
"minimum":
|
|
1873
|
+
"minimum": 105,
|
|
1872
1874
|
"multipleOf": 1
|
|
1873
1875
|
}
|
|
1874
1876
|
},
|