diff --git a/examples/component/guide/index.zh.md b/examples/component/guide/index.zh.md index 76c282691..da645a353 100644 --- a/examples/component/guide/index.zh.md +++ b/examples/component/guide/index.zh.md @@ -1,5 +1,5 @@ --- -title: Tooltip +title: Guide order: 0 icon: component --- diff --git a/examples/other/other/demo/meta.json b/examples/other/other/demo/meta.json index b67daf570..c303da4fe 100644 --- a/examples/other/other/demo/meta.json +++ b/examples/other/other/demo/meta.json @@ -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" } ] } diff --git a/examples/other/other/index.zh.md b/examples/other/other/index.zh.md index 207866a5c..583fe6362 100644 --- a/examples/other/other/index.zh.md +++ b/examples/other/other/index.zh.md @@ -1,5 +1,5 @@ --- -title: 其他图表 +title: 词云图 order: 0 icon: other --- diff --git a/examples/relation/relation/demo/meta.json b/examples/relation/relation/demo/meta.json index 7acb665b2..663746614 100644 --- a/examples/relation/relation/demo/meta.json +++ b/examples/relation/relation/demo/meta.json @@ -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" } ] } diff --git a/examples/relation/relation/index.en.md b/examples/relation/relation/index.en.md index 0778e5686..c4cb2bcb3 100644 --- a/examples/relation/relation/index.en.md +++ b/examples/relation/relation/index.en.md @@ -1,5 +1,5 @@ --- -title: Relation Chart +title: treemap order: 0 icon: relation --- diff --git a/examples/relation/relation/index.zh.md b/examples/relation/relation/index.zh.md index c95accbe7..038c4edd1 100644 --- a/examples/relation/relation/index.zh.md +++ b/examples/relation/relation/index.zh.md @@ -1,5 +1,5 @@ --- -title: 关系图 +title: 局形式树图 order: 0 icon: relation --- diff --git a/gatsby-config.js b/gatsby-config.js index 8874f3e51..056d16451 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -158,7 +158,7 @@ module.exports = { slug: 'heatmap', icon: 'heatmap', title: { - zh: '关系图', + zh: '热力图', en: 'Heatmap Charts' } }, diff --git a/package.json b/package.json index 19763c949..6acc54f11 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index-all.js b/src/index-all.js index 58d50bff1..ef2af749a 100644 --- a/src/index-all.js +++ b/src/index-all.js @@ -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';