@barchart/chart-lib 2.272.6 → 2.272.7
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 +3 -7
- chart-lib/barchart.chart.js +1 -1
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -1528,14 +1528,10 @@ declare module "@barchart/chart-lib" {
|
|
|
1528
1528
|
forward?: string;
|
|
1529
1529
|
seasonal?: string;
|
|
1530
1530
|
frequency?: "Quarter" | "Year";
|
|
1531
|
-
inputs?:
|
|
1531
|
+
inputs?: StudyInput[];
|
|
1532
1532
|
curves?: Curve[];
|
|
1533
|
-
levels?:
|
|
1534
|
-
|
|
1535
|
-
line: { width?: number; color?: string; dashStyle?: DashStyle };
|
|
1536
|
-
name?: string;
|
|
1537
|
-
}[];
|
|
1538
|
-
bands?: { range: { from?: number; to?: number }; fill: { color?: string } };
|
|
1533
|
+
levels?: StudyLevel[];
|
|
1534
|
+
bands?: StudyBand[];
|
|
1539
1535
|
placement?: StudyPlacement;
|
|
1540
1536
|
cloneIndex?: number;
|
|
1541
1537
|
offsets?: number[];
|