@barchart/chart-lib 2.185.7 → 2.186.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
|
@@ -777,6 +777,7 @@ declare module "@barchart/chart-lib" {
|
|
|
777
777
|
interface ITopics {
|
|
778
778
|
CH_ALL: string;
|
|
779
779
|
CH_RECREATED: string;
|
|
780
|
+
CH_RESET: string;
|
|
780
781
|
CH_ANNOTATIONCHANGED: string;
|
|
781
782
|
CH_ANNNEEDSCONTEXTMENU: string;
|
|
782
783
|
CH_CHTNEEDSCONTEXTMENU: string;
|
|
@@ -1650,6 +1651,8 @@ declare module "@barchart/chart-lib" {
|
|
|
1650
1651
|
redo(): void;
|
|
1651
1652
|
/** Starts (or resets) the interactive zoom */
|
|
1652
1653
|
zoom(zoomIn: boolean);
|
|
1654
|
+
/** Resets the chart to default template and re-applies current main plot */
|
|
1655
|
+
reset();
|
|
1653
1656
|
}
|
|
1654
1657
|
|
|
1655
1658
|
export enum SeriesKind {
|