@barchart/chart-lib 2.383.1 → 2.384.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.d.ts +9 -0
- chart-lib/barchart.chart.js +10 -10
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +9 -1
chart-lib/package.json
CHANGED
|
@@ -1277,9 +1277,17 @@
|
|
|
1277
1277
|
"allAnnotationsLocked": {
|
|
1278
1278
|
"type": "boolean",
|
|
1279
1279
|
"default": false
|
|
1280
|
+
},
|
|
1281
|
+
"hiddenItems": {
|
|
1282
|
+
"$ref": "#/definitions/hiddenItems",
|
|
1283
|
+
"default": "None"
|
|
1280
1284
|
}
|
|
1281
1285
|
}
|
|
1282
1286
|
},
|
|
1287
|
+
"hiddenItems": {
|
|
1288
|
+
"type": "string",
|
|
1289
|
+
"enum": ["None", "Annotations", "Studies", "All"]
|
|
1290
|
+
},
|
|
1283
1291
|
"curveZone": {
|
|
1284
1292
|
"type": "object",
|
|
1285
1293
|
"additionalProperties": false,
|
|
@@ -2159,7 +2167,7 @@
|
|
|
2159
2167
|
},
|
|
2160
2168
|
"version": {
|
|
2161
2169
|
"type": "integer",
|
|
2162
|
-
"minimum":
|
|
2170
|
+
"minimum": 174,
|
|
2163
2171
|
"multipleOf": 1
|
|
2164
2172
|
}
|
|
2165
2173
|
},
|