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

sushuang pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/echarts-examples.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new db4ff4db fix: fix legend overlap with datazoom.
db4ff4db is described below

commit db4ff4dba251ecf1fb48f57c0cfc68f58df67e65
Author: 100pah <[email protected]>
AuthorDate: Wed Oct 29 15:09:02 2025 +0800

    fix: fix legend overlap with datazoom.
---
 public/examples/ts/data-transform-aggregate.js | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/public/examples/ts/data-transform-aggregate.js 
b/public/examples/ts/data-transform-aggregate.js
index 32cd941f..e3909c0e 100644
--- a/public/examples/ts/data-transform-aggregate.js
+++ b/public/examples/ts/data-transform-aggregate.js
@@ -81,7 +81,7 @@ function run(_rawData) {
       type: 'category'
     },
     grid: {
-      bottom: 100
+      bottom: 140
     },
     legend: {
       selected: { detail: false }
@@ -92,7 +92,8 @@ function run(_rawData) {
       },
       {
         type: 'slider',
-        height: 20
+        height: 20,
+        bottom: 60
       }
     ],
     series: [


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

Reply via email to