@barchart/chart-lib 2.216.2 → 2.217.1
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 -0
- chart-lib/barchart.chart.js +1 -1
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -1075,6 +1075,7 @@ declare module "@barchart/chart-lib" {
|
|
|
1075
1075
|
mode?: FeedMode;
|
|
1076
1076
|
hostingModel?: HostingModel;
|
|
1077
1077
|
logo?: string;
|
|
1078
|
+
logoClickable?: boolean;
|
|
1078
1079
|
baseUrl?: BaseUrl;
|
|
1079
1080
|
overrides?: Overrides;
|
|
1080
1081
|
extensions?: Extensions;
|
|
@@ -2472,6 +2473,8 @@ declare module "@barchart/chart-lib" {
|
|
|
2472
2473
|
type: PlotType;
|
|
2473
2474
|
curves: Curve[];
|
|
2474
2475
|
index: number;
|
|
2476
|
+
axisIndex?: number;
|
|
2477
|
+
paneIndex?: number;
|
|
2475
2478
|
title: string;
|
|
2476
2479
|
cloneIndex?: number;
|
|
2477
2480
|
}
|