@barchart/chart-lib 2.252.0 → 2.253.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 +3 -0
- chart-lib/barchart.chart.js +1 -1
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -806,6 +806,7 @@ declare module "@barchart/chart-lib" {
|
|
|
806
806
|
|
|
807
807
|
interface ITopics {
|
|
808
808
|
CH_ALL: string;
|
|
809
|
+
CH_DIDBECOMEACTIVE: string;
|
|
809
810
|
CH_RECREATED: string;
|
|
810
811
|
CH_RESET: string;
|
|
811
812
|
CH_ANNOTATIONCHANGED: string;
|
|
@@ -1847,6 +1848,8 @@ declare module "@barchart/chart-lib" {
|
|
|
1847
1848
|
zoom(zoomIn: boolean);
|
|
1848
1849
|
/** Resets the chart to default template and re-applies current main plot */
|
|
1849
1850
|
reset(preserveTheme: boolean = true): void;
|
|
1851
|
+
/** Reserved for internal use. */
|
|
1852
|
+
activate(): void;
|
|
1850
1853
|
}
|
|
1851
1854
|
|
|
1852
1855
|
export enum SeriesKind {
|