@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/barchart.chart.d.ts
CHANGED
|
@@ -84,6 +84,7 @@ declare module "@barchart/chart-lib" {
|
|
|
84
84
|
| "AccruedExpenses"
|
|
85
85
|
| "Cash"
|
|
86
86
|
| "CommonShares"
|
|
87
|
+
| "SharesOutstanding"
|
|
87
88
|
| "DeferredIncomeTax"
|
|
88
89
|
| "DeferredLongRevenues"
|
|
89
90
|
| "EquityOtherInvestments"
|
|
@@ -324,6 +325,7 @@ declare module "@barchart/chart-lib" {
|
|
|
324
325
|
| "LINRLOW"
|
|
325
326
|
| "CSHO"
|
|
326
327
|
| "CSHB"
|
|
328
|
+
| "MKTCAP"
|
|
327
329
|
| "CTPI"
|
|
328
330
|
| "TCHRE"
|
|
329
331
|
| "PCTCHG"
|
|
@@ -541,6 +543,7 @@ declare module "@barchart/chart-lib" {
|
|
|
541
543
|
| "LINRCHN"
|
|
542
544
|
| "CSHO"
|
|
543
545
|
| "CSHB"
|
|
546
|
+
| "MKTCAP"
|
|
544
547
|
| "CTPI"
|
|
545
548
|
| "TCHRE"
|
|
546
549
|
| "PCTCHG"
|
|
@@ -1815,6 +1818,10 @@ declare module "@barchart/chart-lib" {
|
|
|
1815
1818
|
/** Whether the line transition is enabled or not. */
|
|
1816
1819
|
/** @default false */
|
|
1817
1820
|
enabled?: boolean;
|
|
1821
|
+
/** Color used to fill the (alternating) area between the lines
|
|
1822
|
+
* @default rgba(119,119,119,0.1)
|
|
1823
|
+
*/
|
|
1824
|
+
fillColor?: string;
|
|
1818
1825
|
}
|
|
1819
1826
|
|
|
1820
1827
|
interface FillTrait {
|