@barchart/chart-lib 2.358.0 → 2.360.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
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"AccruedExpenses",
|
|
64
64
|
"Cash",
|
|
65
65
|
"CommonShares",
|
|
66
|
+
"SharesOutstanding",
|
|
66
67
|
"DeferredIncomeTax",
|
|
67
68
|
"DeferredLongRevenues",
|
|
68
69
|
"EquityOtherInvestments",
|
|
@@ -306,6 +307,7 @@
|
|
|
306
307
|
"LINRLOW",
|
|
307
308
|
"CSHO",
|
|
308
309
|
"CSHB",
|
|
310
|
+
"MKTCAP",
|
|
309
311
|
"CTPI",
|
|
310
312
|
"TCHRE",
|
|
311
313
|
"PCTCHG",
|
|
@@ -658,6 +660,7 @@
|
|
|
658
660
|
"LINRCHN",
|
|
659
661
|
"CSHO",
|
|
660
662
|
"CSHB",
|
|
663
|
+
"MKTCAP",
|
|
661
664
|
"CTPI",
|
|
662
665
|
"TCHRE",
|
|
663
666
|
"PCTCHG",
|
|
@@ -1216,6 +1219,7 @@
|
|
|
1216
1219
|
"enabled": false,
|
|
1217
1220
|
"width": 2,
|
|
1218
1221
|
"color": "#777",
|
|
1222
|
+
"fillColor": "rgba(119,119,119,0.1)",
|
|
1219
1223
|
"dashStyle": "LongDashDot"
|
|
1220
1224
|
}
|
|
1221
1225
|
},
|
|
@@ -1225,6 +1229,7 @@
|
|
|
1225
1229
|
"enabled": false,
|
|
1226
1230
|
"width": 2,
|
|
1227
1231
|
"color": "#777",
|
|
1232
|
+
"fillColor": "rgba(119,119,119,0.1)",
|
|
1228
1233
|
"dashStyle": "ShortDashDot"
|
|
1229
1234
|
}
|
|
1230
1235
|
}
|
|
@@ -1832,6 +1837,9 @@
|
|
|
1832
1837
|
"color": {
|
|
1833
1838
|
"$ref": "#/definitions/color"
|
|
1834
1839
|
},
|
|
1840
|
+
"fillColor": {
|
|
1841
|
+
"$ref": "#/definitions/color"
|
|
1842
|
+
},
|
|
1835
1843
|
"dashStyle": {
|
|
1836
1844
|
"$ref": "#/definitions/dashStyle"
|
|
1837
1845
|
}
|
|
@@ -2046,7 +2054,7 @@
|
|
|
2046
2054
|
},
|
|
2047
2055
|
"version": {
|
|
2048
2056
|
"type": "integer",
|
|
2049
|
-
"minimum":
|
|
2057
|
+
"minimum": 163,
|
|
2050
2058
|
"multipleOf": 1
|
|
2051
2059
|
}
|
|
2052
2060
|
},
|