You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2023/05/11 06:50:03 UTC

[echarts-doc] branch master updated: fix(pie): add missing value 'inherit' for pie label color. (apache/echarts#18610)

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 d9372b1b fix(pie): add missing value 'inherit' for pie label color. (apache/echarts#18610)
d9372b1b is described below

commit d9372b1b0233254c0d8b62c389276bc16fed4334
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Thu May 11 14:48:25 2023 +0800

    fix(pie): add missing value 'inherit' for pie label color. (apache/echarts#18610)
---
 en/option/partial/item-style.md | 2 +-
 en/option/series/pie.md         | 3 ++-
 zh/option/partial/item-style.md | 2 +-
 zh/option/series/pie.md         | 3 ++-
 4 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/en/option/partial/item-style.md b/en/option/partial/item-style.md
index 15d1869b..2847f28c 100644
--- a/en/option/partial/item-style.md
+++ b/en/option/partial/item-style.md
@@ -11,7 +11,7 @@ Graphic style of ${name}, `emphasis` is the style when it is highlighted, like b
 
 <ExampleUIControlColor />
 
-${name} color. {{ if: ${useColorPalatte} }}Color is taken from [option.color Palette](~color) by default. {{ /if }}{{ if: ${hasInherit} }}Since 5.2.0, it can be set to `'inherit'` in the `emphasis` state to disable color highlight.{{ /if }}
+${name} color. {{ if: ${useColorPalatte} }}Color is taken from [option.color Palette](~color) by default. {{ /if }}{{ if: ${hasInherit} }}Since v5.2.0, it can be set to `'inherit'` in the `emphasis` state to disable color highlight.{{ /if }}
 
 {{ use: partial-color-desc() }}
 
diff --git a/en/option/series/pie.md b/en/option/series/pie.md
index d90c10ca..ba2258f1 100644
--- a/en/option/series/pie.md
+++ b/en/option/series/pie.md
@@ -498,7 +498,8 @@ Label rotation.
 {{ use: partial-text-style(
     prefix = ${prefix},
     noAlign = true,
-    noVerticalAlign = true
+    noVerticalAlign = true,
+    enableAutoColor = true
 ) }}
 
 
diff --git a/zh/option/partial/item-style.md b/zh/option/partial/item-style.md
index e3266063..5baa688f 100644
--- a/zh/option/partial/item-style.md
+++ b/zh/option/partial/item-style.md
@@ -11,7 +11,7 @@ ${name} 图形样式。
 
 <ExampleUIControlColor />
 
-${name}图形的颜色。{{ if: ${useColorPalatte} }} 默认从全局调色盘 [option.color](~color) 获取颜色。{{ /if }}{{ if: ${hasInherit} }}从 5.2.0 开始支持在`emphasis`状态中支持设置为`'inherit'`取消高亮颜色。{{ /if }}
+${name}图形的颜色。{{ if: ${useColorPalatte} }} 默认从全局调色盘 [option.color](~color) 获取颜色。{{ /if }}{{ if: ${hasInherit} }}从 v5.2.0 开始支持在 `emphasis` 状态中支持设置为 `'inherit'` 取消高亮颜色。{{ /if }}
 
 {{ use: partial-color-desc() }}
 
diff --git a/zh/option/series/pie.md b/zh/option/series/pie.md
index 794f6203..1c418052 100644
--- a/zh/option/series/pie.md
+++ b/zh/option/series/pie.md
@@ -521,7 +521,8 @@ const option = {
 {{ use: partial-text-style(
     prefix = ${prefix},
     noAlign = true,
-    noVerticalAlign = true
+    noVerticalAlign = true,
+    enableAutoColor = true
 ) }}
 
 


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