@barchart/chart-lib 2.251.1 → 2.252.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 +1 -1
- chart-lib/barchart.chart.js +1 -1
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -1846,7 +1846,7 @@ declare module "@barchart/chart-lib" {
|
|
|
1846
1846
|
/** Starts (or resets) the interactive zoom */
|
|
1847
1847
|
zoom(zoomIn: boolean);
|
|
1848
1848
|
/** Resets the chart to default template and re-applies current main plot */
|
|
1849
|
-
reset();
|
|
1849
|
+
reset(preserveTheme: boolean = true): void;
|
|
1850
1850
|
}
|
|
1851
1851
|
|
|
1852
1852
|
export enum SeriesKind {
|