This is an automated email from the ASF dual-hosted git repository.
sushuang pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git
The following commit(s) were added to refs/heads/next by this push:
new f5b3148 fix: tweak the last commit.
new 3bfd5ea Merge branch 'next' of
github.com:apache/incubator-echarts-doc into next
f5b3148 is described below
commit f5b314874c8d4a6a70d308657020caed4eb3d900
Author: 100pah <[email protected]>
AuthorDate: Tue Aug 25 21:57:43 2020 +0800
fix: tweak the last commit.
---
en/tutorial/data-transform.md | 3 ---
zh/tutorial/data-transform.md | 3 ---
2 files changed, 6 deletions(-)
diff --git a/en/tutorial/data-transform.md b/en/tutorial/data-transform.md
index b325345..8c532ea 100644
--- a/en/tutorial/data-transform.md
+++ b/en/tutorial/data-transform.md
@@ -547,9 +547,6 @@ option = {
method: 'exponential'
}
}
- }, {
- fromDatasetIndex: 1,
- fromTransformResult: 1
}],
xAxis: { type: 'category' },
yAxis: {},
diff --git a/zh/tutorial/data-transform.md b/zh/tutorial/data-transform.md
index 0d40d39..203ee1f 100644
--- a/zh/tutorial/data-transform.md
+++ b/zh/tutorial/data-transform.md
@@ -536,9 +536,6 @@ option = {
method: 'exponential'
}
}
- }, {
- fromDatasetIndex: 1,
- fromTransformResult: 1
}],
xAxis: { type: 'category' },
yAxis: {},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]