From ac4f65937754125c6e5b285757a76b24a02aebf8 Mon Sep 17 00:00:00 2001 From: jim Date: Sat, 27 Jan 2018 22:39:38 +0800 Subject: [PATCH] Repair pie api document format --- src/components/Charts/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Charts/index.md b/src/components/Charts/index.md index 218f4ebf..e48220e5 100644 --- a/src/components/Charts/index.md +++ b/src/components/Charts/index.md @@ -76,8 +76,8 @@ Ant Design Pro 提供的业务中常用的图表类型,都是基于 [G2](https | percent | 占比 | number | - | | tooltip | 是否显示 tooltip | boolean | true | | valueFormat | 显示值的格式化函数 | function | - | -| title | 图表标题 | ReactNode|string | - | -| subTitle | 图表子标题 | ReactNode|string | - | +| title | 图表标题 | ReactNode\|string | - | +| subTitle | 图表子标题 | ReactNode\|string | - | | total | 图标中央的总数 | string | - | ### Radar -- GitLab