@barchart/chart-lib 2.370.1 → 2.371.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 +4 -0
- chart-lib/barchart.chart.js +8 -8
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -1611,11 +1611,13 @@ declare module "@barchart/chart-lib" {
|
|
|
1611
1611
|
main?: boolean;
|
|
1612
1612
|
uid?: string;
|
|
1613
1613
|
index?: number;
|
|
1614
|
+
showPrevious?: boolean;
|
|
1614
1615
|
studyId?: string;
|
|
1615
1616
|
fundamentalId?: string;
|
|
1616
1617
|
expression?: string;
|
|
1617
1618
|
forward?: string;
|
|
1618
1619
|
seasonal?: string;
|
|
1620
|
+
symbol?: string;
|
|
1619
1621
|
frequency?: "Quarter" | "Year";
|
|
1620
1622
|
inputs?: StudyInput[];
|
|
1621
1623
|
curves?: Curve[];
|
|
@@ -1625,6 +1627,8 @@ declare module "@barchart/chart-lib" {
|
|
|
1625
1627
|
placement?: StudyPlacement;
|
|
1626
1628
|
cloneIndex?: number;
|
|
1627
1629
|
cloneUid?: string;
|
|
1630
|
+
oppositeScale?: boolean;
|
|
1631
|
+
paneIndex?: number;
|
|
1628
1632
|
offsets?: number[];
|
|
1629
1633
|
precision?: number;
|
|
1630
1634
|
visible?: boolean;
|