fix(pie): add missing value 'inherit' for pie label color. (apache/echarts#18610)
diff --git a/en/option/partial/item-style.md b/en/option/partial/item-style.md
index 15d1869..2847f28 100644
--- a/en/option/partial/item-style.md
+++ b/en/option/partial/item-style.md
@@ -11,7 +11,7 @@
 
 <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 d90c10c..ba2258f 100644
--- a/en/option/series/pie.md
+++ b/en/option/series/pie.md
@@ -498,7 +498,8 @@
 {{ 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 e326606..5baa688 100644
--- a/zh/option/partial/item-style.md
+++ b/zh/option/partial/item-style.md
@@ -11,7 +11,7 @@
 
 <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 794f620..1c41805 100644
--- a/zh/option/series/pie.md
+++ b/zh/option/series/pie.md
@@ -521,7 +521,8 @@
 {{ use: partial-text-style(
     prefix = ${prefix},
     noAlign = true,
-    noVerticalAlign = true
+    noVerticalAlign = true,
+    enableAutoColor = true
 ) }}