@barchart/chart-lib 2.290.1 → 2.291.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
|
@@ -999,6 +999,15 @@
|
|
|
999
999
|
},
|
|
1000
1000
|
"revealingClose": {
|
|
1001
1001
|
"type": "boolean"
|
|
1002
|
+
},
|
|
1003
|
+
"showMainTitle": {
|
|
1004
|
+
"type": "boolean",
|
|
1005
|
+
"default": true
|
|
1006
|
+
},
|
|
1007
|
+
"mainTitle": {
|
|
1008
|
+
"type": "string",
|
|
1009
|
+
"enum": ["Name", "Description"],
|
|
1010
|
+
"default": "Name"
|
|
1002
1011
|
}
|
|
1003
1012
|
}
|
|
1004
1013
|
},
|
|
@@ -1935,7 +1944,7 @@
|
|
|
1935
1944
|
},
|
|
1936
1945
|
"version": {
|
|
1937
1946
|
"type": "integer",
|
|
1938
|
-
"minimum":
|
|
1947
|
+
"minimum": 119,
|
|
1939
1948
|
"multipleOf": 1
|
|
1940
1949
|
}
|
|
1941
1950
|
},
|