Skip to content

Commit ea54cb1

Browse files
leondt1xueren.dt
andauthored
feat: optimise advise example (#899)
* feat: optimise advise example * feat: update pie image url --------- Co-authored-by: xueren.dt <xueren.dt@antgroup.com>
1 parent 768db01 commit ea54cb1

40 files changed

+385
-37
lines changed

site/examples/advisor/charts/index.en.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

site/examples/advisor/charts/index.zh.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

site/examples/advisor/query/demo/meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"en": "Text Input",
1111
"zh": "输入文本"
1212
},
13-
"screenshot": "https://gw.alipayobjects.com/zos/antfincdn/SuynCPdHr/ca-steps.gif"
13+
"screenshot": "https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*Obg3Ra290vYAAAAARVAAAAgAemJ7AQ/fmt.webp"
1414
},
1515
{
1616
"filename": "data.jsx",
1717
"title": {
1818
"en": "Data Input",
1919
"zh": "输入数据"
2020
},
21-
"screenshot": "https://gw.alipayobjects.com/zos/antfincdn/SuynCPdHr/ca-steps.gif"
21+
"screenshot": "https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*aZs1SI9FupoAAAAASXAAAAgAemJ7AQ/fmt.webp"
2222
}
2323
]
2424
}

site/examples/advisor/query/demo/text.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const ava = new AVA({
3131
});
3232

3333
const sampleQuery =
34-
'用双轴图展示某公司的年收入与员工满意度,2017年至2021年的收入分别为85.4亿、93.2亿、100.1亿、108.6亿、115.5亿,员工满意度(满分10分)分别为7.2、7.5、7.8、8.0、8.2。';
34+
'不同社交媒体平台的用户增长情况,2018 年 Facebook 用户增长 8%,Twitter 用户增长 12%,Instagram 用户增长 22%。用柱形图展示';
3535

3636
const App = () => {
3737
const [query, setQuery] = useState(sampleQuery);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: Different types of input
3-
order: 0
3+
order: 2
44
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: 不同类型输入
3-
order: 0
3+
order: 2
44
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)