@barchart/chart-lib 2.397.0 → 2.399.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
|
@@ -1228,6 +1228,11 @@
|
|
|
1228
1228
|
"visibleRange": {
|
|
1229
1229
|
"$ref": "#/definitions/range"
|
|
1230
1230
|
},
|
|
1231
|
+
"position": {
|
|
1232
|
+
"type": "string",
|
|
1233
|
+
"enum": ["bottom", "top", "both"],
|
|
1234
|
+
"default": "bottom"
|
|
1235
|
+
},
|
|
1231
1236
|
"equidistant": {
|
|
1232
1237
|
"type": "boolean",
|
|
1233
1238
|
"default": true
|
|
@@ -2186,7 +2191,7 @@
|
|
|
2186
2191
|
},
|
|
2187
2192
|
"version": {
|
|
2188
2193
|
"type": "integer",
|
|
2189
|
-
"minimum":
|
|
2194
|
+
"minimum": 180,
|
|
2190
2195
|
"multipleOf": 1
|
|
2191
2196
|
}
|
|
2192
2197
|
},
|