Skip to content

Commit ecf5f12

Browse files
Update site/docs/api/chart/legend.zh.md
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 11139b9 commit ecf5f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/api/chart/legend.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const data = [
125125
| `itemStyle` | `GroupStyleProps` | - | 图例项样式 |
126126
| `nameStyle` | `TextStyleProps` | - | 图例名称样式 |
127127
| `valueStyle` | `TextStyleProps` | - | 图例值样式 |
128-
| `valuePrefix` | `string` | `': '` | value 展示文案的前缀。最终渲染格式为 `${name}: ${value}` |
128+
| `valuePrefix` | `string` | `': '` | 用于连接图例名和图例值的字符串。最终渲染格式为 `${name}${valuePrefix}${value}` |
129129

130130
### 交互配置
131131

0 commit comments

Comments
 (0)