@barchart/chart-lib 2.358.0 → 2.359.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
|
@@ -1216,6 +1216,7 @@
|
|
|
1216
1216
|
"enabled": false,
|
|
1217
1217
|
"width": 2,
|
|
1218
1218
|
"color": "#777",
|
|
1219
|
+
"fillColor": "rgba(119,119,119,0.1)",
|
|
1219
1220
|
"dashStyle": "LongDashDot"
|
|
1220
1221
|
}
|
|
1221
1222
|
},
|
|
@@ -1225,6 +1226,7 @@
|
|
|
1225
1226
|
"enabled": false,
|
|
1226
1227
|
"width": 2,
|
|
1227
1228
|
"color": "#777",
|
|
1229
|
+
"fillColor": "rgba(119,119,119,0.1)",
|
|
1228
1230
|
"dashStyle": "ShortDashDot"
|
|
1229
1231
|
}
|
|
1230
1232
|
}
|
|
@@ -1832,6 +1834,9 @@
|
|
|
1832
1834
|
"color": {
|
|
1833
1835
|
"$ref": "#/definitions/color"
|
|
1834
1836
|
},
|
|
1837
|
+
"fillColor": {
|
|
1838
|
+
"$ref": "#/definitions/color"
|
|
1839
|
+
},
|
|
1835
1840
|
"dashStyle": {
|
|
1836
1841
|
"$ref": "#/definitions/dashStyle"
|
|
1837
1842
|
}
|
|
@@ -2046,7 +2051,7 @@
|
|
|
2046
2051
|
},
|
|
2047
2052
|
"version": {
|
|
2048
2053
|
"type": "integer",
|
|
2049
|
-
"minimum":
|
|
2054
|
+
"minimum": 162,
|
|
2050
2055
|
"multipleOf": 1
|
|
2051
2056
|
}
|
|
2052
2057
|
},
|