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

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


The following commit(s) were added to refs/heads/master by this push:
     new 97c04e1  Update default color list of palette
     new ca73748  Merge pull request #162 from Clarkkkk/fix-color-list
97c04e1 is described below

commit 97c04e1117e6dda618c3e748e8a6bf23d7a5248e
Author: Clark <[email protected]>
AuthorDate: Wed Feb 3 00:55:44 2021 +0800

    Update default color list of palette
---
 en/option/option.md | 2 +-
 zh/option/option.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/option/option.md b/en/option/option.md
index 239096d..23e8493 100644
--- a/en/option/option.md
+++ b/en/option/option.md
@@ -56,7 +56,7 @@ The color list of palette. If no color is set in series, the 
colors would be ado
 
 Defaults:
 ```js
-['#c23531','#2f4554', '#61a0a8', '#d48265', '#91c7ae','#749f83',  '#ca8622', 
'#bda29a','#6e7074', '#546570', '#c4ccd3']
+['#5470c6', '#91cc75', '#fac858', '#ee6666', '#73c0de', '#3ba272', '#fc8452', 
'#9a60b4', '#ea7ccc']
 ```
 
 
diff --git a/zh/option/option.md b/zh/option/option.md
index 22b48c0..641c21f 100644
--- a/zh/option/option.md
+++ b/zh/option/option.md
@@ -63,7 +63,7 @@
 
 默认为:
 ```js
-['#c23531','#2f4554', '#61a0a8', '#d48265', '#91c7ae','#749f83',  '#ca8622', 
'#bda29a','#6e7074', '#546570', '#c4ccd3']
+['#5470c6', '#91cc75', '#fac858', '#ee6666', '#73c0de', '#3ba272', '#fc8452', 
'#9a60b4', '#ea7ccc']
 ```
 
 # backgroundColor(Color) = 'transparent'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to