realchart 0.9.32 → 0.9.33
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 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -615,7 +615,7 @@ declare abstract class FormattableText extends ChartText {
|
|
|
615
615
|
buildSvg(view: TextElement, outline: TextElement, maxWidth: number, maxHeight: number, target: any, domain: IRichTextDomain): void;
|
|
616
616
|
protected _doLoadSimple(source: any): boolean;
|
|
617
617
|
private $_getNumberText;
|
|
618
|
-
protected _getText(text: string, value: any, useSymbols: boolean, forceSymbols
|
|
618
|
+
protected _getText(text: string, value: any, useSymbols: boolean, forceSymbols: boolean): string;
|
|
619
619
|
}
|
|
620
620
|
declare enum LabelIconPostion {
|
|
621
621
|
DEFAULT = "default",
|