@barchart/chart-lib 2.298.0 → 2.299.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
|
@@ -1083,6 +1083,10 @@
|
|
|
1083
1083
|
"enum": ["None", "All", "Main"],
|
|
1084
1084
|
"default": "All"
|
|
1085
1085
|
},
|
|
1086
|
+
"includePercentChangeWithLastValue": {
|
|
1087
|
+
"type": "boolean",
|
|
1088
|
+
"default": false
|
|
1089
|
+
},
|
|
1086
1090
|
"preventLabelOverlap": {
|
|
1087
1091
|
"type": "boolean",
|
|
1088
1092
|
"default": false
|
|
@@ -1952,7 +1956,7 @@
|
|
|
1952
1956
|
},
|
|
1953
1957
|
"version": {
|
|
1954
1958
|
"type": "integer",
|
|
1955
|
-
"minimum":
|
|
1959
|
+
"minimum": 126,
|
|
1956
1960
|
"multipleOf": 1
|
|
1957
1961
|
}
|
|
1958
1962
|
},
|