From bab01a90049e4325511469c708358f5e94f00f4b Mon Sep 17 00:00:00 2001 From: Kasmine <736929286@qq.com> Date: Sat, 21 Nov 2020 14:47:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20g2plot=20=E6=96=87?= =?UTF-8?q?=E6=A1=88=20(#1981)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: 修复 g2plot 文案 * 更新文案,antd -> AntD * 更新 antd -> AntD * refactor(demo): 多图表实验室,添加说明 & 修改场景漏斗的截图 * fix(demo-word): 修改 antd 的文案 --- docs/manual/upgrade.en.md | 2 +- examples/case/multi-view/design.en.md | 5 +++++ examples/case/multi-view/design.zh.md | 5 +++++ examples/case/statistical-scenario/API.en.md | 5 ----- examples/case/statistical-scenario/API.zh.md | 5 ----- examples/case/statistical-scenario/demo/meta.json | 2 +- examples/case/statistical-scenario/design.en.md | 6 +++--- examples/case/statistical-scenario/design.zh.md | 6 +++--- 8 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 examples/case/multi-view/design.en.md create mode 100644 examples/case/multi-view/design.zh.md diff --git a/docs/manual/upgrade.en.md b/docs/manual/upgrade.en.md index bb95de06f8..af7c287d5c 100644 --- a/docs/manual/upgrade.en.md +++ b/docs/manual/upgrade.en.md @@ -30,7 +30,7 @@ G2Plot 2.0 is under continuous development. Up to now, we have completed the dev ## Configuration change -G2plot 2.0 is compatible with most of the chart functions and configuration items of version 1.x. The details are as follows: +G2Plot 2.0 is compatible with most of the chart functions and configuration items of version 1.x. The details are as follows: ### General attributes diff --git a/examples/case/multi-view/design.en.md b/examples/case/multi-view/design.en.md new file mode 100644 index 0000000000..7bdef0839b --- /dev/null +++ b/examples/case/multi-view/design.en.md @@ -0,0 +1,5 @@ +--- +title: Design Guide +--- + +Lab Chart is in BETA stage, DO NOT use it in production env. \ No newline at end of file diff --git a/examples/case/multi-view/design.zh.md b/examples/case/multi-view/design.zh.md new file mode 100644 index 0000000000..9a5b168b86 --- /dev/null +++ b/examples/case/multi-view/design.zh.md @@ -0,0 +1,5 @@ +--- +title: 设计规范 +--- + +实验室图表正处于 beta 阶段,暂不适用于生产阶段。 diff --git a/examples/case/statistical-scenario/API.en.md b/examples/case/statistical-scenario/API.en.md index 791522f53a..a4e9a6334f 100644 --- a/examples/case/statistical-scenario/API.en.md +++ b/examples/case/statistical-scenario/API.en.md @@ -1,6 +1 @@ ---- -title: API -order: 0 ---- - 统计图表场景案例暂无 API,可以查看 **Design Guide** 了解 diff --git a/examples/case/statistical-scenario/API.zh.md b/examples/case/statistical-scenario/API.zh.md index 24568d443b..db1738b563 100644 --- a/examples/case/statistical-scenario/API.zh.md +++ b/examples/case/statistical-scenario/API.zh.md @@ -1,6 +1 @@ ---- -title: API -order: 0 ---- - 统计图表场景案例暂无 API,可以查看 **设计指引** 了解 diff --git a/examples/case/statistical-scenario/demo/meta.json b/examples/case/statistical-scenario/demo/meta.json index 3b2d00a042..f70c4b9ea6 100644 --- a/examples/case/statistical-scenario/demo/meta.json +++ b/examples/case/statistical-scenario/demo/meta.json @@ -18,7 +18,7 @@ "zh": "场景漏斗图", "en": "Funnel Scenario" }, - "screenshot": "https://gw.alipayobjects.com/mdn/rms_d314dd/afts/img/A*ucU-QIutfqwAAAAAAAAAAAAAARQnAQ" + "screenshot": "https://gw.alipayobjects.com/zos/antfincdn/yYAiTdM%242e/case-funnel.png" }, { "filename": "pie.ts", diff --git a/examples/case/statistical-scenario/design.en.md b/examples/case/statistical-scenario/design.en.md index 563857fb5e..8bd2112cce 100644 --- a/examples/case/statistical-scenario/design.en.md +++ b/examples/case/statistical-scenario/design.en.md @@ -10,7 +10,7 @@ title: 设计规范 ### 技术栈 -G2plot,antd +G2Plot,Ant Design ### 何时使用 @@ -25,10 +25,10 @@ G2plot,antd ### 技术栈 -G2plot,antd +G2Plot,Ant Design ### 何时使用 产品或运营同学在进行用户行为的分析时,常常遇到转化率过低等问题,但用户很难定位到问题是在哪,也难以去优化。条形漏斗图不仅可以提供用户每一步的数值变化、步骤间的转化率,还可以延伸提供转化问题的提示信息,并下钻跳转其他页面进行详情查看。 -此外,相比于常规漏斗图,条形漏斗图更适用于漏斗步数不确定的情况,可扩展性更强。 \ No newline at end of file +此外,相比于常规漏斗图,条形漏斗图更适用于漏斗步数不确定的情况,可扩展性更强。 diff --git a/examples/case/statistical-scenario/design.zh.md b/examples/case/statistical-scenario/design.zh.md index 015b6c4ec0..800f546416 100644 --- a/examples/case/statistical-scenario/design.zh.md +++ b/examples/case/statistical-scenario/design.zh.md @@ -10,7 +10,7 @@ title: 设计规范 ### 技术栈 -G2plot,antd +G2Plot,Ant Design ### 何时使用 @@ -25,10 +25,10 @@ G2plot,antd ### 技术栈 -G2plot,antd +G2Plot,Ant Design ### 何时使用 产品或运营同学在进行用户行为的分析时,常常遇到转化率过低等问题,但用户很难定位到问题是在哪,也难以去优化。条形漏斗图不仅可以提供用户每一步的数值变化、步骤间的转化率,还可以延伸提供转化问题的提示信息,并下钻跳转其他页面进行详情查看。 -此外,相比于常规漏斗图,条形漏斗图更适用于漏斗步数不确定的情况,可扩展性更强。 \ No newline at end of file +此外,相比于常规漏斗图,条形漏斗图更适用于漏斗步数不确定的情况,可扩展性更强。