Skip to content

Commit

Permalink
fix: site 官网的一些错误
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue committed Jul 3, 2020
1 parent 8c97c68 commit d6a51e3
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/component/guide/index.zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Tooltip
title: Guide
order: 0
icon: component
---
Expand Down
2 changes: 1 addition & 1 deletion examples/other/other/demo/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"filename": "word-cloud.js",
"title": "词云图",
"screenshot": "https://cdn.nlark.com/yuque/0/2019/png/98090/1554262050276-d1d040f7-6407-4384-9d18-1c72b73f78fb.png"
"screenshot": "https://gw.alipayobjects.com/zos/finxbff/compress-tinypng/223c6528-34b7-44b8-93c2-93208caf0a52.png"
}
]
}
2 changes: 1 addition & 1 deletion examples/other/other/index.zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 其他图表
title: 词云图
order: 0
icon: other
---
Expand Down
4 changes: 2 additions & 2 deletions examples/relation/relation/demo/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"demos": [
{
"filename": "treemap.js",
"title": "关系图",
"screenshot": "https://cdn.nlark.com/yuque/0/2019/png/98090/1554262050294-ae2e0cd9-849d-4e10-b418-ec3533188a4c.png"
"title": "局形式树图",
"screenshot": "https://gw.alipayobjects.com/zos/finxbff/compress-tinypng/586af851-f89e-4dd4-9b96-f2037b65df3e.png"
}
]
}
2 changes: 1 addition & 1 deletion examples/relation/relation/index.en.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Relation Chart
title: treemap
order: 0
icon: relation
---
Expand Down
2 changes: 1 addition & 1 deletion examples/relation/relation/index.zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 关系图
title: 局形式树图
order: 0
icon: relation
---
Expand Down
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ module.exports = {
slug: 'heatmap',
icon: 'heatmap',
title: {
zh: '关系图',
zh: '热力图',
en: 'Heatmap Charts'
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"site:develop": "BABEL_ENV=site gatsby develop --open",
"site:build": "BABEL_ENV=site npm run site:clean && gatsby build --prefix-paths",
"site:clean": "BABEL_ENV=site gatsby clean",
"site:deploy": "npm run site:build && gh-pages -d public",
"site:deploy": "BABEL_ENV=site npm run site:build && gh-pages -d public",
"build": "npm run build-lib && npm run build-es && npm run build-umd",
"build-lib": "rm -rf lib && babel src --out-dir lib",
"build-es": "rm -rf es && BABEL_ENV=esm babel src --out-dir es",
Expand Down
2 changes: 1 addition & 1 deletion src/index-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import * as Animation from './animation/detail';
import * as ScrollBar from './plugin/scroll-bar';
import * as PieLabel from './plugin/pie-label';
import * as intervalLabel from './plugin/interval-label';
import * as Animate from './animation/animate';
import Animate from './animation/animate';
import './interaction';
import Interaction from './interaction/base';

Expand Down

0 comments on commit d6a51e3

Please sign in to comment.