@barchart/chart-lib 2.382.1 → 2.383.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/barchart.chart.js +23 -23
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +4 -1
chart-lib/package.json
CHANGED
|
@@ -990,6 +990,9 @@
|
|
|
990
990
|
"zooming": {
|
|
991
991
|
"$ref": "#/definitions/orientationChoice",
|
|
992
992
|
"default": "both"
|
|
993
|
+
},
|
|
994
|
+
"studyBasisFocus": {
|
|
995
|
+
"type": "boolean"
|
|
993
996
|
}
|
|
994
997
|
}
|
|
995
998
|
},
|
|
@@ -2156,7 +2159,7 @@
|
|
|
2156
2159
|
},
|
|
2157
2160
|
"version": {
|
|
2158
2161
|
"type": "integer",
|
|
2159
|
-
"minimum":
|
|
2162
|
+
"minimum": 173,
|
|
2160
2163
|
"multipleOf": 1
|
|
2161
2164
|
}
|
|
2162
2165
|
},
|