stz-chart-maker 1.3.2 β 1.3.3
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.
- package/README.md +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +1931 -1896
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1985,7 +1985,7 @@ declare enum ChartTypes {
|
|
|
1985
1985
|
|
|
1986
1986
|
declare const ChartToolBox: {
|
|
1987
1987
|
setErrorLog(enabled?: boolean): void;
|
|
1988
|
-
|
|
1988
|
+
setErrorShield(enabled?: boolean): void;
|
|
1989
1989
|
};
|
|
1990
1990
|
declare const T$: {
|
|
1991
1991
|
readonly create: typeof ChartWrapper.create;
|
|
@@ -2001,7 +2001,7 @@ declare const T$: {
|
|
|
2001
2001
|
readonly defaultsOptions: typeof LocalDefaults;
|
|
2002
2002
|
readonly toolBox: {
|
|
2003
2003
|
setErrorLog(enabled?: boolean): void;
|
|
2004
|
-
|
|
2004
|
+
setErrorShield(enabled?: boolean): void;
|
|
2005
2005
|
};
|
|
2006
2006
|
};
|
|
2007
2007
|
|