Skip to content

Commit

Permalink
docs(examples): replace K chart with Candlestick chart (#3667)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini committed Oct 11, 2021
1 parent 7d69af7 commit 5990d3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions examples/candlestick/candlestick/demo/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
{
"filename": "basic.ts",
"title": {
"zh": "股票图",
"en": "K chart"
"zh": "K 线图",
"en": "Candlestick chart"
},
"screenshot": "https://gw.alipayobjects.com/mdn/rms_f5c722/afts/img/A*M9Q4Rrq3V0gAAAAAAAAAAABkARQnAQ"
},
{
"filename": "k-and-column.ts",
"title": {
"zh": "股票图与柱状图",
"en": "K chart and column chart"
"zh": "K 线图与柱状图",
"en": "Candlestick chart and column chart"
},
"screenshot": "https://gw.alipayobjects.com/mdn/rms_f5c722/afts/img/A*31GmSrAgJtYAAAAAAAAAAABkARQnAQ"
},
{
"filename": "k-and-area.ts",
"title": {
"zh": "股票图与范围区域图",
"en": "K chart and area range"
"zh": "K 线图与范围区域图",
"en": "Candlestick chart and area range"
},
"screenshot": "https://gw.alipayobjects.com/mdn/rms_2274c3/afts/img/A*Mwu8QID77_cAAAAAAAAAAABkARQnAQ"
}
Expand Down
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ module.exports = {
icon: 'candlestick',
title: {
zh: '烛形图',
en: 'K Chart',
en: 'Candlestick Chart',
},
},
{
Expand Down

0 comments on commit 5990d3a

Please sign in to comment.