realchart 0.9.37 → 0.9.38
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/dist/index.d.ts +1 -0
- package/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1747,6 +1747,7 @@ declare abstract class AxisTick extends AxisItem {
|
|
|
1747
1747
|
length: number;
|
|
1748
1748
|
gap: number;
|
|
1749
1749
|
constructor(axis: Axis);
|
|
1750
|
+
canUseNumSymbols(): boolean;
|
|
1750
1751
|
protected _doLoadSimple(source: any): boolean;
|
|
1751
1752
|
}
|
|
1752
1753
|
declare enum AxisLabelArrange {
|