@barchart/chart-lib 2.321.2 → 2.322.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
|
@@ -1544,6 +1544,10 @@
|
|
|
1544
1544
|
},
|
|
1545
1545
|
"name": {
|
|
1546
1546
|
"type": "string"
|
|
1547
|
+
},
|
|
1548
|
+
"visible": {
|
|
1549
|
+
"type": "boolean",
|
|
1550
|
+
"default": true
|
|
1547
1551
|
}
|
|
1548
1552
|
},
|
|
1549
1553
|
"required": ["value", "line"]
|
|
@@ -2024,7 +2028,7 @@
|
|
|
2024
2028
|
},
|
|
2025
2029
|
"version": {
|
|
2026
2030
|
"type": "integer",
|
|
2027
|
-
"minimum":
|
|
2031
|
+
"minimum": 141,
|
|
2028
2032
|
"multipleOf": 1
|
|
2029
2033
|
}
|
|
2030
2034
|
},
|