@barchart/chart-lib 2.212.3 → 2.213.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 +5 -0
- chart-lib/barchart.chart.js +1 -1
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -2084,6 +2084,11 @@ declare module "@barchart/chart-lib" {
|
|
|
2084
2084
|
connection?: any;
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
|
+
class OpenFeed extends BaseDataFeed {
|
|
2088
|
+
listener?: any;
|
|
2089
|
+
client?: any;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2087
2092
|
/** A key bootstrapping method to call, once per page: initialized the data feed, which you then use to create charts.
|
|
2088
2093
|
* @param constr A constructor of the class representing the data feed. Must be a descendant of the @see BaseDataFeed.
|
|
2089
2094
|
* @param config Optional data feed configuration, @see Config
|