@barchart/chart-lib 2.355.0 → 2.356.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 +0 -2
- chart-lib/barchart.chart.js +8 -8
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -2407,8 +2407,6 @@ declare module "@barchart/chart-lib" {
|
|
|
2407
2407
|
export function adaptOpenFeedClient(client: any, listener: any): any;
|
|
2408
2408
|
|
|
2409
2409
|
class OpenFeed extends BaseDataFeed {
|
|
2410
|
-
multiplexer: any;
|
|
2411
|
-
listener?: any;
|
|
2412
2410
|
adapter?: any;
|
|
2413
2411
|
addAuxFeed(auxFeed: OpenFeed): void;
|
|
2414
2412
|
}
|