This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch v6
in repository https://gitbox.apache.org/repos/asf/echarts.git


The following commit(s) were added to refs/heads/v6 by this push:
     new bd1fbe80b feat: export parsePercent for custom series
bd1fbe80b is described below

commit bd1fbe80bb48137cb19426b94b4cbf77502e7788
Author: Ovilia <[email protected]>
AuthorDate: Mon Mar 24 16:59:36 2025 +0800

    feat: export parsePercent for custom series
---
 src/export/api/number.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/export/api/number.ts b/src/export/api/number.ts
index ba8cf7a30..40b130d25 100644
--- a/src/export/api/number.ts
+++ b/src/export/api/number.ts
@@ -25,6 +25,7 @@ export {
     getPrecisionSafe,
     getPixelPrecision,
     getPercentWithPrecision,
+    parsePercent,
     MAX_SAFE_INTEGER,
     remRadian,
     isRadianAroundZero,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to