@barchart/chart-lib 2.225.0 → 2.226.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
|
@@ -974,6 +974,9 @@
|
|
|
974
974
|
},
|
|
975
975
|
"checkRange": {
|
|
976
976
|
"type": "boolean"
|
|
977
|
+
},
|
|
978
|
+
"exprSkipLeadingEmpty": {
|
|
979
|
+
"type": "boolean"
|
|
977
980
|
}
|
|
978
981
|
},
|
|
979
982
|
"required": ["aggregation"]
|
|
@@ -1893,7 +1896,7 @@
|
|
|
1893
1896
|
},
|
|
1894
1897
|
"version": {
|
|
1895
1898
|
"type": "integer",
|
|
1896
|
-
"minimum":
|
|
1899
|
+
"minimum": 98,
|
|
1897
1900
|
"multipleOf": 1
|
|
1898
1901
|
}
|
|
1899
1902
|
},
|