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

sushuang 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 e59b867  tweak progressive en doc.
e59b867 is described below

commit e59b8675d09d826914ad54917a1867da18fffd40
Author: 100pah <sushuang0...@gmail.com>
AuthorDate: Tue Mar 3 06:12:21 2020 +0800

    tweak progressive en doc.
---
 en/option/partial/progressive.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/en/option/partial/progressive.md b/en/option/partial/progressive.md
index 61528e8..2151a66 100644
--- a/en/option/partial/progressive.md
+++ b/en/option/partial/progressive.md
@@ -6,6 +6,8 @@
 
 When data amount is from thousand to more than 10 million, it will take too 
long time to render all of the graphic elements. Since ECharts 4, "progressive 
rendering" is supported in its workflow, which processes and renders data chunk 
by chunk alone with each frame, avoiding to block the UI thread of the browser.
 
+Set `progressive: 0` to disable progressive permanently. By default, 
progressive is auto-enabled when data amount is bigger than 
`progressiveThreshold`.
+
 #${prefix} progressiveThreshold(number) = 
${defaultProgressiveThreshold|default(3000)}
 
 If current data amount is over the threshold, "progressive rendering" is 
enabled.


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

Reply via email to