You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by sh...@apache.org on 2020/08/27 04:47:02 UTC

[incubator-echarts-doc] branch next updated: fix layout in dataset transform tutorial

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

shenyi 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 22b56f8  fix layout in dataset transform tutorial
22b56f8 is described below

commit 22b56f8bda8498af3974851bc2a552d9537c9e4b
Author: pissang <bm...@gmail.com>
AuthorDate: Thu Aug 27 12:46:48 2020 +0800

    fix layout in dataset transform tutorial
---
 en/tutorial/data-transform.md | 6 +++---
 zh/tutorial/data-transform.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/en/tutorial/data-transform.md b/en/tutorial/data-transform.md
index b325345..f541fc5 100644
--- a/en/tutorial/data-transform.md
+++ b/en/tutorial/data-transform.md
@@ -111,7 +111,7 @@ Let's summarize the key points of using data transform:
 
 ## Advanced usage
 
-### Piped transform
+#### Piped transform
 
 There is a syntactic sugar that pipe transforms like:
 ```js
@@ -142,7 +142,7 @@ option: {
 
 
 
-### Output multiple data
+#### Output multiple data
 
 In most cases, transform functions only need to produce one data. But there is indeed scenarios that a transform function needs to produce multiple data, each of whom might be used by different series.
 
@@ -206,7 +206,7 @@ What more, [dataset.fromTransformResult](option.html#dataset.fromTransformResult
 ```
 
 
-### Debug in develop environment
+#### Debug in develop environment
 
 When using data transform, we might run into the trouble that the final chart do not display correctly but we do not know where the config is wrong. There is a property `transform.print` might help in such case. (`transform.print` is only available in dev environment).
 
diff --git a/zh/tutorial/data-transform.md b/zh/tutorial/data-transform.md
index 0d40d39..0b883fb 100644
--- a/zh/tutorial/data-transform.md
+++ b/zh/tutorial/data-transform.md
@@ -103,7 +103,7 @@ var option = {
 
 ## 数据转换的进阶使用
 
-### 链式声明 transform
+#### 链式声明 transform
 
 `transform` 可以被链式声明,这是一个语法糖。
 ```js
@@ -133,7 +133,7 @@ option: {
 
 
 
-### 一个 transform 输出多个 data
+#### 一个 transform 输出多个 data
 
 在大多数场景下,transform 只需输出一个 data 。但是也有一些场景,需要输出多个 data ,每个 data 可以被不同的 series 或者 dataset 所使用。
 
@@ -199,7 +199,7 @@ option = {
 ```
 
 
-### 在开发环境中 debug
+#### 在开发环境中 debug
 
 使用 transform 时,有时候我们会配不对,显示不出来结果,并且不知道哪里错了。所以,这里提供了一个配置项 `transform.print` 方便 debug 。这个配置项只在开发环境中生效。如下例:
 


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