You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2020/02/13 03:11:28 UTC

[incubator-echarts-doc] branch master updated: fix apache/incubator-echarts#12135

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

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 948674f  fix apache/incubator-echarts#12135
948674f is described below

commit 948674fd96394260d0f1489600b69fd2ba355ee3
Author: Ovilia <zw...@gmail.com>
AuthorDate: Thu Feb 13 11:09:33 2020 +0800

    fix apache/incubator-echarts#12135
---
 en/tutorial/dataset.md | 2 +-
 zh/tutorial/dataset.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/tutorial/dataset.md b/en/tutorial/dataset.md
index c78f805..a8b65ba 100644
--- a/en/tutorial/dataset.md
+++ b/en/tutorial/dataset.md
@@ -474,7 +474,7 @@ dataset: {
 }
 ```
 
-Q: How to encode the fourth column in bubble size in bubble plot?
+Q: How to encode the third column in bubble size in bubble plot?
 
 A:
 ```js
diff --git a/zh/tutorial/dataset.md b/zh/tutorial/dataset.md
index 84db24b..0315603 100644
--- a/zh/tutorial/dataset.md
+++ b/zh/tutorial/dataset.md
@@ -466,7 +466,7 @@ dataset: {
 }
 ```
 
-问:如何把第四列映射为气泡图的点的大小?
+问:如何把第三列映射为气泡图的点的大小?
 
 答:
 ```js


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org