@barchart/chart-lib 2.344.0 → 2.345.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 +9 -9
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +1 -10
chart-lib/package.json
CHANGED
|
@@ -1670,7 +1670,6 @@
|
|
|
1670
1670
|
},
|
|
1671
1671
|
"intOffset": {
|
|
1672
1672
|
"type": "integer",
|
|
1673
|
-
"minimum": 0,
|
|
1674
1673
|
"multipleOf": 1
|
|
1675
1674
|
},
|
|
1676
1675
|
"intOffsets": {
|
|
@@ -1749,14 +1748,6 @@
|
|
|
1749
1748
|
"$ref": "#/definitions/intOffsets",
|
|
1750
1749
|
"default": [0]
|
|
1751
1750
|
},
|
|
1752
|
-
"usesInAverage": {
|
|
1753
|
-
"type": "array",
|
|
1754
|
-
"minItems": 0,
|
|
1755
|
-
"items": {
|
|
1756
|
-
"type": "boolean"
|
|
1757
|
-
},
|
|
1758
|
-
"default": []
|
|
1759
|
-
},
|
|
1760
1751
|
"main": {
|
|
1761
1752
|
"type": "boolean",
|
|
1762
1753
|
"default": true
|
|
@@ -2034,7 +2025,7 @@
|
|
|
2034
2025
|
},
|
|
2035
2026
|
"version": {
|
|
2036
2027
|
"type": "integer",
|
|
2037
|
-
"minimum":
|
|
2028
|
+
"minimum": 149,
|
|
2038
2029
|
"multipleOf": 1
|
|
2039
2030
|
}
|
|
2040
2031
|
},
|