This is an automated email from the ASF dual-hosted git repository.
100pah 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 25f3c829 fix example layout introduced by v6.0.0 breaking changes.
25f3c829 is described below
commit 25f3c829eb7d4f6bfb3c1b44033cc16a3d5982b8
Author: 100pah <[email protected]>
AuthorDate: Mon May 25 03:00:04 2026 +0800
fix example layout introduced by v6.0.0 breaking changes.
---
public/examples/ts/bar-stack-normalization-and-variation.ts | 2 +-
public/examples/ts/doc-example/bar-dataZoom-filterMode.js | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/public/examples/ts/bar-stack-normalization-and-variation.ts
b/public/examples/ts/bar-stack-normalization-and-variation.ts
index 7a4e8dc1..a825510e 100644
--- a/public/examples/ts/bar-stack-normalization-and-variation.ts
+++ b/public/examples/ts/bar-stack-normalization-and-variation.ts
@@ -25,7 +25,7 @@ const grid = {
left: 100,
right: 100,
top: 50,
- bottom: 50
+ bottom: 90
};
const gridWidth = myChart.getWidth() - grid.left - grid.right;
const gridHeight = myChart.getHeight() - grid.top - grid.bottom;
diff --git a/public/examples/ts/doc-example/bar-dataZoom-filterMode.js
b/public/examples/ts/doc-example/bar-dataZoom-filterMode.js
index 62c31d65..6ed0601c 100644
--- a/public/examples/ts/doc-example/bar-dataZoom-filterMode.js
+++ b/public/examples/ts/doc-example/bar-dataZoom-filterMode.js
@@ -8,6 +8,7 @@ $.get(ROOT_PATH +
'/data/asset/data/obama_budget_proposal_2012.list.json', funct
trigger: 'item'
},
legend: {
+ top: 5,
data: ['Growth', 'Budget 2011', 'Budget 2012'],
itemGap: 5
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]