From 5a168321307952a1c8461e4e6753920bfdad6f89 Mon Sep 17 00:00:00 2001 From: visiky <736929286@qq.com> Date: Wed, 7 Dec 2022 14:24:59 +0800 Subject: [PATCH] refactor: site (#3412) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * refactor: 将官网内容全部迁移到 site 目录下 * chore: update release.yml * fix: 修复 lint 问题 * chore: deploy dist to gh-pages * fix: cr suggestion * chore: remove useless files * chore: modify ignore file * chore: remove useless files * chore: fix babel__traverse error see: https://stackoverflow.com/questions/63903376/angular-node-modules-types-babel-traverse-index-d-ts1137-43-error-ts1109 * chore: use yarn install instead of npm --- .github/workflows/build.yml | 10 +- .github/workflows/{release.yml => deploy.yml} | 11 +- .gitignore | 26 +- package.json | 16 +- scripts/manual.ts | 4 +- site/.dumi/github-markdown-light.css | 944 ++++++++++++++++++ {.dumi => site/.dumi}/global.ts | 9 +- site/.dumi/prism-one-light.css | 438 ++++++++ site/.dumi/style.css | 9 + .dumirc.ts => site/.dumirc.ts | 2 +- .../docs}/api/advanced-plots/facet.en.md | 0 .../docs}/api/advanced-plots/facet.zh.md | 0 .../docs}/api/advanced-plots/mix.en.md | 0 .../docs}/api/advanced-plots/mix.zh.md | 0 .../docs}/api/components/annotations.en.md | 0 .../docs}/api/components/annotations.zh.md | 0 {docs => site/docs}/api/components/axis.en.md | 0 {docs => site/docs}/api/components/axis.zh.md | 0 .../docs}/api/components/conversion-tag.en.md | 0 .../docs}/api/components/conversion-tag.zh.md | 0 .../docs}/api/components/label.en.md | 0 .../docs}/api/components/label.zh.md | 0 .../docs}/api/components/legend.en.md | 0 .../docs}/api/components/legend.zh.md | 0 .../docs}/api/components/scrollbar.en.md | 0 .../docs}/api/components/scrollbar.zh.md | 0 .../docs}/api/components/slider.en.md | 0 .../docs}/api/components/slider.zh.md | 0 .../docs}/api/components/statistic.en.md | 0 .../docs}/api/components/statistic.zh.md | 0 .../docs}/api/components/tooltip.en.md | 0 .../docs}/api/components/tooltip.zh.md | 0 {docs => site/docs}/api/graphic-style.en.md | 0 {docs => site/docs}/api/graphic-style.zh.md | 0 .../docs}/api/options/animation.en.md | 0 .../docs}/api/options/animation.zh.md | 0 {docs => site/docs}/api/options/events.en.md | 0 {docs => site/docs}/api/options/events.zh.md | 0 {docs => site/docs}/api/options/g2plot.en.md | 0 {docs => site/docs}/api/options/g2plot.zh.md | 0 .../docs}/api/options/interactions.en.md | 0 .../docs}/api/options/interactions.zh.md | 0 {docs => site/docs}/api/options/meta.en.md | 0 {docs => site/docs}/api/options/meta.zh.md | 0 {docs => site/docs}/api/options/pattern.en.md | 0 {docs => site/docs}/api/options/pattern.zh.md | 0 {docs => site/docs}/api/options/shape.en.md | 0 {docs => site/docs}/api/options/shape.zh.md | 0 {docs => site/docs}/api/options/theme.en.md | 0 {docs => site/docs}/api/options/theme.zh.md | 0 {docs => site/docs}/api/plot-api.en.md | 0 {docs => site/docs}/api/plot-api.zh.md | 0 {docs => site/docs}/api/plots/area.en.md | 0 {docs => site/docs}/api/plots/area.zh.md | 0 {docs => site/docs}/api/plots/bar.en.md | 0 {docs => site/docs}/api/plots/bar.zh.md | 0 .../docs}/api/plots/bidirectional-bar.en.md | 0 .../docs}/api/plots/bidirectional-bar.zh.md | 0 {docs => site/docs}/api/plots/box.en.md | 0 {docs => site/docs}/api/plots/box.zh.md | 0 {docs => site/docs}/api/plots/bullet.en.md | 0 {docs => site/docs}/api/plots/bullet.zh.md | 0 .../docs}/api/plots/circle-packing.en.md | 0 .../docs}/api/plots/circle-packing.zh.md | 0 {docs => site/docs}/api/plots/column.en.md | 0 {docs => site/docs}/api/plots/column.zh.md | 0 {docs => site/docs}/api/plots/dual-axes.en.md | 0 {docs => site/docs}/api/plots/dual-axes.zh.md | 0 {docs => site/docs}/api/plots/funnel.en.md | 0 {docs => site/docs}/api/plots/funnel.zh.md | 0 {docs => site/docs}/api/plots/gauge.en.md | 0 {docs => site/docs}/api/plots/gauge.zh.md | 0 {docs => site/docs}/api/plots/heatmap.en.md | 0 {docs => site/docs}/api/plots/heatmap.zh.md | 0 {docs => site/docs}/api/plots/histogram.en.md | 0 {docs => site/docs}/api/plots/histogram.zh.md | 0 {docs => site/docs}/api/plots/line.en.md | 0 {docs => site/docs}/api/plots/line.zh.md | 0 {docs => site/docs}/api/plots/liquid.en.md | 0 {docs => site/docs}/api/plots/liquid.zh.md | 0 {docs => site/docs}/api/plots/pie.en.md | 0 {docs => site/docs}/api/plots/pie.zh.md | 0 {docs => site/docs}/api/plots/progress.en.md | 0 {docs => site/docs}/api/plots/progress.zh.md | 0 {docs => site/docs}/api/plots/radar.en.md | 0 {docs => site/docs}/api/plots/radar.zh.md | 0 .../docs}/api/plots/radial-bar.en.md | 0 .../docs}/api/plots/radial-bar.zh.md | 0 .../docs}/api/plots/ring-progress.en.md | 0 .../docs}/api/plots/ring-progress.zh.md | 0 {docs => site/docs}/api/plots/rose.en.md | 0 {docs => site/docs}/api/plots/rose.zh.md | 0 {docs => site/docs}/api/plots/sankey.en.md | 0 {docs => site/docs}/api/plots/sankey.zh.md | 0 {docs => site/docs}/api/plots/scatter.en.md | 0 {docs => site/docs}/api/plots/scatter.zh.md | 0 {docs => site/docs}/api/plots/stock.en.md | 0 {docs => site/docs}/api/plots/stock.zh.md | 0 {docs => site/docs}/api/plots/sunburst.en.md | 0 {docs => site/docs}/api/plots/sunburst.zh.md | 0 {docs => site/docs}/api/plots/tiny-area.en.md | 0 {docs => site/docs}/api/plots/tiny-area.zh.md | 0 .../docs}/api/plots/tiny-column.en.md | 0 .../docs}/api/plots/tiny-column.zh.md | 0 {docs => site/docs}/api/plots/tiny-line.en.md | 0 {docs => site/docs}/api/plots/tiny-line.zh.md | 0 {docs => site/docs}/api/plots/treemap.en.md | 0 {docs => site/docs}/api/plots/treemap.zh.md | 0 {docs => site/docs}/api/plots/venn.en.md | 0 {docs => site/docs}/api/plots/venn.zh.md | 0 {docs => site/docs}/api/plots/violin.en.md | 0 {docs => site/docs}/api/plots/violin.zh.md | 0 {docs => site/docs}/api/plots/waterfall.en.md | 0 {docs => site/docs}/api/plots/waterfall.zh.md | 0 .../docs}/api/plots/word-cloud.en.md | 0 .../docs}/api/plots/word-cloud.zh.md | 0 .../docs}/common/animate-option.en.md | 0 .../docs}/common/animate-option.zh.md | 0 {docs => site/docs}/common/annotations.en.md | 0 {docs => site/docs}/common/annotations.zh.md | 0 .../docs}/common/annotations/arc.en.md | 0 .../docs}/common/annotations/arc.zh.md | 0 .../common/annotations/base-annotation.en.md | 0 .../common/annotations/base-annotation.zh.md | 0 .../common/annotations/data-marker.en.md | 0 .../common/annotations/data-marker.zh.md | 0 .../common/annotations/data-region.en.md | 0 .../common/annotations/data-region.zh.md | 0 .../docs}/common/annotations/html.en.md | 0 .../docs}/common/annotations/html.zh.md | 0 .../docs}/common/annotations/image.en.md | 0 .../docs}/common/annotations/image.zh.md | 0 .../docs}/common/annotations/line.en.md | 0 .../docs}/common/annotations/line.zh.md | 0 .../common/annotations/region-filter.en.md | 0 .../common/annotations/region-filter.zh.md | 0 .../docs}/common/annotations/region.en.md | 0 .../docs}/common/annotations/region.zh.md | 0 .../docs}/common/annotations/shape.en.md | 0 .../docs}/common/annotations/shape.zh.md | 0 .../docs}/common/annotations/text.en.md | 0 .../docs}/common/annotations/text.zh.md | 0 {docs => site/docs}/common/axis.en.md | 0 {docs => site/docs}/common/axis.zh.md | 0 {docs => site/docs}/common/bar-style.en.md | 0 {docs => site/docs}/common/bar-style.zh.md | 0 {docs => site/docs}/common/brush.en.md | 0 {docs => site/docs}/common/brush.zh.md | 0 .../docs}/common/chart-methods.en.md | 0 .../docs}/common/chart-methods.zh.md | 0 .../docs}/common/chart-options.en.md | 0 .../docs}/common/chart-options.zh.md | 0 {docs => site/docs}/common/chord.en.md | 0 {docs => site/docs}/common/chord.zh.md | 0 {docs => site/docs}/common/color.en.md | 0 {docs => site/docs}/common/color.zh.md | 0 {docs => site/docs}/common/column-style.en.md | 0 {docs => site/docs}/common/column-style.zh.md | 0 .../docs}/common/common-component.en.md | 0 .../docs}/common/common-component.zh.md | 0 {docs => site/docs}/common/common-iview.en.md | 0 {docs => site/docs}/common/common-iview.zh.md | 0 .../docs}/common/component-no-axis.en.md | 0 .../docs}/common/component-no-axis.zh.md | 0 .../docs}/common/component-polygon.en.md | 0 .../docs}/common/component-polygon.zh.md | 0 .../docs}/common/component-progress.en.md | 0 .../docs}/common/component-progress.zh.md | 0 .../docs}/common/component-tiny.en.md | 0 .../docs}/common/component-tiny.zh.md | 0 {docs => site/docs}/common/component.en.md | 0 {docs => site/docs}/common/component.zh.md | 0 .../docs}/common/connected-area.en.md | 0 .../docs}/common/connected-area.zh.md | 0 .../docs}/common/conversion-tag.en.md | 0 .../docs}/common/conversion-tag.zh.md | 0 {docs => site/docs}/common/coordinate.en.md | 0 {docs => site/docs}/common/coordinate.zh.md | 0 .../docs}/common/crosshairs-text.en.md | 0 .../docs}/common/crosshairs-text.zh.md | 0 {docs => site/docs}/common/data.en.md | 0 {docs => site/docs}/common/data.zh.md | 0 {docs => site/docs}/common/drill-down.en.md | 0 {docs => site/docs}/common/drill-down.zh.md | 0 {docs => site/docs}/common/events.en.md | 0 {docs => site/docs}/common/events.zh.md | 0 {docs => site/docs}/common/facet-title.en.md | 0 {docs => site/docs}/common/facet-title.zh.md | 0 {docs => site/docs}/common/geometry-cfg.en.md | 0 {docs => site/docs}/common/geometry-cfg.zh.md | 0 {docs => site/docs}/common/interactions.en.md | 0 {docs => site/docs}/common/interactions.zh.md | 0 {docs => site/docs}/common/label.en.md | 0 {docs => site/docs}/common/label.zh.md | 0 {docs => site/docs}/common/legend-cfg.en.md | 0 {docs => site/docs}/common/legend-cfg.zh.md | 0 {docs => site/docs}/common/legend.en.md | 0 {docs => site/docs}/common/legend.zh.md | 0 {docs => site/docs}/common/line-style.en.md | 0 {docs => site/docs}/common/line-style.zh.md | 0 {docs => site/docs}/common/marker.en.md | 0 {docs => site/docs}/common/marker.zh.md | 0 {docs => site/docs}/common/meta.en.md | 0 {docs => site/docs}/common/meta.zh.md | 0 {docs => site/docs}/common/pattern.en.md | 0 {docs => site/docs}/common/pattern.zh.md | 0 {docs => site/docs}/common/plot-cfg.en.md | 0 {docs => site/docs}/common/plot-cfg.zh.md | 0 {docs => site/docs}/common/point-style.en.md | 0 {docs => site/docs}/common/point-style.zh.md | 0 {docs => site/docs}/common/scrollbar.en.md | 0 {docs => site/docs}/common/scrollbar.zh.md | 0 {docs => site/docs}/common/shape-style.en.md | 0 {docs => site/docs}/common/shape-style.zh.md | 0 {docs => site/docs}/common/slider.en.md | 0 {docs => site/docs}/common/slider.zh.md | 0 {docs => site/docs}/common/state-style.en.md | 0 {docs => site/docs}/common/state-style.zh.md | 0 {docs => site/docs}/common/statistic.en.md | 0 {docs => site/docs}/common/statistic.zh.md | 0 {docs => site/docs}/common/text-style.en.md | 0 {docs => site/docs}/common/text-style.zh.md | 0 {docs => site/docs}/common/theme.en.md | 0 {docs => site/docs}/common/theme.zh.md | 0 {docs => site/docs}/common/tooltip.en.md | 0 {docs => site/docs}/common/tooltip.zh.md | 0 {docs => site/docs}/common/xy-field.en.md | 0 {docs => site/docs}/common/xy-field.zh.md | 0 {docs => site/docs}/manual/contact.en.md | 0 {docs => site/docs}/manual/contact.zh.md | 0 {docs => site/docs}/manual/faq.en.md | 0 {docs => site/docs}/manual/faq.zh.md | 0 .../docs}/manual/getting-started.en.md | 0 .../docs}/manual/getting-started.zh.md | 0 {docs => site/docs}/manual/introduction.en.md | 0 {docs => site/docs}/manual/introduction.zh.md | 0 {docs => site/docs}/manual/plots/area.en.md | 0 {docs => site/docs}/manual/plots/area.zh.md | 0 {docs => site/docs}/manual/plots/bar.en.md | 0 {docs => site/docs}/manual/plots/bar.zh.md | 0 {docs => site/docs}/manual/plots/bullet.en.md | 0 {docs => site/docs}/manual/plots/bullet.zh.md | 0 {docs => site/docs}/manual/plots/column.en.md | 0 {docs => site/docs}/manual/plots/column.zh.md | 2 +- {docs => site/docs}/manual/plots/facet.en.md | 0 {docs => site/docs}/manual/plots/facet.zh.md | 0 {docs => site/docs}/manual/plots/funnel.en.md | 0 {docs => site/docs}/manual/plots/funnel.zh.md | 0 {docs => site/docs}/manual/plots/gauge.en.md | 0 {docs => site/docs}/manual/plots/gauge.zh.md | 0 .../docs}/manual/plots/heatmap.en.md | 0 .../docs}/manual/plots/heatmap.zh.md | 0 .../docs}/manual/plots/histogram.en.md | 0 .../docs}/manual/plots/histogram.zh.md | 0 {docs => site/docs}/manual/plots/line.en.md | 0 {docs => site/docs}/manual/plots/line.zh.md | 0 {docs => site/docs}/manual/plots/liquid.en.md | 0 {docs => site/docs}/manual/plots/liquid.zh.md | 0 {docs => site/docs}/manual/plots/pie.en.md | 0 {docs => site/docs}/manual/plots/pie.zh.md | 0 {docs => site/docs}/manual/plots/radar.en.md | 0 {docs => site/docs}/manual/plots/radar.zh.md | 0 .../docs}/manual/plots/scatter.en.md | 0 .../docs}/manual/plots/scatter.zh.md | 0 {docs => site/docs}/manual/plots/venn.en.md | 0 {docs => site/docs}/manual/plots/venn.zh.md | 0 {docs => site/docs}/manual/plots/violin.en.md | 0 {docs => site/docs}/manual/plots/violin.zh.md | 0 .../docs}/manual/plots/waterfall.en.md | 0 .../docs}/manual/plots/waterfall.zh.md | 0 {docs => site/docs}/manual/plugin.en.md | 0 {docs => site/docs}/manual/plugin.zh.md | 0 {docs => site/docs}/manual/upgrade.en.md | 0 {docs => site/docs}/manual/upgrade.zh.md | 0 {docs => site/docs}/styles/component.md | 0 {docs => site/docs}/styles/style.md | 0 .../examples}/area/basic/API.en.md | 0 .../examples}/area/basic/API.zh.md | 0 .../area/basic/demo/basic-annotation.ts | 0 .../area/basic/demo/basic-gradients.ts | 0 .../examples}/area/basic/demo/basic-slider.ts | 0 .../examples}/area/basic/demo/basic.ts | 0 .../examples}/area/basic/demo/meta.json | 0 .../examples}/area/basic/design.en.md | 0 .../examples}/area/basic/design.zh.md | 0 .../examples}/area/basic/index.en.md | 0 .../examples}/area/basic/index.zh.md | 0 .../examples}/area/percent/API.en.md | 0 .../examples}/area/percent/API.zh.md | 0 .../examples}/area/percent/demo/basic.ts | 0 .../examples}/area/percent/demo/meta.json | 0 .../examples}/area/percent/demo/pattern.ts | 0 .../examples}/area/percent/design.en.md | 0 .../examples}/area/percent/design.zh.md | 0 .../examples}/area/percent/index.en.md | 0 .../examples}/area/percent/index.zh.md | 0 .../examples}/area/stacked/API.en.md | 0 .../examples}/area/stacked/API.zh.md | 0 .../area/stacked/demo/area-large-data.ts | 0 .../area/stacked/demo/basic-slider.ts | 0 .../examples}/area/stacked/demo/basic.ts | 0 .../examples}/area/stacked/demo/meta.json | 0 .../examples}/area/stacked/design.en.md | 0 .../examples}/area/stacked/design.zh.md | 0 .../examples}/area/stacked/index.en.md | 0 .../examples}/area/stacked/index.zh.md | 0 .../examples}/bar/basic/API.en.md | 0 .../examples}/bar/basic/API.zh.md | 0 .../bar/basic/demo/bar-background.ts | 0 .../examples}/bar/basic/demo/basic.ts | 0 .../examples}/bar/basic/demo/color.ts | 0 .../bar/basic/demo/conversion-tag.ts | 0 .../examples}/bar/basic/demo/coordinate.ts | 0 .../examples}/bar/basic/demo/dynamic.ts | 0 .../examples}/bar/basic/demo/meta.json | 0 .../examples}/bar/basic/demo/scrollbar.ts | 0 .../examples}/bar/basic/demo/shape.ts | 0 .../examples}/bar/basic/demo/width-ratio.ts | 0 .../examples}/bar/basic/demo/width.ts | 0 .../examples}/bar/basic/design.en.md | 0 .../examples}/bar/basic/design.zh.md | 0 .../examples}/bar/basic/index.en.md | 0 .../examples}/bar/basic/index.zh.md | 0 .../examples}/bar/grouped/API.en.md | 0 .../examples}/bar/grouped/API.zh.md | 0 .../examples}/bar/grouped/demo/basic.ts | 0 .../bar/grouped/demo/corner-radius.ts | 0 .../bar/grouped/demo/dodge-padding.ts | 0 .../bar/grouped/demo/interval-padding.ts | 0 .../examples}/bar/grouped/demo/meta.json | 0 .../examples}/bar/grouped/design.en.md | 0 .../examples}/bar/grouped/design.zh.md | 0 .../examples}/bar/grouped/index.en.md | 0 .../examples}/bar/grouped/index.zh.md | 0 .../examples}/bar/percent/API.en.md | 0 .../examples}/bar/percent/API.zh.md | 0 .../examples}/bar/percent/demo/basic.ts | 0 .../examples}/bar/percent/demo/meta.json | 0 .../examples}/bar/percent/design.en.md | 0 .../examples}/bar/percent/design.zh.md | 0 .../examples}/bar/percent/index.en.md | 0 .../examples}/bar/percent/index.zh.md | 0 .../examples}/bar/range/API.en.md | 0 .../examples}/bar/range/API.zh.md | 0 .../examples}/bar/range/demo/basic.ts | 0 .../examples}/bar/range/demo/meta.json | 0 .../examples}/bar/range/design.en.md | 0 .../examples}/bar/range/design.zh.md | 0 .../examples}/bar/range/index.en.md | 0 .../examples}/bar/range/index.zh.md | 0 .../examples}/bar/stacked/API.en.md | 0 .../examples}/bar/stacked/API.zh.md | 0 .../examples}/bar/stacked/demo/basic.ts | 0 .../examples}/bar/stacked/demo/meta.json | 0 .../examples}/bar/stacked/design.en.md | 0 .../examples}/bar/stacked/design.zh.md | 0 .../examples}/bar/stacked/index.en.md | 0 .../examples}/bar/stacked/index.zh.md | 0 .../case/advanced/demo/associate-filter.ts | 0 .../advanced/demo/associate-pie-tooltip.ts | 0 .../advanced/demo/conversion-analysis-bar.ts | 0 .../case/advanced/demo/conversion-analysis.ts | 0 .../examples}/case/advanced/demo/meta.json | 0 .../examples}/case/advanced/index.en.md | 0 .../examples}/case/advanced/index.zh.md | 0 .../case/customize/demo/customize-tooltip.ts | 0 .../case/customize/demo/desire-heatmap.ts | 0 .../examples}/case/customize/demo/line.ts | 0 .../examples}/case/customize/demo/meta.json | 0 .../examples}/case/customize/design.en.md | 0 .../examples}/case/customize/design.zh.md | 0 .../examples}/case/customize/index.en.md | 0 .../examples}/case/customize/index.zh.md | 0 .../interactions/demo/element-selected.ts | 0 .../demo/funnel-element-selected.ts | 0 .../case/interactions/demo/meta.json | 0 .../interactions/demo/pie-element-selected.ts | 0 .../examples}/case/interactions/index.en.md | 0 .../examples}/case/interactions/index.zh.md | 0 .../case/statistical-scenario/API.en.md | 0 .../case/statistical-scenario/API.zh.md | 0 .../demo/compare-funnel.ts | 0 .../demo/conversion-funnel.ts | 0 .../demo/funnel-analysis.jsx | 0 .../case/statistical-scenario/demo/funnel.jsx | 0 .../case/statistical-scenario/demo/meta.json | 0 .../case/statistical-scenario/demo/pie.ts | 0 .../statistical-scenario/demo/trend-funnel.ts | 0 .../case/statistical-scenario/demo/trend.jsx | 0 .../case/statistical-scenario/design.en.md | 0 .../case/statistical-scenario/design.zh.md | 0 .../case/statistical-scenario/index.en.md | 0 .../case/statistical-scenario/index.zh.md | 0 .../examples}/column/basic/API.en.md | 0 .../examples}/column/basic/API.zh.md | 0 .../examples}/column/basic/demo/basic.ts | 0 .../examples}/column/basic/demo/color.ts | 0 .../column/basic/demo/conversion-tag.ts | 0 .../examples}/column/basic/demo/coordinate.ts | 0 .../column/basic/demo/custom-shape.ts | 0 .../examples}/column/basic/demo/meta.json | 0 .../column/basic/demo/region-annotation.ts | 0 .../examples}/column/basic/demo/scrollbar.ts | 0 .../examples}/column/basic/demo/slider.ts | 0 .../column/basic/demo/width-ratio.ts | 0 .../examples}/column/basic/demo/width.ts | 0 .../examples}/column/basic/design.en.md | 0 .../examples}/column/basic/design.zh.md | 0 .../examples}/column/basic/index.en.md | 0 .../examples}/column/basic/index.zh.md | 0 .../examples}/column/grouped/API.en.md | 0 .../examples}/column/grouped/API.zh.md | 0 .../examples}/column/grouped/demo/basic.ts | 0 .../column/grouped/demo/corner-radius.ts | 0 .../column/grouped/demo/dodge-padding.ts | 0 .../column/grouped/demo/interval-padding.ts | 0 .../examples}/column/grouped/demo/meta.json | 0 .../column/grouped/demo/rc-tooltip.jsx | 0 .../examples}/column/grouped/demo/stacked.ts | 0 .../examples}/column/grouped/demo/stacked2.ts | 0 .../column/grouped/demo/tooltip-formatter.ts | 0 .../examples}/column/grouped/design.en.md | 0 .../examples}/column/grouped/design.zh.md | 0 .../examples}/column/grouped/index.en.md | 0 .../examples}/column/grouped/index.zh.md | 0 .../examples}/column/percent/API.en.md | 0 .../examples}/column/percent/API.zh.md | 0 .../examples}/column/percent/demo/basic.ts | 0 .../column/percent/demo/interaction.ts | 0 .../examples}/column/percent/demo/meta.json | 0 .../examples}/column/percent/design.en.md | 0 .../examples}/column/percent/design.zh.md | 0 .../examples}/column/percent/index.en.md | 0 .../examples}/column/percent/index.zh.md | 0 .../examples}/column/range/API.en.md | 0 .../examples}/column/range/API.zh.md | 0 .../examples}/column/range/demo/basic.ts | 0 .../examples}/column/range/demo/meta.json | 0 .../examples}/column/range/design.en.md | 0 .../examples}/column/range/design.zh.md | 0 .../examples}/column/range/index.en.md | 0 .../examples}/column/range/index.zh.md | 0 .../examples}/column/scenario/API.en.md | 0 .../examples}/column/scenario/API.zh.md | 0 .../examples}/column/scenario/demo/meta.json | 0 .../examples}/column/scenario/design.en.md | 0 .../examples}/column/scenario/design.zh.md | 0 .../examples}/column/scenario/index.en.md | 0 .../examples}/column/scenario/index.zh.md | 0 .../examples}/column/stacked/API.en.md | 0 .../examples}/column/stacked/API.zh.md | 0 .../column/stacked/demo/annotation-label.ts | 0 .../examples}/column/stacked/demo/basic.ts | 0 .../column/stacked/demo/column-background.ts | 0 .../column/stacked/demo/connect-area.ts | 0 .../examples}/column/stacked/demo/meta.json | 0 .../examples}/column/stacked/design.en.md | 0 .../examples}/column/stacked/design.zh.md | 0 .../examples}/column/stacked/index.en.md | 0 .../examples}/column/stacked/index.zh.md | 0 .../examples}/component/annotation/API.en.md | 0 .../examples}/component/annotation/API.zh.md | 0 .../annotation/demo/image-annotation.ts | 0 .../demo/line-annotation-accurate.ts | 0 .../demo/line-annotation-position.jsx | 0 .../annotation/demo/line-annotation.ts | 0 .../component/annotation/demo/meta.json | 0 .../annotation/demo/operate-annotation.ts | 0 .../annotation/demo/region-and-data-marker.ts | 0 .../annotation/demo/region-annotation.ts | 0 .../annotation/demo/text-annotation1.ts | 0 .../annotation/demo/text-annotation2.ts | 0 .../component/annotation/index.en.md | 0 .../component/annotation/index.zh.md | 0 .../examples}/component/label/API.en.md | 0 .../examples}/component/label/API.zh.md | 0 .../component/label/demo/custom-label.ts | 0 .../examples}/component/label/demo/meta.json | 0 .../examples}/component/label/index.en.md | 0 .../examples}/component/label/index.zh.md | 0 .../examples}/component/legend/API.en.md | 0 .../examples}/component/legend/API.zh.md | 0 .../component/legend/demo/legend-flippage.ts | 0 .../component/legend/demo/legend-focus.ts | 0 .../component/legend/demo/legend-item-cfg.ts | 0 .../legend/demo/legend-item-value.ts | 0 .../legend/demo/legend-marker-customize.ts | 0 .../component/legend/demo/legend-position.jsx | 0 .../component/legend/demo/legend-radio.ts | 0 .../examples}/component/legend/demo/meta.json | 0 .../examples}/component/legend/index.en.md | 0 .../examples}/component/legend/index.zh.md | 0 .../examples}/component/tooltip/API.en.md | 0 .../examples}/component/tooltip/API.zh.md | 0 .../component/tooltip/demo/html-tooltip.ts | 0 .../component/tooltip/demo/meta.json | 0 .../examples}/component/tooltip/index.en.md | 0 .../examples}/component/tooltip/index.zh.md | 0 .../examples}/dual-axes/column-line/API.en.md | 0 .../examples}/dual-axes/column-line/API.zh.md | 0 .../dual-axes/column-line/demo/column-line.ts | 0 .../column-line/demo/column-multi-line.ts | 0 .../column-line/demo/custom-column-line.ts | 0 .../dual-axes/column-line/demo/demo-more-1.ts | 0 .../dual-axes/column-line/demo/meta.json | 0 .../dual-axes/column-line/demo/pattern.ts | 0 .../column-line/demo/range-column-line.ts | 0 .../column-line/demo/slider-column-line.ts | 0 .../dual-axes/column-line/index.en.md | 0 .../dual-axes/column-line/index.zh.md | 0 .../examples}/dual-axes/dual-line/API.en.md | 0 .../examples}/dual-axes/dual-line/API.zh.md | 0 .../dual-line/demo/custom-dual-line.ts | 0 .../dual-axes/dual-line/demo/dual-line.ts | 0 .../dual-line/demo/dual-multi-line.ts | 0 .../dual-line/demo/dual-step-line.ts | 0 .../dual-axes/dual-line/demo/meta.json | 0 .../examples}/dual-axes/dual-line/index.en.md | 0 .../examples}/dual-axes/dual-line/index.zh.md | 0 .../dual-axes/grouped-column-line/API.en.md | 0 .../dual-axes/grouped-column-line/API.zh.md | 0 .../demo/custom-grouped-column-line.ts | 0 .../demo/grouped-column-line.ts | 0 .../demo/grouped-column-multi-line.ts | 0 .../grouped-column-line/demo/meta.json | 0 .../demo/pattern-with-callback.ts | 0 .../dual-axes/grouped-column-line/index.en.md | 0 .../dual-axes/grouped-column-line/index.zh.md | 0 .../dual-axes/grouped-stacked-line/API.en.md | 0 .../dual-axes/grouped-stacked-line/API.zh.md | 0 .../grouped-stacked-line/demo/meta.json | 0 .../demo/stacked-grouped-column-line.ts | 0 .../grouped-stacked-line/index.en.md | 0 .../grouped-stacked-line/index.zh.md | 0 .../dual-axes/stacked-column-line/API.en.md | 0 .../dual-axes/stacked-column-line/API.zh.md | 0 .../demo/custom-stacked-column-line.ts | 0 .../stacked-column-line/demo/meta.json | 0 .../demo/stacked-column-line.ts | 0 .../demo/stacked-column-multi-line.ts | 0 .../demo/stacked-percent-column-line.ts | 0 .../dual-axes/stacked-column-line/index.en.md | 0 .../dual-axes/stacked-column-line/index.zh.md | 0 .../animation/demo/animation-column.jsx | 0 .../animation/demo/animation-line.jsx | 0 .../animation/demo/animation-pie.jsx | 0 .../animation/demo/easing-effects.ts | 0 .../dynamic-plots/animation/demo/meta.json | 0 .../dynamic-plots/animation/index.en.md | 0 .../dynamic-plots/animation/index.zh.md | 0 .../dynamic-plots/basic/demo/dynamic-area.ts | 0 .../basic/demo/dynamic-column.ts | 0 .../dynamic-plots/basic/demo/dynamic-gauge.ts | 0 .../dynamic-plots/basic/demo/dynamic-pie.ts | 0 .../basic/demo/dynamic-spline.ts | 0 .../dynamic-plots/basic/demo/meta.json | 0 .../examples}/dynamic-plots/basic/index.en.md | 0 .../examples}/dynamic-plots/basic/index.zh.md | 0 .../brush/demo/advanced-brush1.ts | 0 .../brush/demo/advanced-brush2.ts | 0 .../brush/demo/advanced-brush3.ts | 0 .../dynamic-plots/brush/demo/bar-brush.ts | 0 .../brush/demo/column-brush-y-highlight.ts | 0 .../brush/demo/column-brush-y.ts | 0 .../dynamic-plots/brush/demo/column-brush.ts | 0 .../dynamic-plots/brush/demo/meta.json | 0 .../brush/demo/scatter-brush-filter.ts | 0 .../brush/demo/scatter-brush.jsx | 0 .../examples}/dynamic-plots/brush/index.en.md | 0 .../examples}/dynamic-plots/brush/index.zh.md | 0 .../examples}/general/events/API.en.md | 0 .../examples}/general/events/API.zh.md | 0 .../events/demo/conversion-tag-with-link.ts | 0 .../examples}/general/events/demo/meta.json | 0 .../examples}/general/events/index.en.md | 0 .../examples}/general/events/index.zh.md | 0 .../examples}/general/state/API.en.md | 0 .../examples}/general/state/API.zh.md | 0 .../general/state/demo/custom-state-style.ts | 0 .../examples}/general/state/demo/meta.json | 0 .../examples}/general/state/demo/set-state.ts | 0 .../examples}/general/state/index.en.md | 0 .../examples}/general/state/index.zh.md | 0 .../examples}/general/theme/API.en.md | 0 .../examples}/general/theme/API.zh.md | 0 .../general/theme/demo/custom-theme.ts | 0 .../examples}/general/theme/demo/dark.ts | 0 .../examples}/general/theme/demo/meta.json | 0 .../general/theme/demo/register-theme.ts | 0 .../examples}/general/theme/index.en.md | 0 .../examples}/general/theme/index.zh.md | 0 .../examples}/heatmap/basic/API.en.md | 0 .../examples}/heatmap/basic/API.zh.md | 0 .../examples}/heatmap/basic/demo/basic.ts | 0 .../examples}/heatmap/basic/demo/calendar.ts | 0 .../examples}/heatmap/basic/demo/meta.json | 0 .../examples}/heatmap/basic/demo/pattern.ts | 0 .../examples}/heatmap/basic/demo/polar.ts | 0 .../examples}/heatmap/basic/demo/shape.ts | 0 .../examples}/heatmap/basic/demo/size.ts | 0 .../examples}/heatmap/basic/index.en.md | 0 .../examples}/heatmap/basic/index.zh.md | 0 .../examples}/heatmap/density/API.en.md | 0 .../examples}/heatmap/density/API.zh.md | 0 .../examples}/heatmap/density/demo/basic.ts | 0 .../examples}/heatmap/density/demo/meta.json | 0 .../examples}/heatmap/density/index.en.md | 0 .../examples}/heatmap/density/index.zh.md | 0 .../examples}/line/basic/API.en.md | 0 .../examples}/line/basic/API.zh.md | 0 .../line/basic/demo/custom-marker.ts | 0 .../line/basic/demo/line-annotation.ts | 0 .../line/basic/demo/line-point-style.ts | 0 .../examples}/line/basic/demo/line-slider.ts | 0 .../line/basic/demo/line-with-data-marker.ts | 0 .../examples}/line/basic/demo/line.ts | 0 .../examples}/line/basic/demo/meta.json | 0 .../examples}/line/basic/demo/reflect-y.ts | 0 .../examples}/line/basic/demo/spline.ts | 0 .../examples}/line/basic/design.en.md | 0 .../examples}/line/basic/design.zh.md | 0 .../examples}/line/basic/index.en.md | 0 .../examples}/line/basic/index.zh.md | 0 .../examples}/line/multiple/API.en.md | 0 .../examples}/line/multiple/API.zh.md | 0 .../examples}/line/multiple/demo/line-area.ts | 0 .../line/multiple/demo/line-color.ts | 0 .../examples}/line/multiple/demo/line-grid.ts | 0 .../line/multiple/demo/line-label.ts | 0 .../line/multiple/demo/line-large-data.ts | 0 .../line/multiple/demo/marker-active.ts | 0 .../examples}/line/multiple/demo/meta.json | 0 .../line/multiple/demo/style-callback.ts | 0 .../examples}/line/multiple/design.en.md | 0 .../examples}/line/multiple/design.zh.md | 0 .../examples}/line/multiple/index.en.md | 0 .../examples}/line/multiple/index.zh.md | 0 .../examples}/line/scenario/API.en.md | 0 .../examples}/line/scenario/API.zh.md | 0 .../scenario/demo/derived-measures-line.ts | 0 .../examples}/line/scenario/demo/meta.json | 0 .../scenario/demo/multiple-measures-line.ts | 0 .../demo/series-multiple-measures-line.ts | 0 .../examples}/line/scenario/design.en.md | 0 .../examples}/line/scenario/design.zh.md | 0 .../examples}/line/scenario/index.en.md | 0 .../examples}/line/scenario/index.zh.md | 0 .../examples}/line/step/API.en.md | 0 .../examples}/line/step/API.zh.md | 0 .../examples}/line/step/demo/line-multiple.ts | 0 .../examples}/line/step/demo/line.ts | 0 .../examples}/line/step/demo/meta.json | 0 .../examples}/line/step/design.en.md | 0 .../examples}/line/step/design.zh.md | 0 .../examples}/line/step/index.en.md | 0 .../examples}/line/step/index.zh.md | 0 .../more-plots/bidirectional-bar/API.en.md | 0 .../more-plots/bidirectional-bar/API.zh.md | 0 .../bidirectional-bar/demo/basic.ts | 0 .../bidirectional-bar/demo/label.ts | 0 .../bidirectional-bar/demo/layout.ts | 0 .../bidirectional-bar/demo/meta.json | 0 .../bidirectional-bar/demo/vertical-label.ts | 0 .../more-plots/bidirectional-bar/design.en.md | 0 .../more-plots/bidirectional-bar/design.zh.md | 0 .../more-plots/bidirectional-bar/index.en.md | 0 .../more-plots/bidirectional-bar/index.zh.md | 0 .../examples}/more-plots/box/API.en.md | 0 .../examples}/more-plots/box/API.zh.md | 0 .../examples}/more-plots/box/demo/basic.ts | 0 .../examples}/more-plots/box/demo/group.ts | 0 .../examples}/more-plots/box/demo/label.ts | 0 .../more-plots/box/demo/meta-alias.ts | 0 .../examples}/more-plots/box/demo/meta.json | 0 .../examples}/more-plots/box/demo/outliers.ts | 0 .../examples}/more-plots/box/demo/tooltip.ts | 0 .../examples}/more-plots/box/index.en.md | 0 .../examples}/more-plots/box/index.zh.md | 0 .../more-plots/circle-packing/API.en.md | 0 .../more-plots/circle-packing/API.zh.md | 0 .../more-plots/circle-packing/demo/basic.ts | 0 .../circle-packing/demo/custom-padding.ts | 0 .../more-plots/circle-packing/demo/label.ts | 0 .../more-plots/circle-packing/demo/meta.json | 0 .../more-plots/circle-packing/demo/nest.ts | 0 .../circle-packing/demo/philosopher.ts | 0 .../more-plots/circle-packing/index.en.md | 0 .../more-plots/circle-packing/index.zh.md | 0 .../examples}/more-plots/funnel/API.en.md | 0 .../examples}/more-plots/funnel/API.zh.md | 0 .../more-plots/funnel/demo/basic-transpose.ts | 0 .../examples}/more-plots/funnel/demo/basic.ts | 0 .../funnel/demo/compare-transpose.ts | 0 .../more-plots/funnel/demo/compare.ts | 0 .../funnel/demo/dynamic-height-transpose.ts | 0 .../more-plots/funnel/demo/dynamic-height.ts | 0 .../more-plots/funnel/demo/facet-transpose.ts | 0 .../examples}/more-plots/funnel/demo/facet.ts | 0 .../more-plots/funnel/demo/meta.json | 0 .../more-plots/funnel/demo/pyramid.ts | 0 .../more-plots/funnel/demo/static-field.ts | 0 .../examples}/more-plots/funnel/design.en.md | 0 .../examples}/more-plots/funnel/design.zh.md | 0 .../examples}/more-plots/funnel/index.en.md | 0 .../examples}/more-plots/funnel/index.zh.md | 0 .../examples}/more-plots/histogram/API.en.md | 0 .../examples}/more-plots/histogram/API.zh.md | 0 .../more-plots/histogram/demo/basic.ts | 0 .../more-plots/histogram/demo/binWidth.ts | 0 .../more-plots/histogram/demo/meta.json | 0 .../more-plots/histogram/demo/stack.ts | 0 .../more-plots/histogram/design.en.md | 0 .../more-plots/histogram/design.zh.md | 0 .../more-plots/histogram/index.en.md | 0 .../more-plots/histogram/index.zh.md | 0 .../examples}/more-plots/radar/API.en.md | 0 .../examples}/more-plots/radar/API.zh.md | 0 .../radar/demo/area-alternate-grid.ts | 0 .../more-plots/radar/demo/area-grid.ts | 0 .../examples}/more-plots/radar/demo/area.ts | 0 .../examples}/more-plots/radar/demo/basic.ts | 0 .../radar/demo/line-alternate-grid.ts | 0 .../more-plots/radar/demo/line-grid.ts | 0 .../examples}/more-plots/radar/demo/line.ts | 0 .../examples}/more-plots/radar/demo/meta.json | 0 .../examples}/more-plots/radar/index.en.md | 0 .../examples}/more-plots/radar/index.zh.md | 0 .../examples}/more-plots/radial-bar/API.en.md | 0 .../examples}/more-plots/radial-bar/API.zh.md | 0 .../radial-bar/demo/apple-watch-activity.ts | 0 .../more-plots/radial-bar/demo/background.ts | 0 .../more-plots/radial-bar/demo/basic.ts | 0 .../more-plots/radial-bar/demo/color.ts | 0 .../more-plots/radial-bar/demo/grouped.ts | 0 .../more-plots/radial-bar/demo/line.ts | 0 .../more-plots/radial-bar/demo/meta.json | 0 .../radial-bar/demo/round-corner.ts | 0 .../more-plots/radial-bar/demo/stacked.ts | 0 .../more-plots/radial-bar/index.en.md | 0 .../more-plots/radial-bar/index.zh.md | 0 .../examples}/more-plots/stock/API.en.md | 0 .../examples}/more-plots/stock/API.zh.md | 0 .../examples}/more-plots/stock/demo/basic.ts | 0 .../more-plots/stock/demo/custom-color.ts | 0 .../stock/demo/custom-crosshairs.ts | 0 .../more-plots/stock/demo/custom-style.ts | 0 .../more-plots/stock/demo/custom-tooltip.ts | 0 .../more-plots/stock/demo/large-data.ts | 0 .../more-plots/stock/demo/meta-alias.ts | 0 .../examples}/more-plots/stock/demo/meta.json | 0 .../examples}/more-plots/stock/demo/slider.ts | 0 .../examples}/more-plots/stock/index.en.md | 0 .../examples}/more-plots/stock/index.zh.md | 0 .../examples}/more-plots/sunburst/API.en.md | 0 .../examples}/more-plots/sunburst/API.zh.md | 0 .../more-plots/sunburst/demo/active-depth.ts | 0 .../more-plots/sunburst/demo/basic.ts | 0 .../more-plots/sunburst/demo/basic2.ts | 0 .../more-plots/sunburst/demo/color-field.ts | 0 .../more-plots/sunburst/demo/color.ts | 0 .../sunburst/demo/custom-tooltip-items.ts | 0 .../more-plots/sunburst/demo/label.ts | 0 .../more-plots/sunburst/demo/meta.json | 0 .../more-plots/sunburst/demo/pattern.ts | 0 .../more-plots/sunburst/demo/style.ts | 0 .../sunburst/demo/tooltip-fields.ts | 0 .../examples}/more-plots/sunburst/index.en.md | 0 .../examples}/more-plots/sunburst/index.zh.md | 0 .../examples}/more-plots/treemap/API.en.md | 0 .../examples}/more-plots/treemap/API.zh.md | 0 .../more-plots/treemap/demo/basic.ts | 0 .../more-plots/treemap/demo/drill-down.ts | 0 .../more-plots/treemap/demo/meta.json | 0 .../more-plots/treemap/demo/treemap-nest.ts | 0 .../examples}/more-plots/treemap/design.en.md | 0 .../examples}/more-plots/treemap/design.zh.md | 0 .../examples}/more-plots/treemap/index.en.md | 0 .../examples}/more-plots/treemap/index.zh.md | 0 .../examples}/more-plots/venn/API.en.md | 0 .../examples}/more-plots/venn/API.zh.md | 0 .../examples}/more-plots/venn/demo/basic.ts | 0 .../more-plots/venn/demo/blend-mode.ts | 0 .../examples}/more-plots/venn/demo/color.ts | 0 .../more-plots/venn/demo/customize.ts | 0 .../more-plots/venn/demo/element-active.ts | 0 .../more-plots/venn/demo/element-highlight.ts | 0 .../more-plots/venn/demo/interaction.ts | 0 .../examples}/more-plots/venn/demo/label.ts | 0 .../more-plots/venn/demo/legend-active.ts | 0 .../more-plots/venn/demo/legend-highlight.ts | 0 .../examples}/more-plots/venn/demo/meta.json | 0 .../examples}/more-plots/venn/demo/tooltip.ts | 0 .../examples}/more-plots/venn/index.en.md | 0 .../examples}/more-plots/venn/index.zh.md | 0 .../examples}/more-plots/violin/API.en.md | 0 .../examples}/more-plots/violin/API.zh.md | 0 .../examples}/more-plots/violin/demo/basic.ts | 0 .../examples}/more-plots/violin/demo/group.ts | 0 .../more-plots/violin/demo/meta.json | 0 .../examples}/more-plots/violin/demo/shape.ts | 0 .../more-plots/violin/demo/tooltip.ts | 0 .../examples}/more-plots/violin/index.en.md | 0 .../examples}/more-plots/violin/index.zh.md | 0 .../examples}/more-plots/waterfall/API.en.md | 0 .../examples}/more-plots/waterfall/API.zh.md | 0 .../waterfall/demo/absolute-label.ts | 0 .../more-plots/waterfall/demo/annotation.ts | 0 .../more-plots/waterfall/demo/basic.ts | 0 .../more-plots/waterfall/demo/custom-color.ts | 0 .../more-plots/waterfall/demo/meta.json | 0 .../more-plots/waterfall/index.en.md | 0 .../more-plots/waterfall/index.zh.md | 0 .../examples}/more-plots/word-cloud/API.en.md | 0 .../examples}/more-plots/word-cloud/API.zh.md | 0 .../more-plots/word-cloud/demo/basic.ts | 0 .../more-plots/word-cloud/demo/color-field.ts | 0 .../word-cloud/demo/douban-2020-movie.ts | 0 .../word-cloud/demo/image-mask-base64.ts | 0 .../more-plots/word-cloud/demo/image-mask.ts | 0 .../more-plots/word-cloud/demo/meta.json | 0 .../word-cloud/demo/placement-strategy.ts | 0 .../more-plots/word-cloud/demo/same-place.ts | 0 .../more-plots/word-cloud/index.en.md | 0 .../more-plots/word-cloud/index.zh.md | 0 .../examples}/pie/basic/API.en.md | 0 .../examples}/pie/basic/API.zh.md | 0 .../examples}/pie/basic/demo/basic.ts | 0 .../pie/basic/demo/legend-interaction.ts | 0 .../examples}/pie/basic/demo/meta.json | 0 .../examples}/pie/basic/demo/outer-label.ts | 0 .../pie/basic/demo/pie-custome-label.ts | 0 .../examples}/pie/basic/demo/pie-texture.ts | 0 .../pie/basic/demo/quarter-circle.ts | 0 .../examples}/pie/basic/demo/spider-label.ts | 0 .../examples}/pie/basic/design.en.md | 0 .../examples}/pie/basic/design.zh.md | 0 .../examples}/pie/basic/index.en.md | 0 .../examples}/pie/basic/index.zh.md | 0 .../examples}/pie/donut/API.en.md | 0 .../examples}/pie/donut/API.zh.md | 0 .../examples}/pie/donut/demo/basic.ts | 0 .../examples}/pie/donut/demo/meta.json | 0 .../examples}/pie/donut/demo/statistics.ts | 0 .../examples}/pie/donut/design.en.md | 0 .../examples}/pie/donut/design.zh.md | 0 .../examples}/pie/donut/index.en.md | 0 .../examples}/pie/donut/index.zh.md | 0 .../association/demo/association-filter.ts | 0 .../association/demo/association-highlight.ts | 0 .../association/demo/association-line.ts | 0 .../association/demo/association-pie.ts | 0 .../plugin/association/demo/meta.json | 0 .../examples}/plugin/association/index.en.md | 0 .../examples}/plugin/association/index.zh.md | 0 .../examples}/plugin/basic/API.en.md | 0 .../examples}/plugin/basic/API.zh.md | 0 .../plugin/basic/demo/hill-column.ts | 0 .../examples}/plugin/basic/demo/meta.json | 0 .../examples}/plugin/basic/index.en.md | 0 .../examples}/plugin/basic/index.zh.md | 0 .../examples}/plugin/custom-pattern/API.en.md | 0 .../examples}/plugin/custom-pattern/API.zh.md | 0 .../plugin/custom-pattern/demo/meta.json | 0 .../plugin/custom-pattern/demo/pattern1.ts | 0 .../plugin/custom-pattern/demo/pattern2.ts | 0 .../plugin/custom-pattern/demo/pattern3.ts | 0 .../plugin/custom-pattern/index.en.md | 0 .../plugin/custom-pattern/index.zh.md | 0 .../examples}/plugin/custom-shape/API.en.md | 0 .../examples}/plugin/custom-shape/API.zh.md | 0 .../custom-shape/demo/bar-custom-shape.ts | 0 .../custom-shape/demo/conversion-bar-shape.ts | 0 .../plugin/custom-shape/demo/meta.json | 0 .../custom-shape/demo/pie-custom-shape.ts | 0 .../examples}/plugin/custom-shape/index.en.md | 0 .../examples}/plugin/custom-shape/index.zh.md | 0 .../examples}/plugin/facet/API.en.md | 0 .../examples}/plugin/facet/API.zh.md | 0 .../examples}/plugin/facet/demo/circle.ts | 0 .../examples}/plugin/facet/demo/column.ts | 0 .../examples}/plugin/facet/demo/list.ts | 0 .../examples}/plugin/facet/demo/matrix.ts | 0 .../examples}/plugin/facet/demo/meta.json | 0 .../examples}/plugin/facet/demo/mirror.ts | 0 .../examples}/plugin/facet/demo/rect.ts | 0 .../plugin/facet/demo/tree-column.ts | 0 .../examples}/plugin/facet/demo/tree.ts | 0 .../examples}/plugin/facet/index.en.md | 0 .../examples}/plugin/facet/index.zh.md | 0 .../examples}/plugin/multi-view/API.en.md | 0 .../examples}/plugin/multi-view/API.zh.md | 0 .../demo/anomaly-detection-line-chart.ts | 0 .../multi-view/demo/brush-filter-record.ts | 0 .../plugin/multi-view/demo/combo-plot.ts | 0 .../multi-view/demo/composite-funnel.ts | 0 .../multi-view/demo/customized-stock.jsx | 0 .../plugin/multi-view/demo/drinks.ts | 0 .../plugin/multi-view/demo/meta.json | 0 .../plugin/multi-view/demo/nest-pie.ts | 0 .../plugin/multi-view/demo/range-area.ts | 0 .../plugin/multi-view/demo/sales-analysis.ts | 0 .../plugin/multi-view/demo/series-columns.ts | 0 .../examples}/plugin/multi-view/index.en.md | 0 .../examples}/plugin/multi-view/index.zh.md | 0 .../examples}/plugin/pattern/API.en.md | 0 .../examples}/plugin/pattern/API.zh.md | 0 .../plugin/pattern/demo/area-pattern.ts | 0 .../plugin/pattern/demo/bar-pattern.ts | 0 .../plugin/pattern/demo/donut-pattern.ts | 0 .../pattern/demo/group-column-pattern.ts | 0 .../pattern/demo/heatmap-cookie-pattern.ts | 0 .../plugin/pattern/demo/heatmap-pattern.ts | 0 .../demo/legend-marker-with-pattern.ts | 0 .../plugin/pattern/demo/liquid-pattern.ts | 0 .../examples}/plugin/pattern/demo/meta.json | 0 .../plugin/pattern/demo/pie-pattern.ts | 0 .../plugin/pattern/demo/stack-bar-pattern.ts | 0 .../demo/stacked-group-column-pattern.ts | 0 .../examples}/plugin/pattern/index.en.md | 0 .../examples}/plugin/pattern/index.zh.md | 0 .../examples}/progress-plots/bullet/API.en.md | 0 .../examples}/progress-plots/bullet/API.zh.md | 0 .../progress-plots/bullet/demo/basic.ts | 0 .../progress-plots/bullet/demo/color.ts | 0 .../progress-plots/bullet/demo/grouped.ts | 0 .../progress-plots/bullet/demo/layout.ts | 0 .../progress-plots/bullet/demo/meta.json | 0 .../progress-plots/bullet/demo/stacked.ts | 0 .../progress-plots/bullet/design.en.md | 0 .../progress-plots/bullet/design.zh.md | 0 .../progress-plots/bullet/index.en.md | 0 .../progress-plots/bullet/index.zh.md | 0 .../examples}/progress-plots/gauge/API.en.md | 0 .../examples}/progress-plots/gauge/API.zh.md | 0 .../progress-plots/gauge/demo/basic.ts | 0 .../progress-plots/gauge/demo/complex.ts | 0 .../progress-plots/gauge/demo/custom-color.ts | 0 .../gauge/demo/custom-indicator.ts | 0 .../gauge/demo/custom-indicator2.ts | 0 .../gauge/demo/custom-indicator3.ts | 0 .../gauge/demo/custom-meter-step.ts | 0 .../progress-plots/gauge/demo/meta.json | 0 .../progress-plots/gauge/demo/meter-gauge.ts | 0 .../progress-plots/gauge/demo/range-width.ts | 0 .../gauge/demo/simple-indicator.ts | 0 .../gauge/demo/single-gradient.ts | 0 .../gauge/demo/tooltip-gauge.ts | 0 .../progress-plots/gauge/index.en.md | 0 .../progress-plots/gauge/index.zh.md | 0 .../examples}/progress-plots/liquid/API.en.md | 0 .../examples}/progress-plots/liquid/API.zh.md | 0 .../progress-plots/liquid/demo/basic.ts | 0 .../progress-plots/liquid/demo/custom.ts | 0 .../progress-plots/liquid/demo/diamond.ts | 0 .../progress-plots/liquid/demo/meta.json | 0 .../liquid/demo/outline-style.ts | 0 .../progress-plots/liquid/demo/pattern.ts | 0 .../progress-plots/liquid/demo/rect.ts | 0 .../progress-plots/liquid/demo/style.ts | 0 .../progress-plots/liquid/index.en.md | 0 .../progress-plots/liquid/index.zh.md | 0 .../examples}/relation-plots/chord/API.en.md | 0 .../examples}/relation-plots/chord/API.zh.md | 0 .../chord/demo/chord-population.ts | 0 .../chord/demo/custom-tooltip.ts | 0 .../relation-plots/chord/demo/meta.json | 0 .../relation-plots/chord/index.en.md | 0 .../relation-plots/chord/index.zh.md | 0 .../examples}/relation-plots/sankey/API.en.md | 0 .../examples}/relation-plots/sankey/API.zh.md | 0 .../relation-plots/sankey/demo/alipay.ts | 0 .../relation-plots/sankey/demo/draggable.ts | 0 .../relation-plots/sankey/demo/energy.ts | 0 .../relation-plots/sankey/demo/meta.json | 0 .../sankey/demo/node-sort-sankey.ts | 0 .../relation-plots/sankey/demo/set-state.ts | 0 .../relation-plots/sankey/index.en.md | 0 .../relation-plots/sankey/index.zh.md | 0 .../examples}/rose/basic/API.en.md | 0 .../examples}/rose/basic/API.zh.md | 0 .../examples}/rose/basic/demo/basic.ts | 0 .../examples}/rose/basic/demo/inner-label.ts | 0 .../examples}/rose/basic/demo/interaction.ts | 0 .../examples}/rose/basic/demo/meta.json | 0 .../examples}/rose/basic/demo/rose-pattern.ts | 0 .../examples}/rose/basic/demo/rose-state.ts | 0 .../examples}/rose/basic/index.en.md | 0 .../examples}/rose/basic/index.zh.md | 0 .../examples}/rose/grouped/API.en.md | 0 .../examples}/rose/grouped/API.zh.md | 0 .../examples}/rose/grouped/demo/basic.ts | 0 .../examples}/rose/grouped/demo/meta.json | 0 .../examples}/rose/grouped/demo/pattern.ts | 0 .../examples}/rose/grouped/index.en.md | 0 .../examples}/rose/grouped/index.zh.md | 0 .../examples}/rose/stacked/API.en.md | 0 .../examples}/rose/stacked/API.zh.md | 0 .../examples}/rose/stacked/demo/basic.ts | 0 .../examples}/rose/stacked/demo/meta.json | 0 .../examples}/rose/stacked/index.en.md | 0 .../examples}/rose/stacked/index.zh.md | 0 .../examples}/scatter/bubble/API.en.md | 0 .../examples}/scatter/bubble/API.zh.md | 0 .../scatter/bubble/demo/axis-right.ts | 0 .../scatter/bubble/demo/bubble-3d.ts | 0 .../examples}/scatter/bubble/demo/meta.json | 0 .../scatter/bubble/demo/quadrant-tooltip.ts | 0 .../examples}/scatter/bubble/demo/quadrant.ts | 0 .../examples}/scatter/bubble/index.en.md | 0 .../examples}/scatter/bubble/index.zh.md | 0 .../examples}/scatter/scatter/API.en.md | 0 .../examples}/scatter/scatter/API.zh.md | 0 .../scatter/scatter/demo/color-mapping.ts | 0 .../scatter/scatter/demo/custom-shape.ts | 0 .../examples}/scatter/scatter/demo/label.ts | 0 .../examples}/scatter/scatter/demo/line.ts | 0 .../scatter/demo/mapping-color-and-shape.ts | 0 .../examples}/scatter/scatter/demo/meta.json | 0 .../examples}/scatter/scatter/index.en.md | 0 .../examples}/scatter/scatter/index.zh.md | 0 .../examples}/tiny/progress/API.en.md | 0 .../examples}/tiny/progress/API.zh.md | 0 .../examples}/tiny/progress/demo/meta.json | 0 .../tiny/progress/demo/progress-style.ts | 0 .../examples}/tiny/progress/demo/progress.ts | 0 .../examples}/tiny/progress/index.en.md | 0 .../examples}/tiny/progress/index.zh.md | 0 .../examples}/tiny/ring-progress/API.en.md | 0 .../examples}/tiny/ring-progress/API.zh.md | 0 .../tiny/ring-progress/demo/meta.json | 0 .../ring-progress/demo/ring-progress-style.ts | 0 .../tiny/ring-progress/demo/ring-progress.ts | 0 .../examples}/tiny/ring-progress/index.en.md | 0 .../examples}/tiny/ring-progress/index.zh.md | 0 .../examples}/tiny/tiny-area/API.en.md | 0 .../examples}/tiny/tiny-area/API.zh.md | 0 .../tiny/tiny-area/demo/area-annotation.ts | 0 .../tiny/tiny-area/demo/basic-area.ts | 0 .../tiny/tiny-area/demo/filled-area.ts | 0 .../examples}/tiny/tiny-area/demo/meta.json | 0 .../examples}/tiny/tiny-area/demo/pattern.ts | 0 .../examples}/tiny/tiny-area/index.en.md | 0 .../examples}/tiny/tiny-area/index.zh.md | 0 .../examples}/tiny/tiny-column/API.en.md | 0 .../examples}/tiny/tiny-column/API.zh.md | 0 .../tiny/tiny-column/demo/basic-column.ts | 0 .../tiny-column/demo/column-annotation.ts | 0 .../examples}/tiny/tiny-column/demo/meta.json | 0 .../tiny-column/demo/tiny-column-pattern.ts | 0 .../examples}/tiny/tiny-column/index.en.md | 0 .../examples}/tiny/tiny-column/index.zh.md | 0 .../examples}/tiny/tiny-line/API.en.md | 0 .../examples}/tiny/tiny-line/API.zh.md | 0 .../tiny/tiny-line/demo/basic-line.ts | 0 .../tiny/tiny-line/demo/line-annotation.ts | 0 .../examples}/tiny/tiny-line/demo/meta.json | 0 .../examples}/tiny/tiny-line/index.en.md | 0 .../examples}/tiny/tiny-line/index.zh.md | 0 site/package.json | 22 + site/tsconfig.json | 5 + src/plots/liquid/shapes/liquid.ts | 2 +- 1061 files changed, 1445 insertions(+), 55 deletions(-) rename .github/workflows/{release.yml => deploy.yml} (83%) create mode 100644 site/.dumi/github-markdown-light.css rename {.dumi => site/.dumi}/global.ts (67%) create mode 100644 site/.dumi/prism-one-light.css create mode 100644 site/.dumi/style.css rename .dumirc.ts => site/.dumirc.ts (99%) rename {docs => site/docs}/api/advanced-plots/facet.en.md (100%) rename {docs => site/docs}/api/advanced-plots/facet.zh.md (100%) rename {docs => site/docs}/api/advanced-plots/mix.en.md (100%) rename {docs => site/docs}/api/advanced-plots/mix.zh.md (100%) rename {docs => site/docs}/api/components/annotations.en.md (100%) rename {docs => site/docs}/api/components/annotations.zh.md (100%) rename {docs => site/docs}/api/components/axis.en.md (100%) rename {docs => site/docs}/api/components/axis.zh.md (100%) rename {docs => site/docs}/api/components/conversion-tag.en.md (100%) rename {docs => site/docs}/api/components/conversion-tag.zh.md (100%) rename {docs => site/docs}/api/components/label.en.md (100%) rename {docs => site/docs}/api/components/label.zh.md (100%) rename {docs => site/docs}/api/components/legend.en.md (100%) rename {docs => site/docs}/api/components/legend.zh.md (100%) rename {docs => site/docs}/api/components/scrollbar.en.md (100%) rename {docs => site/docs}/api/components/scrollbar.zh.md (100%) rename {docs => site/docs}/api/components/slider.en.md (100%) rename {docs => site/docs}/api/components/slider.zh.md (100%) rename {docs => site/docs}/api/components/statistic.en.md (100%) rename {docs => site/docs}/api/components/statistic.zh.md (100%) rename {docs => site/docs}/api/components/tooltip.en.md (100%) rename {docs => site/docs}/api/components/tooltip.zh.md (100%) rename {docs => site/docs}/api/graphic-style.en.md (100%) rename {docs => site/docs}/api/graphic-style.zh.md (100%) rename {docs => site/docs}/api/options/animation.en.md (100%) rename {docs => site/docs}/api/options/animation.zh.md (100%) rename {docs => site/docs}/api/options/events.en.md (100%) rename {docs => site/docs}/api/options/events.zh.md (100%) rename {docs => site/docs}/api/options/g2plot.en.md (100%) rename {docs => site/docs}/api/options/g2plot.zh.md (100%) rename {docs => site/docs}/api/options/interactions.en.md (100%) rename {docs => site/docs}/api/options/interactions.zh.md (100%) rename {docs => site/docs}/api/options/meta.en.md (100%) rename {docs => site/docs}/api/options/meta.zh.md (100%) rename {docs => site/docs}/api/options/pattern.en.md (100%) rename {docs => site/docs}/api/options/pattern.zh.md (100%) rename {docs => site/docs}/api/options/shape.en.md (100%) rename {docs => site/docs}/api/options/shape.zh.md (100%) rename {docs => site/docs}/api/options/theme.en.md (100%) rename {docs => site/docs}/api/options/theme.zh.md (100%) rename {docs => site/docs}/api/plot-api.en.md (100%) rename {docs => site/docs}/api/plot-api.zh.md (100%) rename {docs => site/docs}/api/plots/area.en.md (100%) rename {docs => site/docs}/api/plots/area.zh.md (100%) rename {docs => site/docs}/api/plots/bar.en.md (100%) rename {docs => site/docs}/api/plots/bar.zh.md (100%) rename {docs => site/docs}/api/plots/bidirectional-bar.en.md (100%) rename {docs => site/docs}/api/plots/bidirectional-bar.zh.md (100%) rename {docs => site/docs}/api/plots/box.en.md (100%) rename {docs => site/docs}/api/plots/box.zh.md (100%) rename {docs => site/docs}/api/plots/bullet.en.md (100%) rename {docs => site/docs}/api/plots/bullet.zh.md (100%) rename {docs => site/docs}/api/plots/circle-packing.en.md (100%) rename {docs => site/docs}/api/plots/circle-packing.zh.md (100%) rename {docs => site/docs}/api/plots/column.en.md (100%) rename {docs => site/docs}/api/plots/column.zh.md (100%) rename {docs => site/docs}/api/plots/dual-axes.en.md (100%) rename {docs => site/docs}/api/plots/dual-axes.zh.md (100%) rename {docs => site/docs}/api/plots/funnel.en.md (100%) rename {docs => site/docs}/api/plots/funnel.zh.md (100%) rename {docs => site/docs}/api/plots/gauge.en.md (100%) rename {docs => site/docs}/api/plots/gauge.zh.md (100%) rename {docs => site/docs}/api/plots/heatmap.en.md (100%) rename {docs => site/docs}/api/plots/heatmap.zh.md (100%) rename {docs => site/docs}/api/plots/histogram.en.md (100%) rename {docs => site/docs}/api/plots/histogram.zh.md (100%) rename {docs => site/docs}/api/plots/line.en.md (100%) rename {docs => site/docs}/api/plots/line.zh.md (100%) rename {docs => site/docs}/api/plots/liquid.en.md (100%) rename {docs => site/docs}/api/plots/liquid.zh.md (100%) rename {docs => site/docs}/api/plots/pie.en.md (100%) rename {docs => site/docs}/api/plots/pie.zh.md (100%) rename {docs => site/docs}/api/plots/progress.en.md (100%) rename {docs => site/docs}/api/plots/progress.zh.md (100%) rename {docs => site/docs}/api/plots/radar.en.md (100%) rename {docs => site/docs}/api/plots/radar.zh.md (100%) rename {docs => site/docs}/api/plots/radial-bar.en.md (100%) rename {docs => site/docs}/api/plots/radial-bar.zh.md (100%) rename {docs => site/docs}/api/plots/ring-progress.en.md (100%) rename {docs => site/docs}/api/plots/ring-progress.zh.md (100%) rename {docs => site/docs}/api/plots/rose.en.md (100%) rename {docs => site/docs}/api/plots/rose.zh.md (100%) rename {docs => site/docs}/api/plots/sankey.en.md (100%) rename {docs => site/docs}/api/plots/sankey.zh.md (100%) rename {docs => site/docs}/api/plots/scatter.en.md (100%) rename {docs => site/docs}/api/plots/scatter.zh.md (100%) rename {docs => site/docs}/api/plots/stock.en.md (100%) rename {docs => site/docs}/api/plots/stock.zh.md (100%) rename {docs => site/docs}/api/plots/sunburst.en.md (100%) rename {docs => site/docs}/api/plots/sunburst.zh.md (100%) rename {docs => site/docs}/api/plots/tiny-area.en.md (100%) rename {docs => site/docs}/api/plots/tiny-area.zh.md (100%) rename {docs => site/docs}/api/plots/tiny-column.en.md (100%) rename {docs => site/docs}/api/plots/tiny-column.zh.md (100%) rename {docs => site/docs}/api/plots/tiny-line.en.md (100%) rename {docs => site/docs}/api/plots/tiny-line.zh.md (100%) rename {docs => site/docs}/api/plots/treemap.en.md (100%) rename {docs => site/docs}/api/plots/treemap.zh.md (100%) rename {docs => site/docs}/api/plots/venn.en.md (100%) rename {docs => site/docs}/api/plots/venn.zh.md (100%) rename {docs => site/docs}/api/plots/violin.en.md (100%) rename {docs => site/docs}/api/plots/violin.zh.md (100%) rename {docs => site/docs}/api/plots/waterfall.en.md (100%) rename {docs => site/docs}/api/plots/waterfall.zh.md (100%) rename {docs => site/docs}/api/plots/word-cloud.en.md (100%) rename {docs => site/docs}/api/plots/word-cloud.zh.md (100%) rename {docs => site/docs}/common/animate-option.en.md (100%) rename {docs => site/docs}/common/animate-option.zh.md (100%) rename {docs => site/docs}/common/annotations.en.md (100%) rename {docs => site/docs}/common/annotations.zh.md (100%) rename {docs => site/docs}/common/annotations/arc.en.md (100%) rename {docs => site/docs}/common/annotations/arc.zh.md (100%) rename {docs => site/docs}/common/annotations/base-annotation.en.md (100%) rename {docs => site/docs}/common/annotations/base-annotation.zh.md (100%) rename {docs => site/docs}/common/annotations/data-marker.en.md (100%) rename {docs => site/docs}/common/annotations/data-marker.zh.md (100%) rename {docs => site/docs}/common/annotations/data-region.en.md (100%) rename {docs => site/docs}/common/annotations/data-region.zh.md (100%) rename {docs => site/docs}/common/annotations/html.en.md (100%) rename {docs => site/docs}/common/annotations/html.zh.md (100%) rename {docs => site/docs}/common/annotations/image.en.md (100%) rename {docs => site/docs}/common/annotations/image.zh.md (100%) rename {docs => site/docs}/common/annotations/line.en.md (100%) rename {docs => site/docs}/common/annotations/line.zh.md (100%) rename {docs => site/docs}/common/annotations/region-filter.en.md (100%) rename {docs => site/docs}/common/annotations/region-filter.zh.md (100%) rename {docs => site/docs}/common/annotations/region.en.md (100%) rename {docs => site/docs}/common/annotations/region.zh.md (100%) rename {docs => site/docs}/common/annotations/shape.en.md (100%) rename {docs => site/docs}/common/annotations/shape.zh.md (100%) rename {docs => site/docs}/common/annotations/text.en.md (100%) rename {docs => site/docs}/common/annotations/text.zh.md (100%) rename {docs => site/docs}/common/axis.en.md (100%) rename {docs => site/docs}/common/axis.zh.md (100%) rename {docs => site/docs}/common/bar-style.en.md (100%) rename {docs => site/docs}/common/bar-style.zh.md (100%) rename {docs => site/docs}/common/brush.en.md (100%) rename {docs => site/docs}/common/brush.zh.md (100%) rename {docs => site/docs}/common/chart-methods.en.md (100%) rename {docs => site/docs}/common/chart-methods.zh.md (100%) rename {docs => site/docs}/common/chart-options.en.md (100%) rename {docs => site/docs}/common/chart-options.zh.md (100%) rename {docs => site/docs}/common/chord.en.md (100%) rename {docs => site/docs}/common/chord.zh.md (100%) rename {docs => site/docs}/common/color.en.md (100%) rename {docs => site/docs}/common/color.zh.md (100%) rename {docs => site/docs}/common/column-style.en.md (100%) rename {docs => site/docs}/common/column-style.zh.md (100%) rename {docs => site/docs}/common/common-component.en.md (100%) rename {docs => site/docs}/common/common-component.zh.md (100%) rename {docs => site/docs}/common/common-iview.en.md (100%) rename {docs => site/docs}/common/common-iview.zh.md (100%) rename {docs => site/docs}/common/component-no-axis.en.md (100%) rename {docs => site/docs}/common/component-no-axis.zh.md (100%) rename {docs => site/docs}/common/component-polygon.en.md (100%) rename {docs => site/docs}/common/component-polygon.zh.md (100%) rename {docs => site/docs}/common/component-progress.en.md (100%) rename {docs => site/docs}/common/component-progress.zh.md (100%) rename {docs => site/docs}/common/component-tiny.en.md (100%) rename {docs => site/docs}/common/component-tiny.zh.md (100%) rename {docs => site/docs}/common/component.en.md (100%) rename {docs => site/docs}/common/component.zh.md (100%) rename {docs => site/docs}/common/connected-area.en.md (100%) rename {docs => site/docs}/common/connected-area.zh.md (100%) rename {docs => site/docs}/common/conversion-tag.en.md (100%) rename {docs => site/docs}/common/conversion-tag.zh.md (100%) rename {docs => site/docs}/common/coordinate.en.md (100%) rename {docs => site/docs}/common/coordinate.zh.md (100%) rename {docs => site/docs}/common/crosshairs-text.en.md (100%) rename {docs => site/docs}/common/crosshairs-text.zh.md (100%) rename {docs => site/docs}/common/data.en.md (100%) rename {docs => site/docs}/common/data.zh.md (100%) rename {docs => site/docs}/common/drill-down.en.md (100%) rename {docs => site/docs}/common/drill-down.zh.md (100%) rename {docs => site/docs}/common/events.en.md (100%) rename {docs => site/docs}/common/events.zh.md (100%) rename {docs => site/docs}/common/facet-title.en.md (100%) rename {docs => site/docs}/common/facet-title.zh.md (100%) rename {docs => site/docs}/common/geometry-cfg.en.md (100%) rename {docs => site/docs}/common/geometry-cfg.zh.md (100%) rename {docs => site/docs}/common/interactions.en.md (100%) rename {docs => site/docs}/common/interactions.zh.md (100%) rename {docs => site/docs}/common/label.en.md (100%) rename {docs => site/docs}/common/label.zh.md (100%) rename {docs => site/docs}/common/legend-cfg.en.md (100%) rename {docs => site/docs}/common/legend-cfg.zh.md (100%) rename {docs => site/docs}/common/legend.en.md (100%) rename {docs => site/docs}/common/legend.zh.md (100%) rename {docs => site/docs}/common/line-style.en.md (100%) rename {docs => site/docs}/common/line-style.zh.md (100%) rename {docs => site/docs}/common/marker.en.md (100%) rename {docs => site/docs}/common/marker.zh.md (100%) rename {docs => site/docs}/common/meta.en.md (100%) rename {docs => site/docs}/common/meta.zh.md (100%) rename {docs => site/docs}/common/pattern.en.md (100%) rename {docs => site/docs}/common/pattern.zh.md (100%) rename {docs => site/docs}/common/plot-cfg.en.md (100%) rename {docs => site/docs}/common/plot-cfg.zh.md (100%) rename {docs => site/docs}/common/point-style.en.md (100%) rename {docs => site/docs}/common/point-style.zh.md (100%) rename {docs => site/docs}/common/scrollbar.en.md (100%) rename {docs => site/docs}/common/scrollbar.zh.md (100%) rename {docs => site/docs}/common/shape-style.en.md (100%) rename {docs => site/docs}/common/shape-style.zh.md (100%) rename {docs => site/docs}/common/slider.en.md (100%) rename {docs => site/docs}/common/slider.zh.md (100%) rename {docs => site/docs}/common/state-style.en.md (100%) rename {docs => site/docs}/common/state-style.zh.md (100%) rename {docs => site/docs}/common/statistic.en.md (100%) rename {docs => site/docs}/common/statistic.zh.md (100%) rename {docs => site/docs}/common/text-style.en.md (100%) rename {docs => site/docs}/common/text-style.zh.md (100%) rename {docs => site/docs}/common/theme.en.md (100%) rename {docs => site/docs}/common/theme.zh.md (100%) rename {docs => site/docs}/common/tooltip.en.md (100%) rename {docs => site/docs}/common/tooltip.zh.md (100%) rename {docs => site/docs}/common/xy-field.en.md (100%) rename {docs => site/docs}/common/xy-field.zh.md (100%) rename {docs => site/docs}/manual/contact.en.md (100%) rename {docs => site/docs}/manual/contact.zh.md (100%) rename {docs => site/docs}/manual/faq.en.md (100%) rename {docs => site/docs}/manual/faq.zh.md (100%) rename {docs => site/docs}/manual/getting-started.en.md (100%) rename {docs => site/docs}/manual/getting-started.zh.md (100%) rename {docs => site/docs}/manual/introduction.en.md (100%) rename {docs => site/docs}/manual/introduction.zh.md (100%) rename {docs => site/docs}/manual/plots/area.en.md (100%) rename {docs => site/docs}/manual/plots/area.zh.md (100%) rename {docs => site/docs}/manual/plots/bar.en.md (100%) rename {docs => site/docs}/manual/plots/bar.zh.md (100%) rename {docs => site/docs}/manual/plots/bullet.en.md (100%) rename {docs => site/docs}/manual/plots/bullet.zh.md (100%) rename {docs => site/docs}/manual/plots/column.en.md (100%) rename {docs => site/docs}/manual/plots/column.zh.md (99%) rename {docs => site/docs}/manual/plots/facet.en.md (100%) rename {docs => site/docs}/manual/plots/facet.zh.md (100%) rename {docs => site/docs}/manual/plots/funnel.en.md (100%) rename {docs => site/docs}/manual/plots/funnel.zh.md (100%) rename {docs => site/docs}/manual/plots/gauge.en.md (100%) rename {docs => site/docs}/manual/plots/gauge.zh.md (100%) rename {docs => site/docs}/manual/plots/heatmap.en.md (100%) rename {docs => site/docs}/manual/plots/heatmap.zh.md (100%) rename {docs => site/docs}/manual/plots/histogram.en.md (100%) rename {docs => site/docs}/manual/plots/histogram.zh.md (100%) rename {docs => site/docs}/manual/plots/line.en.md (100%) rename {docs => site/docs}/manual/plots/line.zh.md (100%) rename {docs => site/docs}/manual/plots/liquid.en.md (100%) rename {docs => site/docs}/manual/plots/liquid.zh.md (100%) rename {docs => site/docs}/manual/plots/pie.en.md (100%) rename {docs => site/docs}/manual/plots/pie.zh.md (100%) rename {docs => site/docs}/manual/plots/radar.en.md (100%) rename {docs => site/docs}/manual/plots/radar.zh.md (100%) rename {docs => site/docs}/manual/plots/scatter.en.md (100%) rename {docs => site/docs}/manual/plots/scatter.zh.md (100%) rename {docs => site/docs}/manual/plots/venn.en.md (100%) rename {docs => site/docs}/manual/plots/venn.zh.md (100%) rename {docs => site/docs}/manual/plots/violin.en.md (100%) rename {docs => site/docs}/manual/plots/violin.zh.md (100%) rename {docs => site/docs}/manual/plots/waterfall.en.md (100%) rename {docs => site/docs}/manual/plots/waterfall.zh.md (100%) rename {docs => site/docs}/manual/plugin.en.md (100%) rename {docs => site/docs}/manual/plugin.zh.md (100%) rename {docs => site/docs}/manual/upgrade.en.md (100%) rename {docs => site/docs}/manual/upgrade.zh.md (100%) rename {docs => site/docs}/styles/component.md (100%) rename {docs => site/docs}/styles/style.md (100%) rename {examples => site/examples}/area/basic/API.en.md (100%) rename {examples => site/examples}/area/basic/API.zh.md (100%) rename {examples => site/examples}/area/basic/demo/basic-annotation.ts (100%) rename {examples => site/examples}/area/basic/demo/basic-gradients.ts (100%) rename {examples => site/examples}/area/basic/demo/basic-slider.ts (100%) rename {examples => site/examples}/area/basic/demo/basic.ts (100%) rename {examples => site/examples}/area/basic/demo/meta.json (100%) rename {examples => site/examples}/area/basic/design.en.md (100%) rename {examples => site/examples}/area/basic/design.zh.md (100%) rename {examples => site/examples}/area/basic/index.en.md (100%) rename {examples => site/examples}/area/basic/index.zh.md (100%) rename {examples => site/examples}/area/percent/API.en.md (100%) rename {examples => site/examples}/area/percent/API.zh.md (100%) rename {examples => site/examples}/area/percent/demo/basic.ts (100%) rename {examples => site/examples}/area/percent/demo/meta.json (100%) rename {examples => site/examples}/area/percent/demo/pattern.ts (100%) rename {examples => site/examples}/area/percent/design.en.md (100%) rename {examples => site/examples}/area/percent/design.zh.md (100%) rename {examples => site/examples}/area/percent/index.en.md (100%) rename {examples => site/examples}/area/percent/index.zh.md (100%) rename {examples => site/examples}/area/stacked/API.en.md (100%) rename {examples => site/examples}/area/stacked/API.zh.md (100%) rename {examples => site/examples}/area/stacked/demo/area-large-data.ts (100%) rename {examples => site/examples}/area/stacked/demo/basic-slider.ts (100%) rename {examples => site/examples}/area/stacked/demo/basic.ts (100%) rename {examples => site/examples}/area/stacked/demo/meta.json (100%) rename {examples => site/examples}/area/stacked/design.en.md (100%) rename {examples => site/examples}/area/stacked/design.zh.md (100%) rename {examples => site/examples}/area/stacked/index.en.md (100%) rename {examples => site/examples}/area/stacked/index.zh.md (100%) rename {examples => site/examples}/bar/basic/API.en.md (100%) rename {examples => site/examples}/bar/basic/API.zh.md (100%) rename {examples => site/examples}/bar/basic/demo/bar-background.ts (100%) rename {examples => site/examples}/bar/basic/demo/basic.ts (100%) rename {examples => site/examples}/bar/basic/demo/color.ts (100%) rename {examples => site/examples}/bar/basic/demo/conversion-tag.ts (100%) rename {examples => site/examples}/bar/basic/demo/coordinate.ts (100%) rename {examples => site/examples}/bar/basic/demo/dynamic.ts (100%) rename {examples => site/examples}/bar/basic/demo/meta.json (100%) rename {examples => site/examples}/bar/basic/demo/scrollbar.ts (100%) rename {examples => site/examples}/bar/basic/demo/shape.ts (100%) rename {examples => site/examples}/bar/basic/demo/width-ratio.ts (100%) rename {examples => site/examples}/bar/basic/demo/width.ts (100%) rename {examples => site/examples}/bar/basic/design.en.md (100%) rename {examples => site/examples}/bar/basic/design.zh.md (100%) rename {examples => site/examples}/bar/basic/index.en.md (100%) rename {examples => site/examples}/bar/basic/index.zh.md (100%) rename {examples => site/examples}/bar/grouped/API.en.md (100%) rename {examples => site/examples}/bar/grouped/API.zh.md (100%) rename {examples => site/examples}/bar/grouped/demo/basic.ts (100%) rename {examples => site/examples}/bar/grouped/demo/corner-radius.ts (100%) rename {examples => site/examples}/bar/grouped/demo/dodge-padding.ts (100%) rename {examples => site/examples}/bar/grouped/demo/interval-padding.ts (100%) rename {examples => site/examples}/bar/grouped/demo/meta.json (100%) rename {examples => site/examples}/bar/grouped/design.en.md (100%) rename {examples => site/examples}/bar/grouped/design.zh.md (100%) rename {examples => site/examples}/bar/grouped/index.en.md (100%) rename {examples => site/examples}/bar/grouped/index.zh.md (100%) rename {examples => site/examples}/bar/percent/API.en.md (100%) rename {examples => site/examples}/bar/percent/API.zh.md (100%) rename {examples => site/examples}/bar/percent/demo/basic.ts (100%) rename {examples => site/examples}/bar/percent/demo/meta.json (100%) rename {examples => site/examples}/bar/percent/design.en.md (100%) rename {examples => site/examples}/bar/percent/design.zh.md (100%) rename {examples => site/examples}/bar/percent/index.en.md (100%) rename {examples => site/examples}/bar/percent/index.zh.md (100%) rename {examples => site/examples}/bar/range/API.en.md (100%) rename {examples => site/examples}/bar/range/API.zh.md (100%) rename {examples => site/examples}/bar/range/demo/basic.ts (100%) rename {examples => site/examples}/bar/range/demo/meta.json (100%) rename {examples => site/examples}/bar/range/design.en.md (100%) rename {examples => site/examples}/bar/range/design.zh.md (100%) rename {examples => site/examples}/bar/range/index.en.md (100%) rename {examples => site/examples}/bar/range/index.zh.md (100%) rename {examples => site/examples}/bar/stacked/API.en.md (100%) rename {examples => site/examples}/bar/stacked/API.zh.md (100%) rename {examples => site/examples}/bar/stacked/demo/basic.ts (100%) rename {examples => site/examples}/bar/stacked/demo/meta.json (100%) rename {examples => site/examples}/bar/stacked/design.en.md (100%) rename {examples => site/examples}/bar/stacked/design.zh.md (100%) rename {examples => site/examples}/bar/stacked/index.en.md (100%) rename {examples => site/examples}/bar/stacked/index.zh.md (100%) rename {examples => site/examples}/case/advanced/demo/associate-filter.ts (100%) rename {examples => site/examples}/case/advanced/demo/associate-pie-tooltip.ts (100%) rename {examples => site/examples}/case/advanced/demo/conversion-analysis-bar.ts (100%) rename {examples => site/examples}/case/advanced/demo/conversion-analysis.ts (100%) rename {examples => site/examples}/case/advanced/demo/meta.json (100%) rename {examples => site/examples}/case/advanced/index.en.md (100%) rename {examples => site/examples}/case/advanced/index.zh.md (100%) rename {examples => site/examples}/case/customize/demo/customize-tooltip.ts (100%) rename {examples => site/examples}/case/customize/demo/desire-heatmap.ts (100%) rename {examples => site/examples}/case/customize/demo/line.ts (100%) rename {examples => site/examples}/case/customize/demo/meta.json (100%) rename {examples => site/examples}/case/customize/design.en.md (100%) rename {examples => site/examples}/case/customize/design.zh.md (100%) rename {examples => site/examples}/case/customize/index.en.md (100%) rename {examples => site/examples}/case/customize/index.zh.md (100%) rename {examples => site/examples}/case/interactions/demo/element-selected.ts (100%) rename {examples => site/examples}/case/interactions/demo/funnel-element-selected.ts (100%) rename {examples => site/examples}/case/interactions/demo/meta.json (100%) rename {examples => site/examples}/case/interactions/demo/pie-element-selected.ts (100%) rename {examples => site/examples}/case/interactions/index.en.md (100%) rename {examples => site/examples}/case/interactions/index.zh.md (100%) rename {examples => site/examples}/case/statistical-scenario/API.en.md (100%) rename {examples => site/examples}/case/statistical-scenario/API.zh.md (100%) rename {examples => site/examples}/case/statistical-scenario/demo/compare-funnel.ts (100%) rename {examples => site/examples}/case/statistical-scenario/demo/conversion-funnel.ts (100%) rename {examples => site/examples}/case/statistical-scenario/demo/funnel-analysis.jsx (100%) rename {examples => site/examples}/case/statistical-scenario/demo/funnel.jsx (100%) rename {examples => site/examples}/case/statistical-scenario/demo/meta.json (100%) rename {examples => site/examples}/case/statistical-scenario/demo/pie.ts (100%) rename {examples => site/examples}/case/statistical-scenario/demo/trend-funnel.ts (100%) rename {examples => site/examples}/case/statistical-scenario/demo/trend.jsx (100%) rename {examples => site/examples}/case/statistical-scenario/design.en.md (100%) rename {examples => site/examples}/case/statistical-scenario/design.zh.md (100%) rename {examples => site/examples}/case/statistical-scenario/index.en.md (100%) rename {examples => site/examples}/case/statistical-scenario/index.zh.md (100%) rename {examples => site/examples}/column/basic/API.en.md (100%) rename {examples => site/examples}/column/basic/API.zh.md (100%) rename {examples => site/examples}/column/basic/demo/basic.ts (100%) rename {examples => site/examples}/column/basic/demo/color.ts (100%) rename {examples => site/examples}/column/basic/demo/conversion-tag.ts (100%) rename {examples => site/examples}/column/basic/demo/coordinate.ts (100%) rename {examples => site/examples}/column/basic/demo/custom-shape.ts (100%) rename {examples => site/examples}/column/basic/demo/meta.json (100%) rename {examples => site/examples}/column/basic/demo/region-annotation.ts (100%) rename {examples => site/examples}/column/basic/demo/scrollbar.ts (100%) rename {examples => site/examples}/column/basic/demo/slider.ts (100%) rename {examples => site/examples}/column/basic/demo/width-ratio.ts (100%) rename {examples => site/examples}/column/basic/demo/width.ts (100%) rename {examples => site/examples}/column/basic/design.en.md (100%) rename {examples => site/examples}/column/basic/design.zh.md (100%) rename {examples => site/examples}/column/basic/index.en.md (100%) rename {examples => site/examples}/column/basic/index.zh.md (100%) rename {examples => site/examples}/column/grouped/API.en.md (100%) rename {examples => site/examples}/column/grouped/API.zh.md (100%) rename {examples => site/examples}/column/grouped/demo/basic.ts (100%) rename {examples => site/examples}/column/grouped/demo/corner-radius.ts (100%) rename {examples => site/examples}/column/grouped/demo/dodge-padding.ts (100%) rename {examples => site/examples}/column/grouped/demo/interval-padding.ts (100%) rename {examples => site/examples}/column/grouped/demo/meta.json (100%) rename {examples => site/examples}/column/grouped/demo/rc-tooltip.jsx (100%) rename {examples => site/examples}/column/grouped/demo/stacked.ts (100%) rename {examples => site/examples}/column/grouped/demo/stacked2.ts (100%) rename {examples => site/examples}/column/grouped/demo/tooltip-formatter.ts (100%) rename {examples => site/examples}/column/grouped/design.en.md (100%) rename {examples => site/examples}/column/grouped/design.zh.md (100%) rename {examples => site/examples}/column/grouped/index.en.md (100%) rename {examples => site/examples}/column/grouped/index.zh.md (100%) rename {examples => site/examples}/column/percent/API.en.md (100%) rename {examples => site/examples}/column/percent/API.zh.md (100%) rename {examples => site/examples}/column/percent/demo/basic.ts (100%) rename {examples => site/examples}/column/percent/demo/interaction.ts (100%) rename {examples => site/examples}/column/percent/demo/meta.json (100%) rename {examples => site/examples}/column/percent/design.en.md (100%) rename {examples => site/examples}/column/percent/design.zh.md (100%) rename {examples => site/examples}/column/percent/index.en.md (100%) rename {examples => site/examples}/column/percent/index.zh.md (100%) rename {examples => site/examples}/column/range/API.en.md (100%) rename {examples => site/examples}/column/range/API.zh.md (100%) rename {examples => site/examples}/column/range/demo/basic.ts (100%) rename {examples => site/examples}/column/range/demo/meta.json (100%) rename {examples => site/examples}/column/range/design.en.md (100%) rename {examples => site/examples}/column/range/design.zh.md (100%) rename {examples => site/examples}/column/range/index.en.md (100%) rename {examples => site/examples}/column/range/index.zh.md (100%) rename {examples => site/examples}/column/scenario/API.en.md (100%) rename {examples => site/examples}/column/scenario/API.zh.md (100%) rename {examples => site/examples}/column/scenario/demo/meta.json (100%) rename {examples => site/examples}/column/scenario/design.en.md (100%) rename {examples => site/examples}/column/scenario/design.zh.md (100%) rename {examples => site/examples}/column/scenario/index.en.md (100%) rename {examples => site/examples}/column/scenario/index.zh.md (100%) rename {examples => site/examples}/column/stacked/API.en.md (100%) rename {examples => site/examples}/column/stacked/API.zh.md (100%) rename {examples => site/examples}/column/stacked/demo/annotation-label.ts (100%) rename {examples => site/examples}/column/stacked/demo/basic.ts (100%) rename {examples => site/examples}/column/stacked/demo/column-background.ts (100%) rename {examples => site/examples}/column/stacked/demo/connect-area.ts (100%) rename {examples => site/examples}/column/stacked/demo/meta.json (100%) rename {examples => site/examples}/column/stacked/design.en.md (100%) rename {examples => site/examples}/column/stacked/design.zh.md (100%) rename {examples => site/examples}/column/stacked/index.en.md (100%) rename {examples => site/examples}/column/stacked/index.zh.md (100%) rename {examples => site/examples}/component/annotation/API.en.md (100%) rename {examples => site/examples}/component/annotation/API.zh.md (100%) rename {examples => site/examples}/component/annotation/demo/image-annotation.ts (100%) rename {examples => site/examples}/component/annotation/demo/line-annotation-accurate.ts (100%) rename {examples => site/examples}/component/annotation/demo/line-annotation-position.jsx (100%) rename {examples => site/examples}/component/annotation/demo/line-annotation.ts (100%) rename {examples => site/examples}/component/annotation/demo/meta.json (100%) rename {examples => site/examples}/component/annotation/demo/operate-annotation.ts (100%) rename {examples => site/examples}/component/annotation/demo/region-and-data-marker.ts (100%) rename {examples => site/examples}/component/annotation/demo/region-annotation.ts (100%) rename {examples => site/examples}/component/annotation/demo/text-annotation1.ts (100%) rename {examples => site/examples}/component/annotation/demo/text-annotation2.ts (100%) rename {examples => site/examples}/component/annotation/index.en.md (100%) rename {examples => site/examples}/component/annotation/index.zh.md (100%) rename {examples => site/examples}/component/label/API.en.md (100%) rename {examples => site/examples}/component/label/API.zh.md (100%) rename {examples => site/examples}/component/label/demo/custom-label.ts (100%) rename {examples => site/examples}/component/label/demo/meta.json (100%) rename {examples => site/examples}/component/label/index.en.md (100%) rename {examples => site/examples}/component/label/index.zh.md (100%) rename {examples => site/examples}/component/legend/API.en.md (100%) rename {examples => site/examples}/component/legend/API.zh.md (100%) rename {examples => site/examples}/component/legend/demo/legend-flippage.ts (100%) rename {examples => site/examples}/component/legend/demo/legend-focus.ts (100%) rename {examples => site/examples}/component/legend/demo/legend-item-cfg.ts (100%) rename {examples => site/examples}/component/legend/demo/legend-item-value.ts (100%) rename {examples => site/examples}/component/legend/demo/legend-marker-customize.ts (100%) rename {examples => site/examples}/component/legend/demo/legend-position.jsx (100%) rename {examples => site/examples}/component/legend/demo/legend-radio.ts (100%) rename {examples => site/examples}/component/legend/demo/meta.json (100%) rename {examples => site/examples}/component/legend/index.en.md (100%) rename {examples => site/examples}/component/legend/index.zh.md (100%) rename {examples => site/examples}/component/tooltip/API.en.md (100%) rename {examples => site/examples}/component/tooltip/API.zh.md (100%) rename {examples => site/examples}/component/tooltip/demo/html-tooltip.ts (100%) rename {examples => site/examples}/component/tooltip/demo/meta.json (100%) rename {examples => site/examples}/component/tooltip/index.en.md (100%) rename {examples => site/examples}/component/tooltip/index.zh.md (100%) rename {examples => site/examples}/dual-axes/column-line/API.en.md (100%) rename {examples => site/examples}/dual-axes/column-line/API.zh.md (100%) rename {examples => site/examples}/dual-axes/column-line/demo/column-line.ts (100%) rename {examples => site/examples}/dual-axes/column-line/demo/column-multi-line.ts (100%) rename {examples => site/examples}/dual-axes/column-line/demo/custom-column-line.ts (100%) rename {examples => site/examples}/dual-axes/column-line/demo/demo-more-1.ts (100%) rename {examples => site/examples}/dual-axes/column-line/demo/meta.json (100%) rename {examples => site/examples}/dual-axes/column-line/demo/pattern.ts (100%) rename {examples => site/examples}/dual-axes/column-line/demo/range-column-line.ts (100%) rename {examples => site/examples}/dual-axes/column-line/demo/slider-column-line.ts (100%) rename {examples => site/examples}/dual-axes/column-line/index.en.md (100%) rename {examples => site/examples}/dual-axes/column-line/index.zh.md (100%) rename {examples => site/examples}/dual-axes/dual-line/API.en.md (100%) rename {examples => site/examples}/dual-axes/dual-line/API.zh.md (100%) rename {examples => site/examples}/dual-axes/dual-line/demo/custom-dual-line.ts (100%) rename {examples => site/examples}/dual-axes/dual-line/demo/dual-line.ts (100%) rename {examples => site/examples}/dual-axes/dual-line/demo/dual-multi-line.ts (100%) rename {examples => site/examples}/dual-axes/dual-line/demo/dual-step-line.ts (100%) rename {examples => site/examples}/dual-axes/dual-line/demo/meta.json (100%) rename {examples => site/examples}/dual-axes/dual-line/index.en.md (100%) rename {examples => site/examples}/dual-axes/dual-line/index.zh.md (100%) rename {examples => site/examples}/dual-axes/grouped-column-line/API.en.md (100%) rename {examples => site/examples}/dual-axes/grouped-column-line/API.zh.md (100%) rename {examples => site/examples}/dual-axes/grouped-column-line/demo/custom-grouped-column-line.ts (100%) rename {examples => site/examples}/dual-axes/grouped-column-line/demo/grouped-column-line.ts (100%) rename {examples => site/examples}/dual-axes/grouped-column-line/demo/grouped-column-multi-line.ts (100%) rename {examples => site/examples}/dual-axes/grouped-column-line/demo/meta.json (100%) rename {examples => site/examples}/dual-axes/grouped-column-line/demo/pattern-with-callback.ts (100%) rename {examples => site/examples}/dual-axes/grouped-column-line/index.en.md (100%) rename {examples => site/examples}/dual-axes/grouped-column-line/index.zh.md (100%) rename {examples => site/examples}/dual-axes/grouped-stacked-line/API.en.md (100%) rename {examples => site/examples}/dual-axes/grouped-stacked-line/API.zh.md (100%) rename {examples => site/examples}/dual-axes/grouped-stacked-line/demo/meta.json (100%) rename {examples => site/examples}/dual-axes/grouped-stacked-line/demo/stacked-grouped-column-line.ts (100%) rename {examples => site/examples}/dual-axes/grouped-stacked-line/index.en.md (100%) rename {examples => site/examples}/dual-axes/grouped-stacked-line/index.zh.md (100%) rename {examples => site/examples}/dual-axes/stacked-column-line/API.en.md (100%) rename {examples => site/examples}/dual-axes/stacked-column-line/API.zh.md (100%) rename {examples => site/examples}/dual-axes/stacked-column-line/demo/custom-stacked-column-line.ts (100%) rename {examples => site/examples}/dual-axes/stacked-column-line/demo/meta.json (100%) rename {examples => site/examples}/dual-axes/stacked-column-line/demo/stacked-column-line.ts (100%) rename {examples => site/examples}/dual-axes/stacked-column-line/demo/stacked-column-multi-line.ts (100%) rename {examples => site/examples}/dual-axes/stacked-column-line/demo/stacked-percent-column-line.ts (100%) rename {examples => site/examples}/dual-axes/stacked-column-line/index.en.md (100%) rename {examples => site/examples}/dual-axes/stacked-column-line/index.zh.md (100%) rename {examples => site/examples}/dynamic-plots/animation/demo/animation-column.jsx (100%) rename {examples => site/examples}/dynamic-plots/animation/demo/animation-line.jsx (100%) rename {examples => site/examples}/dynamic-plots/animation/demo/animation-pie.jsx (100%) rename {examples => site/examples}/dynamic-plots/animation/demo/easing-effects.ts (100%) rename {examples => site/examples}/dynamic-plots/animation/demo/meta.json (100%) rename {examples => site/examples}/dynamic-plots/animation/index.en.md (100%) rename {examples => site/examples}/dynamic-plots/animation/index.zh.md (100%) rename {examples => site/examples}/dynamic-plots/basic/demo/dynamic-area.ts (100%) rename {examples => site/examples}/dynamic-plots/basic/demo/dynamic-column.ts (100%) rename {examples => site/examples}/dynamic-plots/basic/demo/dynamic-gauge.ts (100%) rename {examples => site/examples}/dynamic-plots/basic/demo/dynamic-pie.ts (100%) rename {examples => site/examples}/dynamic-plots/basic/demo/dynamic-spline.ts (100%) rename {examples => site/examples}/dynamic-plots/basic/demo/meta.json (100%) rename {examples => site/examples}/dynamic-plots/basic/index.en.md (100%) rename {examples => site/examples}/dynamic-plots/basic/index.zh.md (100%) rename {examples => site/examples}/dynamic-plots/brush/demo/advanced-brush1.ts (100%) rename {examples => site/examples}/dynamic-plots/brush/demo/advanced-brush2.ts (100%) rename {examples => site/examples}/dynamic-plots/brush/demo/advanced-brush3.ts (100%) rename {examples => site/examples}/dynamic-plots/brush/demo/bar-brush.ts (100%) rename {examples => site/examples}/dynamic-plots/brush/demo/column-brush-y-highlight.ts (100%) rename {examples => site/examples}/dynamic-plots/brush/demo/column-brush-y.ts (100%) rename {examples => site/examples}/dynamic-plots/brush/demo/column-brush.ts (100%) rename {examples => site/examples}/dynamic-plots/brush/demo/meta.json (100%) rename {examples => site/examples}/dynamic-plots/brush/demo/scatter-brush-filter.ts (100%) rename {examples => site/examples}/dynamic-plots/brush/demo/scatter-brush.jsx (100%) rename {examples => site/examples}/dynamic-plots/brush/index.en.md (100%) rename {examples => site/examples}/dynamic-plots/brush/index.zh.md (100%) rename {examples => site/examples}/general/events/API.en.md (100%) rename {examples => site/examples}/general/events/API.zh.md (100%) rename {examples => site/examples}/general/events/demo/conversion-tag-with-link.ts (100%) rename {examples => site/examples}/general/events/demo/meta.json (100%) rename {examples => site/examples}/general/events/index.en.md (100%) rename {examples => site/examples}/general/events/index.zh.md (100%) rename {examples => site/examples}/general/state/API.en.md (100%) rename {examples => site/examples}/general/state/API.zh.md (100%) rename {examples => site/examples}/general/state/demo/custom-state-style.ts (100%) rename {examples => site/examples}/general/state/demo/meta.json (100%) rename {examples => site/examples}/general/state/demo/set-state.ts (100%) rename {examples => site/examples}/general/state/index.en.md (100%) rename {examples => site/examples}/general/state/index.zh.md (100%) rename {examples => site/examples}/general/theme/API.en.md (100%) rename {examples => site/examples}/general/theme/API.zh.md (100%) rename {examples => site/examples}/general/theme/demo/custom-theme.ts (100%) rename {examples => site/examples}/general/theme/demo/dark.ts (100%) rename {examples => site/examples}/general/theme/demo/meta.json (100%) rename {examples => site/examples}/general/theme/demo/register-theme.ts (100%) rename {examples => site/examples}/general/theme/index.en.md (100%) rename {examples => site/examples}/general/theme/index.zh.md (100%) rename {examples => site/examples}/heatmap/basic/API.en.md (100%) rename {examples => site/examples}/heatmap/basic/API.zh.md (100%) rename {examples => site/examples}/heatmap/basic/demo/basic.ts (100%) rename {examples => site/examples}/heatmap/basic/demo/calendar.ts (100%) rename {examples => site/examples}/heatmap/basic/demo/meta.json (100%) rename {examples => site/examples}/heatmap/basic/demo/pattern.ts (100%) rename {examples => site/examples}/heatmap/basic/demo/polar.ts (100%) rename {examples => site/examples}/heatmap/basic/demo/shape.ts (100%) rename {examples => site/examples}/heatmap/basic/demo/size.ts (100%) rename {examples => site/examples}/heatmap/basic/index.en.md (100%) rename {examples => site/examples}/heatmap/basic/index.zh.md (100%) rename {examples => site/examples}/heatmap/density/API.en.md (100%) rename {examples => site/examples}/heatmap/density/API.zh.md (100%) rename {examples => site/examples}/heatmap/density/demo/basic.ts (100%) rename {examples => site/examples}/heatmap/density/demo/meta.json (100%) rename {examples => site/examples}/heatmap/density/index.en.md (100%) rename {examples => site/examples}/heatmap/density/index.zh.md (100%) rename {examples => site/examples}/line/basic/API.en.md (100%) rename {examples => site/examples}/line/basic/API.zh.md (100%) rename {examples => site/examples}/line/basic/demo/custom-marker.ts (100%) rename {examples => site/examples}/line/basic/demo/line-annotation.ts (100%) rename {examples => site/examples}/line/basic/demo/line-point-style.ts (100%) rename {examples => site/examples}/line/basic/demo/line-slider.ts (100%) rename {examples => site/examples}/line/basic/demo/line-with-data-marker.ts (100%) rename {examples => site/examples}/line/basic/demo/line.ts (100%) rename {examples => site/examples}/line/basic/demo/meta.json (100%) rename {examples => site/examples}/line/basic/demo/reflect-y.ts (100%) rename {examples => site/examples}/line/basic/demo/spline.ts (100%) rename {examples => site/examples}/line/basic/design.en.md (100%) rename {examples => site/examples}/line/basic/design.zh.md (100%) rename {examples => site/examples}/line/basic/index.en.md (100%) rename {examples => site/examples}/line/basic/index.zh.md (100%) rename {examples => site/examples}/line/multiple/API.en.md (100%) rename {examples => site/examples}/line/multiple/API.zh.md (100%) rename {examples => site/examples}/line/multiple/demo/line-area.ts (100%) rename {examples => site/examples}/line/multiple/demo/line-color.ts (100%) rename {examples => site/examples}/line/multiple/demo/line-grid.ts (100%) rename {examples => site/examples}/line/multiple/demo/line-label.ts (100%) rename {examples => site/examples}/line/multiple/demo/line-large-data.ts (100%) rename {examples => site/examples}/line/multiple/demo/marker-active.ts (100%) rename {examples => site/examples}/line/multiple/demo/meta.json (100%) rename {examples => site/examples}/line/multiple/demo/style-callback.ts (100%) rename {examples => site/examples}/line/multiple/design.en.md (100%) rename {examples => site/examples}/line/multiple/design.zh.md (100%) rename {examples => site/examples}/line/multiple/index.en.md (100%) rename {examples => site/examples}/line/multiple/index.zh.md (100%) rename {examples => site/examples}/line/scenario/API.en.md (100%) rename {examples => site/examples}/line/scenario/API.zh.md (100%) rename {examples => site/examples}/line/scenario/demo/derived-measures-line.ts (100%) rename {examples => site/examples}/line/scenario/demo/meta.json (100%) rename {examples => site/examples}/line/scenario/demo/multiple-measures-line.ts (100%) rename {examples => site/examples}/line/scenario/demo/series-multiple-measures-line.ts (100%) rename {examples => site/examples}/line/scenario/design.en.md (100%) rename {examples => site/examples}/line/scenario/design.zh.md (100%) rename {examples => site/examples}/line/scenario/index.en.md (100%) rename {examples => site/examples}/line/scenario/index.zh.md (100%) rename {examples => site/examples}/line/step/API.en.md (100%) rename {examples => site/examples}/line/step/API.zh.md (100%) rename {examples => site/examples}/line/step/demo/line-multiple.ts (100%) rename {examples => site/examples}/line/step/demo/line.ts (100%) rename {examples => site/examples}/line/step/demo/meta.json (100%) rename {examples => site/examples}/line/step/design.en.md (100%) rename {examples => site/examples}/line/step/design.zh.md (100%) rename {examples => site/examples}/line/step/index.en.md (100%) rename {examples => site/examples}/line/step/index.zh.md (100%) rename {examples => site/examples}/more-plots/bidirectional-bar/API.en.md (100%) rename {examples => site/examples}/more-plots/bidirectional-bar/API.zh.md (100%) rename {examples => site/examples}/more-plots/bidirectional-bar/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/bidirectional-bar/demo/label.ts (100%) rename {examples => site/examples}/more-plots/bidirectional-bar/demo/layout.ts (100%) rename {examples => site/examples}/more-plots/bidirectional-bar/demo/meta.json (100%) rename {examples => site/examples}/more-plots/bidirectional-bar/demo/vertical-label.ts (100%) rename {examples => site/examples}/more-plots/bidirectional-bar/design.en.md (100%) rename {examples => site/examples}/more-plots/bidirectional-bar/design.zh.md (100%) rename {examples => site/examples}/more-plots/bidirectional-bar/index.en.md (100%) rename {examples => site/examples}/more-plots/bidirectional-bar/index.zh.md (100%) rename {examples => site/examples}/more-plots/box/API.en.md (100%) rename {examples => site/examples}/more-plots/box/API.zh.md (100%) rename {examples => site/examples}/more-plots/box/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/box/demo/group.ts (100%) rename {examples => site/examples}/more-plots/box/demo/label.ts (100%) rename {examples => site/examples}/more-plots/box/demo/meta-alias.ts (100%) rename {examples => site/examples}/more-plots/box/demo/meta.json (100%) rename {examples => site/examples}/more-plots/box/demo/outliers.ts (100%) rename {examples => site/examples}/more-plots/box/demo/tooltip.ts (100%) rename {examples => site/examples}/more-plots/box/index.en.md (100%) rename {examples => site/examples}/more-plots/box/index.zh.md (100%) rename {examples => site/examples}/more-plots/circle-packing/API.en.md (100%) rename {examples => site/examples}/more-plots/circle-packing/API.zh.md (100%) rename {examples => site/examples}/more-plots/circle-packing/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/circle-packing/demo/custom-padding.ts (100%) rename {examples => site/examples}/more-plots/circle-packing/demo/label.ts (100%) rename {examples => site/examples}/more-plots/circle-packing/demo/meta.json (100%) rename {examples => site/examples}/more-plots/circle-packing/demo/nest.ts (100%) rename {examples => site/examples}/more-plots/circle-packing/demo/philosopher.ts (100%) rename {examples => site/examples}/more-plots/circle-packing/index.en.md (100%) rename {examples => site/examples}/more-plots/circle-packing/index.zh.md (100%) rename {examples => site/examples}/more-plots/funnel/API.en.md (100%) rename {examples => site/examples}/more-plots/funnel/API.zh.md (100%) rename {examples => site/examples}/more-plots/funnel/demo/basic-transpose.ts (100%) rename {examples => site/examples}/more-plots/funnel/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/funnel/demo/compare-transpose.ts (100%) rename {examples => site/examples}/more-plots/funnel/demo/compare.ts (100%) rename {examples => site/examples}/more-plots/funnel/demo/dynamic-height-transpose.ts (100%) rename {examples => site/examples}/more-plots/funnel/demo/dynamic-height.ts (100%) rename {examples => site/examples}/more-plots/funnel/demo/facet-transpose.ts (100%) rename {examples => site/examples}/more-plots/funnel/demo/facet.ts (100%) rename {examples => site/examples}/more-plots/funnel/demo/meta.json (100%) rename {examples => site/examples}/more-plots/funnel/demo/pyramid.ts (100%) rename {examples => site/examples}/more-plots/funnel/demo/static-field.ts (100%) rename {examples => site/examples}/more-plots/funnel/design.en.md (100%) rename {examples => site/examples}/more-plots/funnel/design.zh.md (100%) rename {examples => site/examples}/more-plots/funnel/index.en.md (100%) rename {examples => site/examples}/more-plots/funnel/index.zh.md (100%) rename {examples => site/examples}/more-plots/histogram/API.en.md (100%) rename {examples => site/examples}/more-plots/histogram/API.zh.md (100%) rename {examples => site/examples}/more-plots/histogram/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/histogram/demo/binWidth.ts (100%) rename {examples => site/examples}/more-plots/histogram/demo/meta.json (100%) rename {examples => site/examples}/more-plots/histogram/demo/stack.ts (100%) rename {examples => site/examples}/more-plots/histogram/design.en.md (100%) rename {examples => site/examples}/more-plots/histogram/design.zh.md (100%) rename {examples => site/examples}/more-plots/histogram/index.en.md (100%) rename {examples => site/examples}/more-plots/histogram/index.zh.md (100%) rename {examples => site/examples}/more-plots/radar/API.en.md (100%) rename {examples => site/examples}/more-plots/radar/API.zh.md (100%) rename {examples => site/examples}/more-plots/radar/demo/area-alternate-grid.ts (100%) rename {examples => site/examples}/more-plots/radar/demo/area-grid.ts (100%) rename {examples => site/examples}/more-plots/radar/demo/area.ts (100%) rename {examples => site/examples}/more-plots/radar/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/radar/demo/line-alternate-grid.ts (100%) rename {examples => site/examples}/more-plots/radar/demo/line-grid.ts (100%) rename {examples => site/examples}/more-plots/radar/demo/line.ts (100%) rename {examples => site/examples}/more-plots/radar/demo/meta.json (100%) rename {examples => site/examples}/more-plots/radar/index.en.md (100%) rename {examples => site/examples}/more-plots/radar/index.zh.md (100%) rename {examples => site/examples}/more-plots/radial-bar/API.en.md (100%) rename {examples => site/examples}/more-plots/radial-bar/API.zh.md (100%) rename {examples => site/examples}/more-plots/radial-bar/demo/apple-watch-activity.ts (100%) rename {examples => site/examples}/more-plots/radial-bar/demo/background.ts (100%) rename {examples => site/examples}/more-plots/radial-bar/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/radial-bar/demo/color.ts (100%) rename {examples => site/examples}/more-plots/radial-bar/demo/grouped.ts (100%) rename {examples => site/examples}/more-plots/radial-bar/demo/line.ts (100%) rename {examples => site/examples}/more-plots/radial-bar/demo/meta.json (100%) rename {examples => site/examples}/more-plots/radial-bar/demo/round-corner.ts (100%) rename {examples => site/examples}/more-plots/radial-bar/demo/stacked.ts (100%) rename {examples => site/examples}/more-plots/radial-bar/index.en.md (100%) rename {examples => site/examples}/more-plots/radial-bar/index.zh.md (100%) rename {examples => site/examples}/more-plots/stock/API.en.md (100%) rename {examples => site/examples}/more-plots/stock/API.zh.md (100%) rename {examples => site/examples}/more-plots/stock/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/stock/demo/custom-color.ts (100%) rename {examples => site/examples}/more-plots/stock/demo/custom-crosshairs.ts (100%) rename {examples => site/examples}/more-plots/stock/demo/custom-style.ts (100%) rename {examples => site/examples}/more-plots/stock/demo/custom-tooltip.ts (100%) rename {examples => site/examples}/more-plots/stock/demo/large-data.ts (100%) rename {examples => site/examples}/more-plots/stock/demo/meta-alias.ts (100%) rename {examples => site/examples}/more-plots/stock/demo/meta.json (100%) rename {examples => site/examples}/more-plots/stock/demo/slider.ts (100%) rename {examples => site/examples}/more-plots/stock/index.en.md (100%) rename {examples => site/examples}/more-plots/stock/index.zh.md (100%) rename {examples => site/examples}/more-plots/sunburst/API.en.md (100%) rename {examples => site/examples}/more-plots/sunburst/API.zh.md (100%) rename {examples => site/examples}/more-plots/sunburst/demo/active-depth.ts (100%) rename {examples => site/examples}/more-plots/sunburst/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/sunburst/demo/basic2.ts (100%) rename {examples => site/examples}/more-plots/sunburst/demo/color-field.ts (100%) rename {examples => site/examples}/more-plots/sunburst/demo/color.ts (100%) rename {examples => site/examples}/more-plots/sunburst/demo/custom-tooltip-items.ts (100%) rename {examples => site/examples}/more-plots/sunburst/demo/label.ts (100%) rename {examples => site/examples}/more-plots/sunburst/demo/meta.json (100%) rename {examples => site/examples}/more-plots/sunburst/demo/pattern.ts (100%) rename {examples => site/examples}/more-plots/sunburst/demo/style.ts (100%) rename {examples => site/examples}/more-plots/sunburst/demo/tooltip-fields.ts (100%) rename {examples => site/examples}/more-plots/sunburst/index.en.md (100%) rename {examples => site/examples}/more-plots/sunburst/index.zh.md (100%) rename {examples => site/examples}/more-plots/treemap/API.en.md (100%) rename {examples => site/examples}/more-plots/treemap/API.zh.md (100%) rename {examples => site/examples}/more-plots/treemap/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/treemap/demo/drill-down.ts (100%) rename {examples => site/examples}/more-plots/treemap/demo/meta.json (100%) rename {examples => site/examples}/more-plots/treemap/demo/treemap-nest.ts (100%) rename {examples => site/examples}/more-plots/treemap/design.en.md (100%) rename {examples => site/examples}/more-plots/treemap/design.zh.md (100%) rename {examples => site/examples}/more-plots/treemap/index.en.md (100%) rename {examples => site/examples}/more-plots/treemap/index.zh.md (100%) rename {examples => site/examples}/more-plots/venn/API.en.md (100%) rename {examples => site/examples}/more-plots/venn/API.zh.md (100%) rename {examples => site/examples}/more-plots/venn/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/venn/demo/blend-mode.ts (100%) rename {examples => site/examples}/more-plots/venn/demo/color.ts (100%) rename {examples => site/examples}/more-plots/venn/demo/customize.ts (100%) rename {examples => site/examples}/more-plots/venn/demo/element-active.ts (100%) rename {examples => site/examples}/more-plots/venn/demo/element-highlight.ts (100%) rename {examples => site/examples}/more-plots/venn/demo/interaction.ts (100%) rename {examples => site/examples}/more-plots/venn/demo/label.ts (100%) rename {examples => site/examples}/more-plots/venn/demo/legend-active.ts (100%) rename {examples => site/examples}/more-plots/venn/demo/legend-highlight.ts (100%) rename {examples => site/examples}/more-plots/venn/demo/meta.json (100%) rename {examples => site/examples}/more-plots/venn/demo/tooltip.ts (100%) rename {examples => site/examples}/more-plots/venn/index.en.md (100%) rename {examples => site/examples}/more-plots/venn/index.zh.md (100%) rename {examples => site/examples}/more-plots/violin/API.en.md (100%) rename {examples => site/examples}/more-plots/violin/API.zh.md (100%) rename {examples => site/examples}/more-plots/violin/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/violin/demo/group.ts (100%) rename {examples => site/examples}/more-plots/violin/demo/meta.json (100%) rename {examples => site/examples}/more-plots/violin/demo/shape.ts (100%) rename {examples => site/examples}/more-plots/violin/demo/tooltip.ts (100%) rename {examples => site/examples}/more-plots/violin/index.en.md (100%) rename {examples => site/examples}/more-plots/violin/index.zh.md (100%) rename {examples => site/examples}/more-plots/waterfall/API.en.md (100%) rename {examples => site/examples}/more-plots/waterfall/API.zh.md (100%) rename {examples => site/examples}/more-plots/waterfall/demo/absolute-label.ts (100%) rename {examples => site/examples}/more-plots/waterfall/demo/annotation.ts (100%) rename {examples => site/examples}/more-plots/waterfall/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/waterfall/demo/custom-color.ts (100%) rename {examples => site/examples}/more-plots/waterfall/demo/meta.json (100%) rename {examples => site/examples}/more-plots/waterfall/index.en.md (100%) rename {examples => site/examples}/more-plots/waterfall/index.zh.md (100%) rename {examples => site/examples}/more-plots/word-cloud/API.en.md (100%) rename {examples => site/examples}/more-plots/word-cloud/API.zh.md (100%) rename {examples => site/examples}/more-plots/word-cloud/demo/basic.ts (100%) rename {examples => site/examples}/more-plots/word-cloud/demo/color-field.ts (100%) rename {examples => site/examples}/more-plots/word-cloud/demo/douban-2020-movie.ts (100%) rename {examples => site/examples}/more-plots/word-cloud/demo/image-mask-base64.ts (100%) rename {examples => site/examples}/more-plots/word-cloud/demo/image-mask.ts (100%) rename {examples => site/examples}/more-plots/word-cloud/demo/meta.json (100%) rename {examples => site/examples}/more-plots/word-cloud/demo/placement-strategy.ts (100%) rename {examples => site/examples}/more-plots/word-cloud/demo/same-place.ts (100%) rename {examples => site/examples}/more-plots/word-cloud/index.en.md (100%) rename {examples => site/examples}/more-plots/word-cloud/index.zh.md (100%) rename {examples => site/examples}/pie/basic/API.en.md (100%) rename {examples => site/examples}/pie/basic/API.zh.md (100%) rename {examples => site/examples}/pie/basic/demo/basic.ts (100%) rename {examples => site/examples}/pie/basic/demo/legend-interaction.ts (100%) rename {examples => site/examples}/pie/basic/demo/meta.json (100%) rename {examples => site/examples}/pie/basic/demo/outer-label.ts (100%) rename {examples => site/examples}/pie/basic/demo/pie-custome-label.ts (100%) rename {examples => site/examples}/pie/basic/demo/pie-texture.ts (100%) rename {examples => site/examples}/pie/basic/demo/quarter-circle.ts (100%) rename {examples => site/examples}/pie/basic/demo/spider-label.ts (100%) rename {examples => site/examples}/pie/basic/design.en.md (100%) rename {examples => site/examples}/pie/basic/design.zh.md (100%) rename {examples => site/examples}/pie/basic/index.en.md (100%) rename {examples => site/examples}/pie/basic/index.zh.md (100%) rename {examples => site/examples}/pie/donut/API.en.md (100%) rename {examples => site/examples}/pie/donut/API.zh.md (100%) rename {examples => site/examples}/pie/donut/demo/basic.ts (100%) rename {examples => site/examples}/pie/donut/demo/meta.json (100%) rename {examples => site/examples}/pie/donut/demo/statistics.ts (100%) rename {examples => site/examples}/pie/donut/design.en.md (100%) rename {examples => site/examples}/pie/donut/design.zh.md (100%) rename {examples => site/examples}/pie/donut/index.en.md (100%) rename {examples => site/examples}/pie/donut/index.zh.md (100%) rename {examples => site/examples}/plugin/association/demo/association-filter.ts (100%) rename {examples => site/examples}/plugin/association/demo/association-highlight.ts (100%) rename {examples => site/examples}/plugin/association/demo/association-line.ts (100%) rename {examples => site/examples}/plugin/association/demo/association-pie.ts (100%) rename {examples => site/examples}/plugin/association/demo/meta.json (100%) rename {examples => site/examples}/plugin/association/index.en.md (100%) rename {examples => site/examples}/plugin/association/index.zh.md (100%) rename {examples => site/examples}/plugin/basic/API.en.md (100%) rename {examples => site/examples}/plugin/basic/API.zh.md (100%) rename {examples => site/examples}/plugin/basic/demo/hill-column.ts (100%) rename {examples => site/examples}/plugin/basic/demo/meta.json (100%) rename {examples => site/examples}/plugin/basic/index.en.md (100%) rename {examples => site/examples}/plugin/basic/index.zh.md (100%) rename {examples => site/examples}/plugin/custom-pattern/API.en.md (100%) rename {examples => site/examples}/plugin/custom-pattern/API.zh.md (100%) rename {examples => site/examples}/plugin/custom-pattern/demo/meta.json (100%) rename {examples => site/examples}/plugin/custom-pattern/demo/pattern1.ts (100%) rename {examples => site/examples}/plugin/custom-pattern/demo/pattern2.ts (100%) rename {examples => site/examples}/plugin/custom-pattern/demo/pattern3.ts (100%) rename {examples => site/examples}/plugin/custom-pattern/index.en.md (100%) rename {examples => site/examples}/plugin/custom-pattern/index.zh.md (100%) rename {examples => site/examples}/plugin/custom-shape/API.en.md (100%) rename {examples => site/examples}/plugin/custom-shape/API.zh.md (100%) rename {examples => site/examples}/plugin/custom-shape/demo/bar-custom-shape.ts (100%) rename {examples => site/examples}/plugin/custom-shape/demo/conversion-bar-shape.ts (100%) rename {examples => site/examples}/plugin/custom-shape/demo/meta.json (100%) rename {examples => site/examples}/plugin/custom-shape/demo/pie-custom-shape.ts (100%) rename {examples => site/examples}/plugin/custom-shape/index.en.md (100%) rename {examples => site/examples}/plugin/custom-shape/index.zh.md (100%) rename {examples => site/examples}/plugin/facet/API.en.md (100%) rename {examples => site/examples}/plugin/facet/API.zh.md (100%) rename {examples => site/examples}/plugin/facet/demo/circle.ts (100%) rename {examples => site/examples}/plugin/facet/demo/column.ts (100%) rename {examples => site/examples}/plugin/facet/demo/list.ts (100%) rename {examples => site/examples}/plugin/facet/demo/matrix.ts (100%) rename {examples => site/examples}/plugin/facet/demo/meta.json (100%) rename {examples => site/examples}/plugin/facet/demo/mirror.ts (100%) rename {examples => site/examples}/plugin/facet/demo/rect.ts (100%) rename {examples => site/examples}/plugin/facet/demo/tree-column.ts (100%) rename {examples => site/examples}/plugin/facet/demo/tree.ts (100%) rename {examples => site/examples}/plugin/facet/index.en.md (100%) rename {examples => site/examples}/plugin/facet/index.zh.md (100%) rename {examples => site/examples}/plugin/multi-view/API.en.md (100%) rename {examples => site/examples}/plugin/multi-view/API.zh.md (100%) rename {examples => site/examples}/plugin/multi-view/demo/anomaly-detection-line-chart.ts (100%) rename {examples => site/examples}/plugin/multi-view/demo/brush-filter-record.ts (100%) rename {examples => site/examples}/plugin/multi-view/demo/combo-plot.ts (100%) rename {examples => site/examples}/plugin/multi-view/demo/composite-funnel.ts (100%) rename {examples => site/examples}/plugin/multi-view/demo/customized-stock.jsx (100%) rename {examples => site/examples}/plugin/multi-view/demo/drinks.ts (100%) rename {examples => site/examples}/plugin/multi-view/demo/meta.json (100%) rename {examples => site/examples}/plugin/multi-view/demo/nest-pie.ts (100%) rename {examples => site/examples}/plugin/multi-view/demo/range-area.ts (100%) rename {examples => site/examples}/plugin/multi-view/demo/sales-analysis.ts (100%) rename {examples => site/examples}/plugin/multi-view/demo/series-columns.ts (100%) rename {examples => site/examples}/plugin/multi-view/index.en.md (100%) rename {examples => site/examples}/plugin/multi-view/index.zh.md (100%) rename {examples => site/examples}/plugin/pattern/API.en.md (100%) rename {examples => site/examples}/plugin/pattern/API.zh.md (100%) rename {examples => site/examples}/plugin/pattern/demo/area-pattern.ts (100%) rename {examples => site/examples}/plugin/pattern/demo/bar-pattern.ts (100%) rename {examples => site/examples}/plugin/pattern/demo/donut-pattern.ts (100%) rename {examples => site/examples}/plugin/pattern/demo/group-column-pattern.ts (100%) rename {examples => site/examples}/plugin/pattern/demo/heatmap-cookie-pattern.ts (100%) rename {examples => site/examples}/plugin/pattern/demo/heatmap-pattern.ts (100%) rename {examples => site/examples}/plugin/pattern/demo/legend-marker-with-pattern.ts (100%) rename {examples => site/examples}/plugin/pattern/demo/liquid-pattern.ts (100%) rename {examples => site/examples}/plugin/pattern/demo/meta.json (100%) rename {examples => site/examples}/plugin/pattern/demo/pie-pattern.ts (100%) rename {examples => site/examples}/plugin/pattern/demo/stack-bar-pattern.ts (100%) rename {examples => site/examples}/plugin/pattern/demo/stacked-group-column-pattern.ts (100%) rename {examples => site/examples}/plugin/pattern/index.en.md (100%) rename {examples => site/examples}/plugin/pattern/index.zh.md (100%) rename {examples => site/examples}/progress-plots/bullet/API.en.md (100%) rename {examples => site/examples}/progress-plots/bullet/API.zh.md (100%) rename {examples => site/examples}/progress-plots/bullet/demo/basic.ts (100%) rename {examples => site/examples}/progress-plots/bullet/demo/color.ts (100%) rename {examples => site/examples}/progress-plots/bullet/demo/grouped.ts (100%) rename {examples => site/examples}/progress-plots/bullet/demo/layout.ts (100%) rename {examples => site/examples}/progress-plots/bullet/demo/meta.json (100%) rename {examples => site/examples}/progress-plots/bullet/demo/stacked.ts (100%) rename {examples => site/examples}/progress-plots/bullet/design.en.md (100%) rename {examples => site/examples}/progress-plots/bullet/design.zh.md (100%) rename {examples => site/examples}/progress-plots/bullet/index.en.md (100%) rename {examples => site/examples}/progress-plots/bullet/index.zh.md (100%) rename {examples => site/examples}/progress-plots/gauge/API.en.md (100%) rename {examples => site/examples}/progress-plots/gauge/API.zh.md (100%) rename {examples => site/examples}/progress-plots/gauge/demo/basic.ts (100%) rename {examples => site/examples}/progress-plots/gauge/demo/complex.ts (100%) rename {examples => site/examples}/progress-plots/gauge/demo/custom-color.ts (100%) rename {examples => site/examples}/progress-plots/gauge/demo/custom-indicator.ts (100%) rename {examples => site/examples}/progress-plots/gauge/demo/custom-indicator2.ts (100%) rename {examples => site/examples}/progress-plots/gauge/demo/custom-indicator3.ts (100%) rename {examples => site/examples}/progress-plots/gauge/demo/custom-meter-step.ts (100%) rename {examples => site/examples}/progress-plots/gauge/demo/meta.json (100%) rename {examples => site/examples}/progress-plots/gauge/demo/meter-gauge.ts (100%) rename {examples => site/examples}/progress-plots/gauge/demo/range-width.ts (100%) rename {examples => site/examples}/progress-plots/gauge/demo/simple-indicator.ts (100%) rename {examples => site/examples}/progress-plots/gauge/demo/single-gradient.ts (100%) rename {examples => site/examples}/progress-plots/gauge/demo/tooltip-gauge.ts (100%) rename {examples => site/examples}/progress-plots/gauge/index.en.md (100%) rename {examples => site/examples}/progress-plots/gauge/index.zh.md (100%) rename {examples => site/examples}/progress-plots/liquid/API.en.md (100%) rename {examples => site/examples}/progress-plots/liquid/API.zh.md (100%) rename {examples => site/examples}/progress-plots/liquid/demo/basic.ts (100%) rename {examples => site/examples}/progress-plots/liquid/demo/custom.ts (100%) rename {examples => site/examples}/progress-plots/liquid/demo/diamond.ts (100%) rename {examples => site/examples}/progress-plots/liquid/demo/meta.json (100%) rename {examples => site/examples}/progress-plots/liquid/demo/outline-style.ts (100%) rename {examples => site/examples}/progress-plots/liquid/demo/pattern.ts (100%) rename {examples => site/examples}/progress-plots/liquid/demo/rect.ts (100%) rename {examples => site/examples}/progress-plots/liquid/demo/style.ts (100%) rename {examples => site/examples}/progress-plots/liquid/index.en.md (100%) rename {examples => site/examples}/progress-plots/liquid/index.zh.md (100%) rename {examples => site/examples}/relation-plots/chord/API.en.md (100%) rename {examples => site/examples}/relation-plots/chord/API.zh.md (100%) rename {examples => site/examples}/relation-plots/chord/demo/chord-population.ts (100%) rename {examples => site/examples}/relation-plots/chord/demo/custom-tooltip.ts (100%) rename {examples => site/examples}/relation-plots/chord/demo/meta.json (100%) rename {examples => site/examples}/relation-plots/chord/index.en.md (100%) rename {examples => site/examples}/relation-plots/chord/index.zh.md (100%) rename {examples => site/examples}/relation-plots/sankey/API.en.md (100%) rename {examples => site/examples}/relation-plots/sankey/API.zh.md (100%) rename {examples => site/examples}/relation-plots/sankey/demo/alipay.ts (100%) rename {examples => site/examples}/relation-plots/sankey/demo/draggable.ts (100%) rename {examples => site/examples}/relation-plots/sankey/demo/energy.ts (100%) rename {examples => site/examples}/relation-plots/sankey/demo/meta.json (100%) rename {examples => site/examples}/relation-plots/sankey/demo/node-sort-sankey.ts (100%) rename {examples => site/examples}/relation-plots/sankey/demo/set-state.ts (100%) rename {examples => site/examples}/relation-plots/sankey/index.en.md (100%) rename {examples => site/examples}/relation-plots/sankey/index.zh.md (100%) rename {examples => site/examples}/rose/basic/API.en.md (100%) rename {examples => site/examples}/rose/basic/API.zh.md (100%) rename {examples => site/examples}/rose/basic/demo/basic.ts (100%) rename {examples => site/examples}/rose/basic/demo/inner-label.ts (100%) rename {examples => site/examples}/rose/basic/demo/interaction.ts (100%) rename {examples => site/examples}/rose/basic/demo/meta.json (100%) rename {examples => site/examples}/rose/basic/demo/rose-pattern.ts (100%) rename {examples => site/examples}/rose/basic/demo/rose-state.ts (100%) rename {examples => site/examples}/rose/basic/index.en.md (100%) rename {examples => site/examples}/rose/basic/index.zh.md (100%) rename {examples => site/examples}/rose/grouped/API.en.md (100%) rename {examples => site/examples}/rose/grouped/API.zh.md (100%) rename {examples => site/examples}/rose/grouped/demo/basic.ts (100%) rename {examples => site/examples}/rose/grouped/demo/meta.json (100%) rename {examples => site/examples}/rose/grouped/demo/pattern.ts (100%) rename {examples => site/examples}/rose/grouped/index.en.md (100%) rename {examples => site/examples}/rose/grouped/index.zh.md (100%) rename {examples => site/examples}/rose/stacked/API.en.md (100%) rename {examples => site/examples}/rose/stacked/API.zh.md (100%) rename {examples => site/examples}/rose/stacked/demo/basic.ts (100%) rename {examples => site/examples}/rose/stacked/demo/meta.json (100%) rename {examples => site/examples}/rose/stacked/index.en.md (100%) rename {examples => site/examples}/rose/stacked/index.zh.md (100%) rename {examples => site/examples}/scatter/bubble/API.en.md (100%) rename {examples => site/examples}/scatter/bubble/API.zh.md (100%) rename {examples => site/examples}/scatter/bubble/demo/axis-right.ts (100%) rename {examples => site/examples}/scatter/bubble/demo/bubble-3d.ts (100%) rename {examples => site/examples}/scatter/bubble/demo/meta.json (100%) rename {examples => site/examples}/scatter/bubble/demo/quadrant-tooltip.ts (100%) rename {examples => site/examples}/scatter/bubble/demo/quadrant.ts (100%) rename {examples => site/examples}/scatter/bubble/index.en.md (100%) rename {examples => site/examples}/scatter/bubble/index.zh.md (100%) rename {examples => site/examples}/scatter/scatter/API.en.md (100%) rename {examples => site/examples}/scatter/scatter/API.zh.md (100%) rename {examples => site/examples}/scatter/scatter/demo/color-mapping.ts (100%) rename {examples => site/examples}/scatter/scatter/demo/custom-shape.ts (100%) rename {examples => site/examples}/scatter/scatter/demo/label.ts (100%) rename {examples => site/examples}/scatter/scatter/demo/line.ts (100%) rename {examples => site/examples}/scatter/scatter/demo/mapping-color-and-shape.ts (100%) rename {examples => site/examples}/scatter/scatter/demo/meta.json (100%) rename {examples => site/examples}/scatter/scatter/index.en.md (100%) rename {examples => site/examples}/scatter/scatter/index.zh.md (100%) rename {examples => site/examples}/tiny/progress/API.en.md (100%) rename {examples => site/examples}/tiny/progress/API.zh.md (100%) rename {examples => site/examples}/tiny/progress/demo/meta.json (100%) rename {examples => site/examples}/tiny/progress/demo/progress-style.ts (100%) rename {examples => site/examples}/tiny/progress/demo/progress.ts (100%) rename {examples => site/examples}/tiny/progress/index.en.md (100%) rename {examples => site/examples}/tiny/progress/index.zh.md (100%) rename {examples => site/examples}/tiny/ring-progress/API.en.md (100%) rename {examples => site/examples}/tiny/ring-progress/API.zh.md (100%) rename {examples => site/examples}/tiny/ring-progress/demo/meta.json (100%) rename {examples => site/examples}/tiny/ring-progress/demo/ring-progress-style.ts (100%) rename {examples => site/examples}/tiny/ring-progress/demo/ring-progress.ts (100%) rename {examples => site/examples}/tiny/ring-progress/index.en.md (100%) rename {examples => site/examples}/tiny/ring-progress/index.zh.md (100%) rename {examples => site/examples}/tiny/tiny-area/API.en.md (100%) rename {examples => site/examples}/tiny/tiny-area/API.zh.md (100%) rename {examples => site/examples}/tiny/tiny-area/demo/area-annotation.ts (100%) rename {examples => site/examples}/tiny/tiny-area/demo/basic-area.ts (100%) rename {examples => site/examples}/tiny/tiny-area/demo/filled-area.ts (100%) rename {examples => site/examples}/tiny/tiny-area/demo/meta.json (100%) rename {examples => site/examples}/tiny/tiny-area/demo/pattern.ts (100%) rename {examples => site/examples}/tiny/tiny-area/index.en.md (100%) rename {examples => site/examples}/tiny/tiny-area/index.zh.md (100%) rename {examples => site/examples}/tiny/tiny-column/API.en.md (100%) rename {examples => site/examples}/tiny/tiny-column/API.zh.md (100%) rename {examples => site/examples}/tiny/tiny-column/demo/basic-column.ts (100%) rename {examples => site/examples}/tiny/tiny-column/demo/column-annotation.ts (100%) rename {examples => site/examples}/tiny/tiny-column/demo/meta.json (100%) rename {examples => site/examples}/tiny/tiny-column/demo/tiny-column-pattern.ts (100%) rename {examples => site/examples}/tiny/tiny-column/index.en.md (100%) rename {examples => site/examples}/tiny/tiny-column/index.zh.md (100%) rename {examples => site/examples}/tiny/tiny-line/API.en.md (100%) rename {examples => site/examples}/tiny/tiny-line/API.zh.md (100%) rename {examples => site/examples}/tiny/tiny-line/demo/basic-line.ts (100%) rename {examples => site/examples}/tiny/tiny-line/demo/line-annotation.ts (100%) rename {examples => site/examples}/tiny/tiny-line/demo/meta.json (100%) rename {examples => site/examples}/tiny/tiny-line/index.en.md (100%) rename {examples => site/examples}/tiny/tiny-line/index.zh.md (100%) create mode 100644 site/package.json create mode 100644 site/tsconfig.json diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1bc32978b5..694bf578a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,9 +11,9 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14 - - name: npm install + - name: yarn install run: | - npm install + yarn install - name: lint run: | npm run lint @@ -26,9 +26,9 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14 - - name: npm install + - name: yarn install run: | - npm install + yarn install - name: build run: | npm run build @@ -41,7 +41,7 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14 - - name: npm install + - name: yarn install run: | yarn install - name: test diff --git a/.github/workflows/release.yml b/.github/workflows/deploy.yml similarity index 83% rename from .github/workflows/release.yml rename to .github/workflows/deploy.yml index 6b71dc69b1..d288ee591e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Release +name: Deploy on: workflow_dispatch: @@ -13,21 +13,24 @@ jobs: - run: yarn install - run: npm run lint - publish-site: + deploy-site: needs: build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - run: cd site - run: yarn install - - run: npm run site:build + - run: npm run build - run: | + cd .. git init git config --local user.name antv git config --local user.email antv@antfin.com + mv site/dist ./ git add dist -f git commit -m "update by release action" - uses: ad-m/github-push-action@master with: github_token: ${{secrets.PERSONAL_ACCESS_TOKEN}} - branch: g2plot-site + branch: gh-pages force: true diff --git a/.gitignore b/.gitignore index 8661fb21d5..31daf75b45 100644 --- a/.gitignore +++ b/.gitignore @@ -8,33 +8,12 @@ yarn-error.log* # lock package-lock.json -# Runtime data -pids -*.pid -*.seed -*.pid.lock - # Directory for instrumented libs generated by jscoverage/JSCover lib-cov # Coverage directory used by tools like istanbul coverage -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (http://nodejs.org/api/addons.html) -build/Release - # Dependency directories node_modules/ jspm_packages/ @@ -69,7 +48,6 @@ temp .DS_Store .idea .cache -demos/assets/screenshots /lib /esm /dist @@ -82,5 +60,5 @@ demos/assets/screenshots .umi # dumi2 website builder -.dumi/tmp -.dumi/tmp-production +site/.dumi/tmp +site/.dumi/tmp-production diff --git a/package.json b/package.json index 4fcf267727..423cd3fece 100644 --- a/package.json +++ b/package.json @@ -24,11 +24,7 @@ "url": "https://github.com/antvis/G2plot" }, "scripts": { - "start": "npm run site:clean && npm run site:develop", - "site:develop": "dumi dev", - "site:build": "dumi build", - "site:clean": "", - "site:deploy": "npm run build && npm run site:build && gh-pages -d public", + "start": "cd site && npm start", "fix": "eslint --ext .ts ./src ./__tests__ --fix && prettier --write ./src ./__tests__ && lint-md --fix ./examples ./docs", "build": "run-s clean lib dist size", "size": "limit-size", @@ -66,7 +62,6 @@ }, "devDependencies": { "@antv/data-set": "^0.11.5", - "@antv/dumi-theme-antv": "^0.3.0-beta.3", "@babel/core": "^7.10.4", "@babel/plugin-transform-runtime": "^7.11.5", "@babel/preset-env": "^7.10.4", @@ -78,16 +73,13 @@ "@typescript-eslint/parser": "^2.0.0", "antd": "^4.8.4", "babel-loader": "^8.1.0", - "chroma-js": "^2.1.2", "conventional-changelog-cli": "^2.0.34", "cross-env": "^7.0.2", - "dumi": "^2.0.0-beta.11", "eslint": "^6.1.0", "eslint-config-prettier": "^6.0.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^3.1.0", "generate-changelog": "^1.8.0", - "gh-pages": "^3.1.0", "husky": "^4.2.3", "jest": "^26.0.1", "jest-electron": "^0.1.7", @@ -99,7 +91,6 @@ "miz": "^1.0.1", "npm-run-all": "^4.1.5", "prettier": "^2.0.1", - "rc-for-plots": "^0.0.1", "react": "^16.11.0", "react-dom": "^16.11.0", "react-i18next": "^11.7.0", @@ -154,7 +145,8 @@ ], "resolutions": { "d3-array": "2.12.1", - "@types/lodash": "4.14.182" + "@types/lodash": "4.14.182", + "@types/babel__traverse": "7.0.6" }, "license": "MIT" -} +} \ No newline at end of file diff --git a/scripts/manual.ts b/scripts/manual.ts index e925051679..7f989b6a33 100644 --- a/scripts/manual.ts +++ b/scripts/manual.ts @@ -5,8 +5,8 @@ const fs = require('fs'); const path = require('path'); -const sourceFilePath = path.resolve('./examples'); -const targetFilePath = path.resolve('./docs/manual/plots'); +const sourceFilePath = path.resolve('./site/examples'); +const targetFilePath = path.resolve('./site/docs/manual/plots'); const excludeFilesPath = ['gallery']; // 不处理的路径 const includeFiles = ['API.zh.md', 'API.en.md']; diff --git a/site/.dumi/github-markdown-light.css b/site/.dumi/github-markdown-light.css new file mode 100644 index 0000000000..c8ddc6c8e1 --- /dev/null +++ b/site/.dumi/github-markdown-light.css @@ -0,0 +1,944 @@ +.markdown { + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; + margin: 0; + color: #24292f; + background-color: #ffffff; + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, + sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; + font-size: 16px; + line-height: 1.5; + word-wrap: break-word; +} + +.markdown .octicon { + display: inline-block; + fill: currentColor; + vertical-align: text-bottom; +} + +.markdown h1:hover .anchor .octicon-link:before, +.markdown h2:hover .anchor .octicon-link:before, +.markdown h3:hover .anchor .octicon-link:before, +.markdown h4:hover .anchor .octicon-link:before, +.markdown h5:hover .anchor .octicon-link:before, +.markdown h6:hover .anchor .octicon-link:before { + width: 16px; + height: 16px; + content: ' '; + display: inline-block; + background-color: currentColor; + -webkit-mask-image: url("data:image/svg+xml,"); + mask-image: url("data:image/svg+xml,"); +} + +.markdown details, +.markdown figcaption, +.markdown figure { + display: block; +} + +.markdown summary { + display: list-item; +} + +.markdown [hidden] { + display: none !important; +} + +.markdown a { + background-color: transparent; + color: #0969da; + text-decoration: none; +} + +.markdown a:active, +.markdown a:hover { + outline-width: 0; +} + +.markdown abbr[title] { + border-bottom: none; + text-decoration: underline dotted; +} + +.markdown b, +.markdown strong { + font-weight: 600; +} + +.markdown dfn { + font-style: italic; +} + +.markdown h1 { + margin: 0.67em 0; + font-weight: 600; + padding-bottom: 0.3em; + font-size: 2em; + border-bottom: 1px solid hsla(210, 18%, 87%, 1); +} + +.markdown mark { + background-color: #fff8c5; + color: #24292f; +} + +.markdown small { + font-size: 90%; +} + +.markdown sub, +.markdown sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +.markdown sub { + bottom: -0.25em; +} + +.markdown sup { + top: -0.5em; +} + +.markdown img { + border-style: none; + max-width: 100%; + box-sizing: content-box; + background-color: #ffffff; +} + +.markdown code, +.markdown kbd, +.markdown pre, +.markdown samp { + font-family: monospace, monospace; + font-size: 1em; +} + +.markdown figure { + margin: 1em 40px; +} + +.markdown hr { + box-sizing: content-box; + overflow: hidden; + background: transparent; + border-bottom: 1px solid hsla(210, 18%, 87%, 1); + height: 0.25em; + padding: 0; + margin: 24px 0; + background-color: #d0d7de; + border: 0; +} + +.markdown input { + font: inherit; + margin: 0; + overflow: visible; + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + +.markdown [type='button'], +.markdown [type='reset'], +.markdown [type='submit'] { + -webkit-appearance: button; +} + +.markdown [type='button']::-moz-focus-inner, +.markdown [type='reset']::-moz-focus-inner, +.markdown [type='submit']::-moz-focus-inner { + border-style: none; + padding: 0; +} + +.markdown [type='button']:-moz-focusring, +.markdown [type='reset']:-moz-focusring, +.markdown [type='submit']:-moz-focusring { + outline: 1px dotted ButtonText; +} + +.markdown [type='checkbox'], +.markdown [type='radio'] { + box-sizing: border-box; + padding: 0; +} + +.markdown [type='number']::-webkit-inner-spin-button, +.markdown [type='number']::-webkit-outer-spin-button { + height: auto; +} + +.markdown [type='search'] { + -webkit-appearance: textfield; + outline-offset: -2px; +} + +.markdown [type='search']::-webkit-search-cancel-button, +.markdown [type='search']::-webkit-search-decoration { + -webkit-appearance: none; +} + +.markdown ::-webkit-input-placeholder { + color: inherit; + opacity: 0.54; +} + +.markdown ::-webkit-file-upload-button { + -webkit-appearance: button; + font: inherit; +} + +.markdown a:hover { + text-decoration: underline; +} + +.markdown hr::before { + display: table; + content: ''; +} + +.markdown hr::after { + display: table; + clear: both; + content: ''; +} + +.markdown table { + border-spacing: 0; + border-collapse: collapse; + display: block; + width: max-content; + max-width: 100%; + overflow: auto; +} + +.markdown td, +.markdown th { + padding: 0; +} + +.markdown details summary { + cursor: pointer; +} + +.markdown details:not([open]) > *:not(summary) { + display: none !important; +} + +.markdown kbd { + display: inline-block; + padding: 3px 5px; + font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, + Liberation Mono, monospace; + line-height: 10px; + color: #24292f; + vertical-align: middle; + background-color: #f6f8fa; + border: solid 1px rgba(175, 184, 193, 0.2); + border-bottom-color: rgba(175, 184, 193, 0.2); + border-radius: 6px; + box-shadow: inset 0 -1px 0 rgba(175, 184, 193, 0.2); +} + +.markdown h1, +.markdown h2, +.markdown h3, +.markdown h4, +.markdown h5, +.markdown h6 { + margin-top: 24px; + margin-bottom: 16px; + font-weight: 600; + line-height: 1.25; +} + +.markdown h2 { + font-weight: 600; + padding-bottom: 0.3em; + font-size: 1.5em; + border-bottom: 1px solid hsla(210, 18%, 87%, 1); +} + +.markdown h3 { + font-weight: 600; + font-size: 1.25em; +} + +.markdown h4 { + font-weight: 600; + font-size: 1em; +} + +.markdown h5 { + font-weight: 600; + font-size: 0.875em; +} + +.markdown h6 { + font-weight: 600; + font-size: 0.85em; + color: #57606a; +} + +.markdown p { + margin-top: 0; + margin-bottom: 1.2em !important; +} + +.markdown blockquote { + margin: 0; + padding: 0 1em; + color: #57606a; + border-left: 0.25em solid #d0d7de; +} + +.markdown ul, +.markdown ol { + margin-top: 0; + margin-bottom: 0; + padding-left: 2em; +} + +.markdown ol ol, +.markdown ul ol { + list-style-type: lower-roman; +} + +.markdown ul ul ol, +.markdown ul ol ol, +.markdown ol ul ol, +.markdown ol ol ol { + list-style-type: lower-alpha; +} + +.markdown dd { + margin-left: 0; +} + +.markdown tt, +.markdown code { + font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, + Liberation Mono, monospace; + font-size: 12px; +} + +.markdown pre { + margin-top: 0; + margin-bottom: 0; + font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, + Liberation Mono, monospace; + font-size: 12px; + word-wrap: normal; +} + +.markdown .octicon { + display: inline-block; + overflow: visible !important; + vertical-align: text-bottom; + fill: currentColor; +} + +.markdown ::placeholder { + color: #6e7781; + opacity: 1; +} + +.markdown input::-webkit-outer-spin-button, +.markdown input::-webkit-inner-spin-button { + margin: 0; + -webkit-appearance: none; + appearance: none; +} + +.markdown .pl-c { + color: #6e7781; +} + +.markdown .pl-c1, +.markdown .pl-s .pl-v { + color: #0550ae; +} + +.markdown .pl-e, +.markdown .pl-en { + color: #8250df; +} + +.markdown .pl-smi, +.markdown .pl-s .pl-s1 { + color: #24292f; +} + +.markdown .pl-ent { + color: #116329; +} + +.markdown .pl-k { + color: #cf222e; +} + +.markdown .pl-s, +.markdown .pl-pds, +.markdown .pl-s .pl-pse .pl-s1, +.markdown .pl-sr, +.markdown .pl-sr .pl-cce, +.markdown .pl-sr .pl-sre, +.markdown .pl-sr .pl-sra { + color: #0a3069; +} + +.markdown .pl-v, +.markdown .pl-smw { + color: #953800; +} + +.markdown .pl-bu { + color: #82071e; +} + +.markdown .pl-ii { + color: #f6f8fa; + background-color: #82071e; +} + +.markdown .pl-c2 { + color: #f6f8fa; + background-color: #cf222e; +} + +.markdown .pl-sr .pl-cce { + font-weight: bold; + color: #116329; +} + +.markdown .pl-ml { + color: #3b2300; +} + +.markdown .pl-mh, +.markdown .pl-mh .pl-en, +.markdown .pl-ms { + font-weight: bold; + color: #0550ae; +} + +.markdown .pl-mi { + font-style: italic; + color: #24292f; +} + +.markdown .pl-mb { + font-weight: bold; + color: #24292f; +} + +.markdown .pl-md { + color: #82071e; + background-color: #ffebe9; +} + +.markdown .pl-mi1 { + color: #116329; + background-color: #dafbe1; +} + +.markdown .pl-mc { + color: #953800; + background-color: #ffd8b5; +} + +.markdown .pl-mi2 { + color: #eaeef2; + background-color: #0550ae; +} + +.markdown .pl-mdr { + font-weight: bold; + color: #8250df; +} + +.markdown .pl-ba { + color: #57606a; +} + +.markdown .pl-sg { + color: #8c959f; +} + +.markdown .pl-corl { + text-decoration: underline; + color: #0a3069; +} + +.markdown [data-catalyst] { + display: block; +} + +.markdown g-emoji { + font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; + font-size: 1em; + font-style: normal !important; + font-weight: 400; + line-height: 1; + vertical-align: -0.075em; +} + +.markdown g-emoji img { + width: 1em; + height: 1em; +} + +.markdown::before { + display: table; + content: ''; +} + +.markdown::after { + display: table; + clear: both; + content: ''; +} + +.markdown > *:first-child { + margin-top: 0 !important; +} + +.markdown > *:last-child { + margin-bottom: 0 !important; +} + +.markdown a:not([href]) { + color: inherit; + text-decoration: none; +} + +.markdown .absent { + color: #cf222e; +} + +.markdown .anchor { + float: left; + padding-right: 4px; + margin-left: -20px; + line-height: 1; +} + +.markdown .anchor:focus { + outline: none; +} + +.markdown p, +.markdown blockquote, +.markdown ul, +.markdown ol, +.markdown dl, +.markdown table, +.markdown pre, +.markdown details { + margin-top: 0; + margin-bottom: 16px; +} + +.markdown blockquote > :first-child { + margin-top: 0; +} + +.markdown blockquote > :last-child { + margin-bottom: 0; +} + +.markdown sup > a::before { + content: '['; +} + +.markdown sup > a::after { + content: ']'; +} + +.markdown h1 .octicon-link, +.markdown h2 .octicon-link, +.markdown h3 .octicon-link, +.markdown h4 .octicon-link, +.markdown h5 .octicon-link, +.markdown h6 .octicon-link { + color: #24292f; + vertical-align: middle; + visibility: hidden; +} + +.markdown h1:hover .anchor, +.markdown h2:hover .anchor, +.markdown h3:hover .anchor, +.markdown h4:hover .anchor, +.markdown h5:hover .anchor, +.markdown h6:hover .anchor { + text-decoration: none; +} + +.markdown h1:hover .anchor .octicon-link, +.markdown h2:hover .anchor .octicon-link, +.markdown h3:hover .anchor .octicon-link, +.markdown h4:hover .anchor .octicon-link, +.markdown h5:hover .anchor .octicon-link, +.markdown h6:hover .anchor .octicon-link { + visibility: visible; +} + +.markdown h1 tt, +.markdown h1 code, +.markdown h2 tt, +.markdown h2 code, +.markdown h3 tt, +.markdown h3 code, +.markdown h4 tt, +.markdown h4 code, +.markdown h5 tt, +.markdown h5 code, +.markdown h6 tt, +.markdown h6 code { + padding: 0 0.2em; + font-size: inherit; +} + +.markdown ul.no-list, +.markdown ol.no-list { + padding: 0; + list-style-type: none; +} + +.markdown ol[type='1'] { + list-style-type: decimal; +} + +.markdown ol[type='a'] { + list-style-type: lower-alpha; +} + +.markdown ol[type='i'] { + list-style-type: lower-roman; +} + +.markdown div > ol:not([type]) { + list-style-type: decimal; +} + +.markdown ul ul, +.markdown ul ol, +.markdown ol ol, +.markdown ol ul { + margin-top: 0; + margin-bottom: 0; +} + +.markdown li > p { + margin-top: 16px; +} + +.markdown li + li { + margin-top: 0.25em; +} + +.markdown dl { + padding: 0; +} + +.markdown dl dt { + padding: 0; + margin-top: 16px; + font-size: 1em; + font-style: italic; + font-weight: 600; +} + +.markdown dl dd { + padding: 0 16px; + margin-bottom: 16px; +} + +.markdown table th { + font-weight: 600; +} + +.markdown table th, +.markdown table td { + padding: 6px 13px; + border: 1px solid #d0d7de; +} + +.markdown table tr { + background-color: #ffffff; + border-top: 1px solid hsla(210, 18%, 87%, 1); +} + +.markdown table tr:nth-child(2n) { + background-color: #f6f8fa; +} + +.markdown table img { + background-color: transparent; +} + +.markdown img[align='right'] { + padding-left: 20px; +} + +.markdown img[align='left'] { + padding-right: 20px; +} + +.markdown .emoji { + max-width: none; + vertical-align: text-top; + background-color: transparent; +} + +.markdown span.frame { + display: block; + overflow: hidden; +} + +.markdown span.frame > span { + display: block; + float: left; + width: auto; + padding: 7px; + margin: 13px 0 0; + overflow: hidden; + border: 1px solid #d0d7de; +} + +.markdown span.frame span img { + display: block; + float: left; +} + +.markdown span.frame span span { + display: block; + padding: 5px 0 0; + clear: both; + color: #24292f; +} + +.markdown span.align-center { + display: block; + overflow: hidden; + clear: both; +} + +.markdown span.align-center > span { + display: block; + margin: 13px auto 0; + overflow: hidden; + text-align: center; +} + +.markdown span.align-center span img { + margin: 0 auto; + text-align: center; +} + +.markdown span.align-right { + display: block; + overflow: hidden; + clear: both; +} + +.markdown span.align-right > span { + display: block; + margin: 13px 0 0; + overflow: hidden; + text-align: right; +} + +.markdown span.align-right span img { + margin: 0; + text-align: right; +} + +.markdown span.float-left { + display: block; + float: left; + margin-right: 13px; + overflow: hidden; +} + +.markdown span.float-left span { + margin: 13px 0 0; +} + +.markdown span.float-right { + display: block; + float: right; + margin-left: 13px; + overflow: hidden; +} + +.markdown span.float-right > span { + display: block; + margin: 13px auto 0; + overflow: hidden; + text-align: right; +} + +.markdown code, +.markdown tt { + padding: 0.2em 0.4em; + margin: 0; + font-size: 85%; + background-color: rgba(175, 184, 193, 0.2); + border-radius: 6px; +} + +.markdown code br, +.markdown tt br { + display: none; +} + +.markdown del code { + text-decoration: inherit; +} + +.markdown pre code { + font-size: 100%; +} + +.markdown pre > code { + padding: 0; + margin: 0; + word-break: normal; + white-space: pre; + background: transparent; + border: 0; +} + +.markdown .highlight { + margin-bottom: 16px; +} + +.markdown .highlight pre { + margin-bottom: 0; + word-break: normal; +} + +.markdown .highlight pre, +.markdown pre { + padding: 16px; + overflow: auto; + font-size: 85%; + line-height: 1.45; + background-color: #f6f8fa; + border-radius: 6px; +} + +.markdown pre code, +.markdown pre tt { + display: inline; + max-width: auto; + padding: 0; + margin: 0; + overflow: visible; + line-height: inherit; + word-wrap: normal; + background-color: transparent; + border: 0; +} + +.markdown .csv-data td, +.markdown .csv-data th { + padding: 5px; + overflow: hidden; + font-size: 12px; + line-height: 1; + text-align: left; + white-space: nowrap; +} + +.markdown .csv-data .blob-num { + padding: 10px 8px 9px; + text-align: right; + background: #ffffff; + border: 0; +} + +.markdown .csv-data tr { + border-top: 0; +} + +.markdown .csv-data th { + font-weight: 600; + background: #f6f8fa; + border-top: 0; +} + +.markdown .footnotes { + font-size: 12px; + color: #57606a; + border-top: 1px solid #d0d7de; +} + +.markdown .footnotes ol { + padding-left: 16px; +} + +.markdown .footnotes li { + position: relative; +} + +.markdown .footnotes li:target::before { + position: absolute; + top: -8px; + right: -8px; + bottom: -8px; + left: -24px; + pointer-events: none; + content: ''; + border: 2px solid #0969da; + border-radius: 6px; +} + +.markdown .footnotes li:target { + color: #24292f; +} + +.markdown .footnotes .data-footnote-backref g-emoji { + font-family: monospace; +} + +.markdown .task-list-item { + list-style-type: none; +} + +.markdown .task-list-item label { + font-weight: 400; +} + +.markdown .task-list-item.enabled label { + cursor: pointer; +} + +.markdown .task-list-item + .task-list-item { + margin-top: 3px; +} + +.markdown .task-list-item .handle { + display: none; +} + +.markdown .task-list-item-checkbox { + margin: 0 0.2em 0.25em -1.6em; + vertical-align: middle; +} + +.markdown .contains-task-list:dir(rtl) .task-list-item-checkbox { + margin: 0 -1.6em 0.25em 0.2em; +} + +.markdown ::-webkit-calendar-picker-indicator { + filter: invert(50%); +} diff --git a/.dumi/global.ts b/site/.dumi/global.ts similarity index 67% rename from .dumi/global.ts rename to site/.dumi/global.ts index 2e36251b07..0f3fb192ce 100644 --- a/.dumi/global.ts +++ b/site/.dumi/global.ts @@ -1,11 +1,10 @@ -/** - * 增加自己的全局变量,用于 DEMO 中的依赖 - */ +require('./style.css'); +require('./github-markdown-light.css'); +require('./prism-one-light.css'); if (window) { - (window as any).g2plot = require('../src/index.ts'); + (window as any).g2plot = require('../../src'); (window as any).util = require('@antv/util'); - (window as any).G = require('@antv/g-canvas'); (window as any).react = require('react'); (window as any).reactDom = require('react-dom'); (window as any).antd = require('antd'); diff --git a/site/.dumi/prism-one-light.css b/site/.dumi/prism-one-light.css new file mode 100644 index 0000000000..c8f2647e1d --- /dev/null +++ b/site/.dumi/prism-one-light.css @@ -0,0 +1,438 @@ +/** + * One Light theme for prism.js + * Based on Atom's One Light theme: https://github.com/atom/atom/tree/master/packages/one-light-syntax + */ + +/** + * One Light colours (accurate as of commit eb064bf on 19 Feb 2021) + * From colors.less + * --mono-1: hsl(230, 8%, 24%)!important; + * --mono-2: hsl(230, 6%, 44%)!important; + * --mono-3: hsl(230, 4%, 64%) + * --hue-1: hsl(198, 99%, 37%)!important; + * --hue-2: hsl(221, 87%, 60%)!important; + * --hue-3: hsl(301, 63%, 40%)!important; + * --hue-4: hsl(119, 34%, 47%)!important; + * --hue-5: hsl(5, 74%, 59%)!important; + * --hue-5-2: hsl(344, 84%, 43%)!important; + * --hue-6: hsl(35, 99%, 36%)!important; + * --hue-6-2: hsl(35, 99%, 40%)!important; + * --syntax-fg: hsl(230, 8%, 24%)!important; + * --syntax-bg: hsl(230, 1%, 98%)!important; + * --syntax-gutter: hsl(230, 1%, 62%)!important; + * --syntax-guide: hsla(230, 8%, 24%, 0.2)!important; + * --syntax-accent: hsl(230, 100%, 66%)!important; + * From syntax-variables.less + * --syntax-selection-color: hsl(230, 1%, 90%)!important; + * --syntax-gutter-background-color-selected: hsl(230, 1%, 90%)!important; + * --syntax-cursor-line: hsla(230, 8%, 24%, 0.05)!important; + */ + +code[class*='language-'], +pre[class*='language-'] { + background: hsl(230, 1%, 98%) !important; + color: hsl(230, 8%, 24%) !important; + font-family: 'Fira Code', 'Fira Mono', Menlo, Consolas, 'DejaVu Sans Mono', + monospace !important; + direction: ltr !important; + text-align: left !important; + white-space: pre !important; + word-spacing: normal !important; + word-break: normal !important; + line-height: 1.5 !important; + -moz-tab-size: 2 !important; + -o-tab-size: 2 !important; + tab-size: 2 !important; + -webkit-hyphens: none !important; + -moz-hyphens: none !important; + -ms-hyphens: none !important; + hyphens: none !important; +} + +/* Selection */ +code[class*='language-']::-moz-selection, +code[class*='language-'] *::-moz-selection, +pre[class*='language-'] *::-moz-selection { + background: hsl(230, 1%, 90%) !important; + color: inherit !important; +} + +code[class*='language-']::selection, +code[class*='language-'] *::selection, +pre[class*='language-'] *::selection { + background: hsl(230, 1%, 90%) !important; + color: inherit !important; +} + +/* Code blocks */ +pre[class*='language-'] { + padding: 1em !important; + margin: 0.5em 0 !important; + overflow: auto !important; + border-radius: 0.3em !important; +} + +/* Inline code */ +:not(pre) > code[class*='language-'] { + padding: 0.2em 0.3em !important; + border-radius: 0.3em !important; + white-space: normal !important; +} + +.token.comment, +.token.prolog, +.token.cdata { + color: hsl(230, 4%, 64%) !important; +} + +.token.doctype, +.token.punctuation, +.token.entity { + color: hsl(230, 8%, 24%) !important; +} + +.token.attr-name, +.token.class-name, +.token.boolean, +.token.constant, +.token.number, +.token.atrule { + color: hsl(35, 99%, 36%) !important; +} + +.token.keyword { + color: hsl(301, 63%, 40%) !important; +} + +.token.property, +.token.tag, +.token.symbol, +.token.deleted, +.token.important { + color: hsl(5, 74%, 59%) !important; +} + +.token.selector, +.token.string, +.token.char, +.token.builtin, +.token.inserted, +.token.regex, +.token.attr-value, +.token.attr-value > .token.punctuation { + color: hsl(119, 34%, 47%) !important; +} + +.token.variable, +.token.operator, +.token.function { + color: hsl(221, 87%, 60%) !important; +} + +.token.url { + color: hsl(198, 99%, 37%) !important; +} + +/* HTML overrides */ +.token.attr-value > .token.punctuation.attr-equals, +.token.special-attr > .token.attr-value > .token.value.css { + color: hsl(230, 8%, 24%) !important; +} + +/* CSS overrides */ +.language-css .token.selector { + color: hsl(5, 74%, 59%) !important; +} + +.language-css .token.property { + color: hsl(230, 8%, 24%) !important; +} + +.language-css .token.function, +.language-css .token.url > .token.function { + color: hsl(198, 99%, 37%) !important; +} + +.language-css .token.url > .token.string.url { + color: hsl(119, 34%, 47%) !important; +} + +.language-css .token.important, +.language-css .token.atrule .token.rule { + color: hsl(301, 63%, 40%) !important; +} + +/* JS overrides */ +.language-javascript .token.operator { + color: hsl(301, 63%, 40%) !important; +} + +.language-javascript + .token.template-string + > .token.interpolation + > .token.interpolation-punctuation.punctuation { + color: hsl(344, 84%, 43%) !important; +} + +/* JSON overrides */ +.language-json .token.operator { + color: hsl(230, 8%, 24%) !important; +} + +.language-json .token.null.keyword { + color: hsl(35, 99%, 36%) !important; +} + +/* MD overrides */ +.language-markdown .token.url, +.language-markdown .token.url > .token.operator, +.language-markdown .token.url-reference.url > .token.string { + color: hsl(230, 8%, 24%) !important; +} + +.language-markdown .token.url > .token.content { + color: hsl(221, 87%, 60%) !important; +} + +.language-markdown .token.url > .token.url, +.language-markdown .token.url-reference.url { + color: hsl(198, 99%, 37%) !important; +} + +.language-markdown .token.blockquote.punctuation, +.language-markdown .token.hr.punctuation { + color: hsl(230, 4%, 64%) !important; + font-style: italic !important; +} + +.language-markdown .token.code-snippet { + color: hsl(119, 34%, 47%) !important; +} + +.language-markdown .token.bold .token.content { + color: hsl(35, 99%, 36%) !important; +} + +.language-markdown .token.italic .token.content { + color: hsl(301, 63%, 40%) !important; +} + +.language-markdown .token.strike .token.content, +.language-markdown .token.strike .token.punctuation, +.language-markdown .token.list.punctuation, +.language-markdown .token.title.important > .token.punctuation { + color: hsl(5, 74%, 59%) !important; +} + +/* General */ +.token.bold { + font-weight: bold !important; +} + +.token.comment, +.token.italic { + font-style: italic !important; +} + +.token.entity { + cursor: help !important; +} + +.token.namespace { + opacity: 0.8 !important; +} + +/* Plugin overrides */ +/* Selectors should have higher specificity than those in the plugins' default stylesheets */ + +/* Show Invisibles plugin overrides */ +.token.token.tab:not(:empty):before, +.token.token.cr:before, +.token.token.lf:before, +.token.token.space:before { + color: hsla(230, 8%, 24%, 0.2) !important; +} + +/* Toolbar plugin overrides */ +/* Space out all buttons and move them away from the right edge of the code block */ +div.code-toolbar > .toolbar.toolbar > .toolbar-item { + margin-right: 0.4em !important; +} + +/* Styling the buttons */ +div.code-toolbar > .toolbar.toolbar > .toolbar-item > button, +div.code-toolbar > .toolbar.toolbar > .toolbar-item > a, +div.code-toolbar > .toolbar.toolbar > .toolbar-item > span { + background: hsl(230, 1%, 90%) !important; + color: hsl(230, 6%, 44%) !important; + padding: 0.1em 0.4em !important; + border-radius: 0.3em !important; +} + +div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:hover, +div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:focus, +div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:hover, +div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:focus, +div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:hover, +div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:focus { + background: hsl( + 230, + 1%, + 78% + ) !important; /* custom: darken(--syntax-bg, 20%) */ + color: hsl(230, 8%, 24%) !important; +} + +/* Line Highlight plugin overrides */ +/* The highlighted line itself */ +.line-highlight.line-highlight { + background: hsla(230, 8%, 24%, 0.05) !important; +} + +/* Default line numbers in Line Highlight plugin */ +.line-highlight.line-highlight:before, +.line-highlight.line-highlight[data-end]:after { + background: hsl(230, 1%, 90%) !important; + color: hsl(230, 8%, 24%) !important; + padding: 0.1em 0.6em !important; + border-radius: 0.3em !important; + box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2) !important; /* same as Toolbar plugin default */ +} + +/* Hovering over a linkable line number (in the gutter area) */ +/* Requires Line Numbers plugin as well */ +pre[id].linkable-line-numbers.linkable-line-numbers + span.line-numbers-rows + > span:hover:before { + background-color: hsla(230, 8%, 24%, 0.05) !important; +} + +/* Line Numbers and Command Line plugins overrides */ +/* Line separating gutter from coding area */ +.line-numbers.line-numbers .line-numbers-rows, +.command-line .command-line-prompt { + border-right-color: hsla(230, 8%, 24%, 0.2) !important; +} + +/* Stuff in the gutter */ +.line-numbers .line-numbers-rows > span:before, +.command-line .command-line-prompt > span:before { + color: hsl(230, 1%, 62%) !important; +} + +/* Match Braces plugin overrides */ +/* Note: Outline colour is inherited from the braces */ +.rainbow-braces .token.token.punctuation.brace-level-1, +.rainbow-braces .token.token.punctuation.brace-level-5, +.rainbow-braces .token.token.punctuation.brace-level-9 { + color: hsl(5, 74%, 59%) !important; +} + +.rainbow-braces .token.token.punctuation.brace-level-2, +.rainbow-braces .token.token.punctuation.brace-level-6, +.rainbow-braces .token.token.punctuation.brace-level-10 { + color: hsl(119, 34%, 47%) !important; +} + +.rainbow-braces .token.token.punctuation.brace-level-3, +.rainbow-braces .token.token.punctuation.brace-level-7, +.rainbow-braces .token.token.punctuation.brace-level-11 { + color: hsl(221, 87%, 60%) !important; +} + +.rainbow-braces .token.token.punctuation.brace-level-4, +.rainbow-braces .token.token.punctuation.brace-level-8, +.rainbow-braces .token.token.punctuation.brace-level-12 { + color: hsl(301, 63%, 40%) !important; +} + +/* Diff Highlight plugin overrides */ +/* Taken from https://github.com/atom/github/blob/master/styles/variables.less */ +pre.diff-highlight > code .token.token.deleted:not(.prefix), +pre > code.diff-highlight .token.token.deleted:not(.prefix) { + background-color: hsla(353, 100%, 66%, 0.15) !important; +} + +pre.diff-highlight > code .token.token.deleted:not(.prefix)::-moz-selection, +pre.diff-highlight > code .token.token.deleted:not(.prefix) *::-moz-selection, +pre > code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection, +pre > code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection { + background-color: hsla(353, 95%, 66%, 0.25) !important; +} + +pre.diff-highlight > code .token.token.deleted:not(.prefix)::selection, +pre.diff-highlight > code .token.token.deleted:not(.prefix) *::selection, +pre > code.diff-highlight .token.token.deleted:not(.prefix)::selection, +pre > code.diff-highlight .token.token.deleted:not(.prefix) *::selection { + background-color: hsla(353, 95%, 66%, 0.25) !important; +} + +pre.diff-highlight > code .token.token.inserted:not(.prefix), +pre > code.diff-highlight .token.token.inserted:not(.prefix) { + background-color: hsla(137, 100%, 55%, 0.15) !important; +} + +pre.diff-highlight > code .token.token.inserted:not(.prefix)::-moz-selection, +pre.diff-highlight > code .token.token.inserted:not(.prefix) *::-moz-selection, +pre > code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection, +pre > code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection { + background-color: hsla(135, 73%, 55%, 0.25) !important; +} + +pre.diff-highlight > code .token.token.inserted:not(.prefix)::selection, +pre.diff-highlight > code .token.token.inserted:not(.prefix) *::selection, +pre > code.diff-highlight .token.token.inserted:not(.prefix)::selection, +pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection { + background-color: hsla(135, 73%, 55%, 0.25) !important; +} + +/* Previewers plugin overrides */ +/* Based on https://github.com/atom-community/atom-ide-datatip/blob/master/styles/atom-ide-datatips.less and https://github.com/atom/atom/blob/master/packages/one-light-ui */ +/* Border around popup */ +.prism-previewer.prism-previewer:before, +.prism-previewer-gradient.prism-previewer-gradient div { + border-color: hsl(0, 0, 95%) !important; +} + +/* Angle and time should remain as circles and are hence not included */ +.prism-previewer-color.prism-previewer-color:before, +.prism-previewer-gradient.prism-previewer-gradient div, +.prism-previewer-easing.prism-previewer-easing:before { + border-radius: 0.3em !important; +} + +/* Triangles pointing to the code */ +.prism-previewer.prism-previewer:after { + border-top-color: hsl(0, 0, 95%) !important; +} + +.prism-previewer-flipped.prism-previewer-flipped.after { + border-bottom-color: hsl(0, 0, 95%) !important; +} + +/* Background colour within the popup */ +.prism-previewer-angle.prism-previewer-angle:before, +.prism-previewer-time.prism-previewer-time:before, +.prism-previewer-easing.prism-previewer-easing { + background: hsl(0, 0%, 100%) !important; +} + +/* For angle, this is the positive area (eg. 90deg will display one quadrant in this colour) */ +/* For time, this is the alternate colour */ +.prism-previewer-angle.prism-previewer-angle circle, +.prism-previewer-time.prism-previewer-time circle { + stroke: hsl(230, 8%, 24%) !important; + stroke-opacity: 1 !important; +} + +/* Stroke colours of the handle, direction point, and vector itself */ +.prism-previewer-easing.prism-previewer-easing circle, +.prism-previewer-easing.prism-previewer-easing path, +.prism-previewer-easing.prism-previewer-easing line { + stroke: hsl(230, 8%, 24%) !important; +} + +/* Fill colour of the handle */ +.prism-previewer-easing.prism-previewer-easing circle { + fill: transparent !important; +} diff --git a/site/.dumi/style.css b/site/.dumi/style.css new file mode 100644 index 0000000000..3fff281005 --- /dev/null +++ b/site/.dumi/style.css @@ -0,0 +1,9 @@ +.demo-card-screenshot { + background-size: cover !important; + padding-top: 62.5% !important; + transition: background-position 2s !important; +} + +.demo-card-screenshot:hover { + background-position: right bottom !important; +} diff --git a/.dumirc.ts b/site/.dumirc.ts similarity index 99% rename from .dumirc.ts rename to site/.dumirc.ts index f60d6b558a..6a18cd0bb9 100644 --- a/.dumirc.ts +++ b/site/.dumirc.ts @@ -1,5 +1,5 @@ import { defineConfig } from 'dumi'; -import { repository, version } from './package.json'; +import { repository, version } from '../package.json'; export default defineConfig({ locales: [ diff --git a/docs/api/advanced-plots/facet.en.md b/site/docs/api/advanced-plots/facet.en.md similarity index 100% rename from docs/api/advanced-plots/facet.en.md rename to site/docs/api/advanced-plots/facet.en.md diff --git a/docs/api/advanced-plots/facet.zh.md b/site/docs/api/advanced-plots/facet.zh.md similarity index 100% rename from docs/api/advanced-plots/facet.zh.md rename to site/docs/api/advanced-plots/facet.zh.md diff --git a/docs/api/advanced-plots/mix.en.md b/site/docs/api/advanced-plots/mix.en.md similarity index 100% rename from docs/api/advanced-plots/mix.en.md rename to site/docs/api/advanced-plots/mix.en.md diff --git a/docs/api/advanced-plots/mix.zh.md b/site/docs/api/advanced-plots/mix.zh.md similarity index 100% rename from docs/api/advanced-plots/mix.zh.md rename to site/docs/api/advanced-plots/mix.zh.md diff --git a/docs/api/components/annotations.en.md b/site/docs/api/components/annotations.en.md similarity index 100% rename from docs/api/components/annotations.en.md rename to site/docs/api/components/annotations.en.md diff --git a/docs/api/components/annotations.zh.md b/site/docs/api/components/annotations.zh.md similarity index 100% rename from docs/api/components/annotations.zh.md rename to site/docs/api/components/annotations.zh.md diff --git a/docs/api/components/axis.en.md b/site/docs/api/components/axis.en.md similarity index 100% rename from docs/api/components/axis.en.md rename to site/docs/api/components/axis.en.md diff --git a/docs/api/components/axis.zh.md b/site/docs/api/components/axis.zh.md similarity index 100% rename from docs/api/components/axis.zh.md rename to site/docs/api/components/axis.zh.md diff --git a/docs/api/components/conversion-tag.en.md b/site/docs/api/components/conversion-tag.en.md similarity index 100% rename from docs/api/components/conversion-tag.en.md rename to site/docs/api/components/conversion-tag.en.md diff --git a/docs/api/components/conversion-tag.zh.md b/site/docs/api/components/conversion-tag.zh.md similarity index 100% rename from docs/api/components/conversion-tag.zh.md rename to site/docs/api/components/conversion-tag.zh.md diff --git a/docs/api/components/label.en.md b/site/docs/api/components/label.en.md similarity index 100% rename from docs/api/components/label.en.md rename to site/docs/api/components/label.en.md diff --git a/docs/api/components/label.zh.md b/site/docs/api/components/label.zh.md similarity index 100% rename from docs/api/components/label.zh.md rename to site/docs/api/components/label.zh.md diff --git a/docs/api/components/legend.en.md b/site/docs/api/components/legend.en.md similarity index 100% rename from docs/api/components/legend.en.md rename to site/docs/api/components/legend.en.md diff --git a/docs/api/components/legend.zh.md b/site/docs/api/components/legend.zh.md similarity index 100% rename from docs/api/components/legend.zh.md rename to site/docs/api/components/legend.zh.md diff --git a/docs/api/components/scrollbar.en.md b/site/docs/api/components/scrollbar.en.md similarity index 100% rename from docs/api/components/scrollbar.en.md rename to site/docs/api/components/scrollbar.en.md diff --git a/docs/api/components/scrollbar.zh.md b/site/docs/api/components/scrollbar.zh.md similarity index 100% rename from docs/api/components/scrollbar.zh.md rename to site/docs/api/components/scrollbar.zh.md diff --git a/docs/api/components/slider.en.md b/site/docs/api/components/slider.en.md similarity index 100% rename from docs/api/components/slider.en.md rename to site/docs/api/components/slider.en.md diff --git a/docs/api/components/slider.zh.md b/site/docs/api/components/slider.zh.md similarity index 100% rename from docs/api/components/slider.zh.md rename to site/docs/api/components/slider.zh.md diff --git a/docs/api/components/statistic.en.md b/site/docs/api/components/statistic.en.md similarity index 100% rename from docs/api/components/statistic.en.md rename to site/docs/api/components/statistic.en.md diff --git a/docs/api/components/statistic.zh.md b/site/docs/api/components/statistic.zh.md similarity index 100% rename from docs/api/components/statistic.zh.md rename to site/docs/api/components/statistic.zh.md diff --git a/docs/api/components/tooltip.en.md b/site/docs/api/components/tooltip.en.md similarity index 100% rename from docs/api/components/tooltip.en.md rename to site/docs/api/components/tooltip.en.md diff --git a/docs/api/components/tooltip.zh.md b/site/docs/api/components/tooltip.zh.md similarity index 100% rename from docs/api/components/tooltip.zh.md rename to site/docs/api/components/tooltip.zh.md diff --git a/docs/api/graphic-style.en.md b/site/docs/api/graphic-style.en.md similarity index 100% rename from docs/api/graphic-style.en.md rename to site/docs/api/graphic-style.en.md diff --git a/docs/api/graphic-style.zh.md b/site/docs/api/graphic-style.zh.md similarity index 100% rename from docs/api/graphic-style.zh.md rename to site/docs/api/graphic-style.zh.md diff --git a/docs/api/options/animation.en.md b/site/docs/api/options/animation.en.md similarity index 100% rename from docs/api/options/animation.en.md rename to site/docs/api/options/animation.en.md diff --git a/docs/api/options/animation.zh.md b/site/docs/api/options/animation.zh.md similarity index 100% rename from docs/api/options/animation.zh.md rename to site/docs/api/options/animation.zh.md diff --git a/docs/api/options/events.en.md b/site/docs/api/options/events.en.md similarity index 100% rename from docs/api/options/events.en.md rename to site/docs/api/options/events.en.md diff --git a/docs/api/options/events.zh.md b/site/docs/api/options/events.zh.md similarity index 100% rename from docs/api/options/events.zh.md rename to site/docs/api/options/events.zh.md diff --git a/docs/api/options/g2plot.en.md b/site/docs/api/options/g2plot.en.md similarity index 100% rename from docs/api/options/g2plot.en.md rename to site/docs/api/options/g2plot.en.md diff --git a/docs/api/options/g2plot.zh.md b/site/docs/api/options/g2plot.zh.md similarity index 100% rename from docs/api/options/g2plot.zh.md rename to site/docs/api/options/g2plot.zh.md diff --git a/docs/api/options/interactions.en.md b/site/docs/api/options/interactions.en.md similarity index 100% rename from docs/api/options/interactions.en.md rename to site/docs/api/options/interactions.en.md diff --git a/docs/api/options/interactions.zh.md b/site/docs/api/options/interactions.zh.md similarity index 100% rename from docs/api/options/interactions.zh.md rename to site/docs/api/options/interactions.zh.md diff --git a/docs/api/options/meta.en.md b/site/docs/api/options/meta.en.md similarity index 100% rename from docs/api/options/meta.en.md rename to site/docs/api/options/meta.en.md diff --git a/docs/api/options/meta.zh.md b/site/docs/api/options/meta.zh.md similarity index 100% rename from docs/api/options/meta.zh.md rename to site/docs/api/options/meta.zh.md diff --git a/docs/api/options/pattern.en.md b/site/docs/api/options/pattern.en.md similarity index 100% rename from docs/api/options/pattern.en.md rename to site/docs/api/options/pattern.en.md diff --git a/docs/api/options/pattern.zh.md b/site/docs/api/options/pattern.zh.md similarity index 100% rename from docs/api/options/pattern.zh.md rename to site/docs/api/options/pattern.zh.md diff --git a/docs/api/options/shape.en.md b/site/docs/api/options/shape.en.md similarity index 100% rename from docs/api/options/shape.en.md rename to site/docs/api/options/shape.en.md diff --git a/docs/api/options/shape.zh.md b/site/docs/api/options/shape.zh.md similarity index 100% rename from docs/api/options/shape.zh.md rename to site/docs/api/options/shape.zh.md diff --git a/docs/api/options/theme.en.md b/site/docs/api/options/theme.en.md similarity index 100% rename from docs/api/options/theme.en.md rename to site/docs/api/options/theme.en.md diff --git a/docs/api/options/theme.zh.md b/site/docs/api/options/theme.zh.md similarity index 100% rename from docs/api/options/theme.zh.md rename to site/docs/api/options/theme.zh.md diff --git a/docs/api/plot-api.en.md b/site/docs/api/plot-api.en.md similarity index 100% rename from docs/api/plot-api.en.md rename to site/docs/api/plot-api.en.md diff --git a/docs/api/plot-api.zh.md b/site/docs/api/plot-api.zh.md similarity index 100% rename from docs/api/plot-api.zh.md rename to site/docs/api/plot-api.zh.md diff --git a/docs/api/plots/area.en.md b/site/docs/api/plots/area.en.md similarity index 100% rename from docs/api/plots/area.en.md rename to site/docs/api/plots/area.en.md diff --git a/docs/api/plots/area.zh.md b/site/docs/api/plots/area.zh.md similarity index 100% rename from docs/api/plots/area.zh.md rename to site/docs/api/plots/area.zh.md diff --git a/docs/api/plots/bar.en.md b/site/docs/api/plots/bar.en.md similarity index 100% rename from docs/api/plots/bar.en.md rename to site/docs/api/plots/bar.en.md diff --git a/docs/api/plots/bar.zh.md b/site/docs/api/plots/bar.zh.md similarity index 100% rename from docs/api/plots/bar.zh.md rename to site/docs/api/plots/bar.zh.md diff --git a/docs/api/plots/bidirectional-bar.en.md b/site/docs/api/plots/bidirectional-bar.en.md similarity index 100% rename from docs/api/plots/bidirectional-bar.en.md rename to site/docs/api/plots/bidirectional-bar.en.md diff --git a/docs/api/plots/bidirectional-bar.zh.md b/site/docs/api/plots/bidirectional-bar.zh.md similarity index 100% rename from docs/api/plots/bidirectional-bar.zh.md rename to site/docs/api/plots/bidirectional-bar.zh.md diff --git a/docs/api/plots/box.en.md b/site/docs/api/plots/box.en.md similarity index 100% rename from docs/api/plots/box.en.md rename to site/docs/api/plots/box.en.md diff --git a/docs/api/plots/box.zh.md b/site/docs/api/plots/box.zh.md similarity index 100% rename from docs/api/plots/box.zh.md rename to site/docs/api/plots/box.zh.md diff --git a/docs/api/plots/bullet.en.md b/site/docs/api/plots/bullet.en.md similarity index 100% rename from docs/api/plots/bullet.en.md rename to site/docs/api/plots/bullet.en.md diff --git a/docs/api/plots/bullet.zh.md b/site/docs/api/plots/bullet.zh.md similarity index 100% rename from docs/api/plots/bullet.zh.md rename to site/docs/api/plots/bullet.zh.md diff --git a/docs/api/plots/circle-packing.en.md b/site/docs/api/plots/circle-packing.en.md similarity index 100% rename from docs/api/plots/circle-packing.en.md rename to site/docs/api/plots/circle-packing.en.md diff --git a/docs/api/plots/circle-packing.zh.md b/site/docs/api/plots/circle-packing.zh.md similarity index 100% rename from docs/api/plots/circle-packing.zh.md rename to site/docs/api/plots/circle-packing.zh.md diff --git a/docs/api/plots/column.en.md b/site/docs/api/plots/column.en.md similarity index 100% rename from docs/api/plots/column.en.md rename to site/docs/api/plots/column.en.md diff --git a/docs/api/plots/column.zh.md b/site/docs/api/plots/column.zh.md similarity index 100% rename from docs/api/plots/column.zh.md rename to site/docs/api/plots/column.zh.md diff --git a/docs/api/plots/dual-axes.en.md b/site/docs/api/plots/dual-axes.en.md similarity index 100% rename from docs/api/plots/dual-axes.en.md rename to site/docs/api/plots/dual-axes.en.md diff --git a/docs/api/plots/dual-axes.zh.md b/site/docs/api/plots/dual-axes.zh.md similarity index 100% rename from docs/api/plots/dual-axes.zh.md rename to site/docs/api/plots/dual-axes.zh.md diff --git a/docs/api/plots/funnel.en.md b/site/docs/api/plots/funnel.en.md similarity index 100% rename from docs/api/plots/funnel.en.md rename to site/docs/api/plots/funnel.en.md diff --git a/docs/api/plots/funnel.zh.md b/site/docs/api/plots/funnel.zh.md similarity index 100% rename from docs/api/plots/funnel.zh.md rename to site/docs/api/plots/funnel.zh.md diff --git a/docs/api/plots/gauge.en.md b/site/docs/api/plots/gauge.en.md similarity index 100% rename from docs/api/plots/gauge.en.md rename to site/docs/api/plots/gauge.en.md diff --git a/docs/api/plots/gauge.zh.md b/site/docs/api/plots/gauge.zh.md similarity index 100% rename from docs/api/plots/gauge.zh.md rename to site/docs/api/plots/gauge.zh.md diff --git a/docs/api/plots/heatmap.en.md b/site/docs/api/plots/heatmap.en.md similarity index 100% rename from docs/api/plots/heatmap.en.md rename to site/docs/api/plots/heatmap.en.md diff --git a/docs/api/plots/heatmap.zh.md b/site/docs/api/plots/heatmap.zh.md similarity index 100% rename from docs/api/plots/heatmap.zh.md rename to site/docs/api/plots/heatmap.zh.md diff --git a/docs/api/plots/histogram.en.md b/site/docs/api/plots/histogram.en.md similarity index 100% rename from docs/api/plots/histogram.en.md rename to site/docs/api/plots/histogram.en.md diff --git a/docs/api/plots/histogram.zh.md b/site/docs/api/plots/histogram.zh.md similarity index 100% rename from docs/api/plots/histogram.zh.md rename to site/docs/api/plots/histogram.zh.md diff --git a/docs/api/plots/line.en.md b/site/docs/api/plots/line.en.md similarity index 100% rename from docs/api/plots/line.en.md rename to site/docs/api/plots/line.en.md diff --git a/docs/api/plots/line.zh.md b/site/docs/api/plots/line.zh.md similarity index 100% rename from docs/api/plots/line.zh.md rename to site/docs/api/plots/line.zh.md diff --git a/docs/api/plots/liquid.en.md b/site/docs/api/plots/liquid.en.md similarity index 100% rename from docs/api/plots/liquid.en.md rename to site/docs/api/plots/liquid.en.md diff --git a/docs/api/plots/liquid.zh.md b/site/docs/api/plots/liquid.zh.md similarity index 100% rename from docs/api/plots/liquid.zh.md rename to site/docs/api/plots/liquid.zh.md diff --git a/docs/api/plots/pie.en.md b/site/docs/api/plots/pie.en.md similarity index 100% rename from docs/api/plots/pie.en.md rename to site/docs/api/plots/pie.en.md diff --git a/docs/api/plots/pie.zh.md b/site/docs/api/plots/pie.zh.md similarity index 100% rename from docs/api/plots/pie.zh.md rename to site/docs/api/plots/pie.zh.md diff --git a/docs/api/plots/progress.en.md b/site/docs/api/plots/progress.en.md similarity index 100% rename from docs/api/plots/progress.en.md rename to site/docs/api/plots/progress.en.md diff --git a/docs/api/plots/progress.zh.md b/site/docs/api/plots/progress.zh.md similarity index 100% rename from docs/api/plots/progress.zh.md rename to site/docs/api/plots/progress.zh.md diff --git a/docs/api/plots/radar.en.md b/site/docs/api/plots/radar.en.md similarity index 100% rename from docs/api/plots/radar.en.md rename to site/docs/api/plots/radar.en.md diff --git a/docs/api/plots/radar.zh.md b/site/docs/api/plots/radar.zh.md similarity index 100% rename from docs/api/plots/radar.zh.md rename to site/docs/api/plots/radar.zh.md diff --git a/docs/api/plots/radial-bar.en.md b/site/docs/api/plots/radial-bar.en.md similarity index 100% rename from docs/api/plots/radial-bar.en.md rename to site/docs/api/plots/radial-bar.en.md diff --git a/docs/api/plots/radial-bar.zh.md b/site/docs/api/plots/radial-bar.zh.md similarity index 100% rename from docs/api/plots/radial-bar.zh.md rename to site/docs/api/plots/radial-bar.zh.md diff --git a/docs/api/plots/ring-progress.en.md b/site/docs/api/plots/ring-progress.en.md similarity index 100% rename from docs/api/plots/ring-progress.en.md rename to site/docs/api/plots/ring-progress.en.md diff --git a/docs/api/plots/ring-progress.zh.md b/site/docs/api/plots/ring-progress.zh.md similarity index 100% rename from docs/api/plots/ring-progress.zh.md rename to site/docs/api/plots/ring-progress.zh.md diff --git a/docs/api/plots/rose.en.md b/site/docs/api/plots/rose.en.md similarity index 100% rename from docs/api/plots/rose.en.md rename to site/docs/api/plots/rose.en.md diff --git a/docs/api/plots/rose.zh.md b/site/docs/api/plots/rose.zh.md similarity index 100% rename from docs/api/plots/rose.zh.md rename to site/docs/api/plots/rose.zh.md diff --git a/docs/api/plots/sankey.en.md b/site/docs/api/plots/sankey.en.md similarity index 100% rename from docs/api/plots/sankey.en.md rename to site/docs/api/plots/sankey.en.md diff --git a/docs/api/plots/sankey.zh.md b/site/docs/api/plots/sankey.zh.md similarity index 100% rename from docs/api/plots/sankey.zh.md rename to site/docs/api/plots/sankey.zh.md diff --git a/docs/api/plots/scatter.en.md b/site/docs/api/plots/scatter.en.md similarity index 100% rename from docs/api/plots/scatter.en.md rename to site/docs/api/plots/scatter.en.md diff --git a/docs/api/plots/scatter.zh.md b/site/docs/api/plots/scatter.zh.md similarity index 100% rename from docs/api/plots/scatter.zh.md rename to site/docs/api/plots/scatter.zh.md diff --git a/docs/api/plots/stock.en.md b/site/docs/api/plots/stock.en.md similarity index 100% rename from docs/api/plots/stock.en.md rename to site/docs/api/plots/stock.en.md diff --git a/docs/api/plots/stock.zh.md b/site/docs/api/plots/stock.zh.md similarity index 100% rename from docs/api/plots/stock.zh.md rename to site/docs/api/plots/stock.zh.md diff --git a/docs/api/plots/sunburst.en.md b/site/docs/api/plots/sunburst.en.md similarity index 100% rename from docs/api/plots/sunburst.en.md rename to site/docs/api/plots/sunburst.en.md diff --git a/docs/api/plots/sunburst.zh.md b/site/docs/api/plots/sunburst.zh.md similarity index 100% rename from docs/api/plots/sunburst.zh.md rename to site/docs/api/plots/sunburst.zh.md diff --git a/docs/api/plots/tiny-area.en.md b/site/docs/api/plots/tiny-area.en.md similarity index 100% rename from docs/api/plots/tiny-area.en.md rename to site/docs/api/plots/tiny-area.en.md diff --git a/docs/api/plots/tiny-area.zh.md b/site/docs/api/plots/tiny-area.zh.md similarity index 100% rename from docs/api/plots/tiny-area.zh.md rename to site/docs/api/plots/tiny-area.zh.md diff --git a/docs/api/plots/tiny-column.en.md b/site/docs/api/plots/tiny-column.en.md similarity index 100% rename from docs/api/plots/tiny-column.en.md rename to site/docs/api/plots/tiny-column.en.md diff --git a/docs/api/plots/tiny-column.zh.md b/site/docs/api/plots/tiny-column.zh.md similarity index 100% rename from docs/api/plots/tiny-column.zh.md rename to site/docs/api/plots/tiny-column.zh.md diff --git a/docs/api/plots/tiny-line.en.md b/site/docs/api/plots/tiny-line.en.md similarity index 100% rename from docs/api/plots/tiny-line.en.md rename to site/docs/api/plots/tiny-line.en.md diff --git a/docs/api/plots/tiny-line.zh.md b/site/docs/api/plots/tiny-line.zh.md similarity index 100% rename from docs/api/plots/tiny-line.zh.md rename to site/docs/api/plots/tiny-line.zh.md diff --git a/docs/api/plots/treemap.en.md b/site/docs/api/plots/treemap.en.md similarity index 100% rename from docs/api/plots/treemap.en.md rename to site/docs/api/plots/treemap.en.md diff --git a/docs/api/plots/treemap.zh.md b/site/docs/api/plots/treemap.zh.md similarity index 100% rename from docs/api/plots/treemap.zh.md rename to site/docs/api/plots/treemap.zh.md diff --git a/docs/api/plots/venn.en.md b/site/docs/api/plots/venn.en.md similarity index 100% rename from docs/api/plots/venn.en.md rename to site/docs/api/plots/venn.en.md diff --git a/docs/api/plots/venn.zh.md b/site/docs/api/plots/venn.zh.md similarity index 100% rename from docs/api/plots/venn.zh.md rename to site/docs/api/plots/venn.zh.md diff --git a/docs/api/plots/violin.en.md b/site/docs/api/plots/violin.en.md similarity index 100% rename from docs/api/plots/violin.en.md rename to site/docs/api/plots/violin.en.md diff --git a/docs/api/plots/violin.zh.md b/site/docs/api/plots/violin.zh.md similarity index 100% rename from docs/api/plots/violin.zh.md rename to site/docs/api/plots/violin.zh.md diff --git a/docs/api/plots/waterfall.en.md b/site/docs/api/plots/waterfall.en.md similarity index 100% rename from docs/api/plots/waterfall.en.md rename to site/docs/api/plots/waterfall.en.md diff --git a/docs/api/plots/waterfall.zh.md b/site/docs/api/plots/waterfall.zh.md similarity index 100% rename from docs/api/plots/waterfall.zh.md rename to site/docs/api/plots/waterfall.zh.md diff --git a/docs/api/plots/word-cloud.en.md b/site/docs/api/plots/word-cloud.en.md similarity index 100% rename from docs/api/plots/word-cloud.en.md rename to site/docs/api/plots/word-cloud.en.md diff --git a/docs/api/plots/word-cloud.zh.md b/site/docs/api/plots/word-cloud.zh.md similarity index 100% rename from docs/api/plots/word-cloud.zh.md rename to site/docs/api/plots/word-cloud.zh.md diff --git a/docs/common/animate-option.en.md b/site/docs/common/animate-option.en.md similarity index 100% rename from docs/common/animate-option.en.md rename to site/docs/common/animate-option.en.md diff --git a/docs/common/animate-option.zh.md b/site/docs/common/animate-option.zh.md similarity index 100% rename from docs/common/animate-option.zh.md rename to site/docs/common/animate-option.zh.md diff --git a/docs/common/annotations.en.md b/site/docs/common/annotations.en.md similarity index 100% rename from docs/common/annotations.en.md rename to site/docs/common/annotations.en.md diff --git a/docs/common/annotations.zh.md b/site/docs/common/annotations.zh.md similarity index 100% rename from docs/common/annotations.zh.md rename to site/docs/common/annotations.zh.md diff --git a/docs/common/annotations/arc.en.md b/site/docs/common/annotations/arc.en.md similarity index 100% rename from docs/common/annotations/arc.en.md rename to site/docs/common/annotations/arc.en.md diff --git a/docs/common/annotations/arc.zh.md b/site/docs/common/annotations/arc.zh.md similarity index 100% rename from docs/common/annotations/arc.zh.md rename to site/docs/common/annotations/arc.zh.md diff --git a/docs/common/annotations/base-annotation.en.md b/site/docs/common/annotations/base-annotation.en.md similarity index 100% rename from docs/common/annotations/base-annotation.en.md rename to site/docs/common/annotations/base-annotation.en.md diff --git a/docs/common/annotations/base-annotation.zh.md b/site/docs/common/annotations/base-annotation.zh.md similarity index 100% rename from docs/common/annotations/base-annotation.zh.md rename to site/docs/common/annotations/base-annotation.zh.md diff --git a/docs/common/annotations/data-marker.en.md b/site/docs/common/annotations/data-marker.en.md similarity index 100% rename from docs/common/annotations/data-marker.en.md rename to site/docs/common/annotations/data-marker.en.md diff --git a/docs/common/annotations/data-marker.zh.md b/site/docs/common/annotations/data-marker.zh.md similarity index 100% rename from docs/common/annotations/data-marker.zh.md rename to site/docs/common/annotations/data-marker.zh.md diff --git a/docs/common/annotations/data-region.en.md b/site/docs/common/annotations/data-region.en.md similarity index 100% rename from docs/common/annotations/data-region.en.md rename to site/docs/common/annotations/data-region.en.md diff --git a/docs/common/annotations/data-region.zh.md b/site/docs/common/annotations/data-region.zh.md similarity index 100% rename from docs/common/annotations/data-region.zh.md rename to site/docs/common/annotations/data-region.zh.md diff --git a/docs/common/annotations/html.en.md b/site/docs/common/annotations/html.en.md similarity index 100% rename from docs/common/annotations/html.en.md rename to site/docs/common/annotations/html.en.md diff --git a/docs/common/annotations/html.zh.md b/site/docs/common/annotations/html.zh.md similarity index 100% rename from docs/common/annotations/html.zh.md rename to site/docs/common/annotations/html.zh.md diff --git a/docs/common/annotations/image.en.md b/site/docs/common/annotations/image.en.md similarity index 100% rename from docs/common/annotations/image.en.md rename to site/docs/common/annotations/image.en.md diff --git a/docs/common/annotations/image.zh.md b/site/docs/common/annotations/image.zh.md similarity index 100% rename from docs/common/annotations/image.zh.md rename to site/docs/common/annotations/image.zh.md diff --git a/docs/common/annotations/line.en.md b/site/docs/common/annotations/line.en.md similarity index 100% rename from docs/common/annotations/line.en.md rename to site/docs/common/annotations/line.en.md diff --git a/docs/common/annotations/line.zh.md b/site/docs/common/annotations/line.zh.md similarity index 100% rename from docs/common/annotations/line.zh.md rename to site/docs/common/annotations/line.zh.md diff --git a/docs/common/annotations/region-filter.en.md b/site/docs/common/annotations/region-filter.en.md similarity index 100% rename from docs/common/annotations/region-filter.en.md rename to site/docs/common/annotations/region-filter.en.md diff --git a/docs/common/annotations/region-filter.zh.md b/site/docs/common/annotations/region-filter.zh.md similarity index 100% rename from docs/common/annotations/region-filter.zh.md rename to site/docs/common/annotations/region-filter.zh.md diff --git a/docs/common/annotations/region.en.md b/site/docs/common/annotations/region.en.md similarity index 100% rename from docs/common/annotations/region.en.md rename to site/docs/common/annotations/region.en.md diff --git a/docs/common/annotations/region.zh.md b/site/docs/common/annotations/region.zh.md similarity index 100% rename from docs/common/annotations/region.zh.md rename to site/docs/common/annotations/region.zh.md diff --git a/docs/common/annotations/shape.en.md b/site/docs/common/annotations/shape.en.md similarity index 100% rename from docs/common/annotations/shape.en.md rename to site/docs/common/annotations/shape.en.md diff --git a/docs/common/annotations/shape.zh.md b/site/docs/common/annotations/shape.zh.md similarity index 100% rename from docs/common/annotations/shape.zh.md rename to site/docs/common/annotations/shape.zh.md diff --git a/docs/common/annotations/text.en.md b/site/docs/common/annotations/text.en.md similarity index 100% rename from docs/common/annotations/text.en.md rename to site/docs/common/annotations/text.en.md diff --git a/docs/common/annotations/text.zh.md b/site/docs/common/annotations/text.zh.md similarity index 100% rename from docs/common/annotations/text.zh.md rename to site/docs/common/annotations/text.zh.md diff --git a/docs/common/axis.en.md b/site/docs/common/axis.en.md similarity index 100% rename from docs/common/axis.en.md rename to site/docs/common/axis.en.md diff --git a/docs/common/axis.zh.md b/site/docs/common/axis.zh.md similarity index 100% rename from docs/common/axis.zh.md rename to site/docs/common/axis.zh.md diff --git a/docs/common/bar-style.en.md b/site/docs/common/bar-style.en.md similarity index 100% rename from docs/common/bar-style.en.md rename to site/docs/common/bar-style.en.md diff --git a/docs/common/bar-style.zh.md b/site/docs/common/bar-style.zh.md similarity index 100% rename from docs/common/bar-style.zh.md rename to site/docs/common/bar-style.zh.md diff --git a/docs/common/brush.en.md b/site/docs/common/brush.en.md similarity index 100% rename from docs/common/brush.en.md rename to site/docs/common/brush.en.md diff --git a/docs/common/brush.zh.md b/site/docs/common/brush.zh.md similarity index 100% rename from docs/common/brush.zh.md rename to site/docs/common/brush.zh.md diff --git a/docs/common/chart-methods.en.md b/site/docs/common/chart-methods.en.md similarity index 100% rename from docs/common/chart-methods.en.md rename to site/docs/common/chart-methods.en.md diff --git a/docs/common/chart-methods.zh.md b/site/docs/common/chart-methods.zh.md similarity index 100% rename from docs/common/chart-methods.zh.md rename to site/docs/common/chart-methods.zh.md diff --git a/docs/common/chart-options.en.md b/site/docs/common/chart-options.en.md similarity index 100% rename from docs/common/chart-options.en.md rename to site/docs/common/chart-options.en.md diff --git a/docs/common/chart-options.zh.md b/site/docs/common/chart-options.zh.md similarity index 100% rename from docs/common/chart-options.zh.md rename to site/docs/common/chart-options.zh.md diff --git a/docs/common/chord.en.md b/site/docs/common/chord.en.md similarity index 100% rename from docs/common/chord.en.md rename to site/docs/common/chord.en.md diff --git a/docs/common/chord.zh.md b/site/docs/common/chord.zh.md similarity index 100% rename from docs/common/chord.zh.md rename to site/docs/common/chord.zh.md diff --git a/docs/common/color.en.md b/site/docs/common/color.en.md similarity index 100% rename from docs/common/color.en.md rename to site/docs/common/color.en.md diff --git a/docs/common/color.zh.md b/site/docs/common/color.zh.md similarity index 100% rename from docs/common/color.zh.md rename to site/docs/common/color.zh.md diff --git a/docs/common/column-style.en.md b/site/docs/common/column-style.en.md similarity index 100% rename from docs/common/column-style.en.md rename to site/docs/common/column-style.en.md diff --git a/docs/common/column-style.zh.md b/site/docs/common/column-style.zh.md similarity index 100% rename from docs/common/column-style.zh.md rename to site/docs/common/column-style.zh.md diff --git a/docs/common/common-component.en.md b/site/docs/common/common-component.en.md similarity index 100% rename from docs/common/common-component.en.md rename to site/docs/common/common-component.en.md diff --git a/docs/common/common-component.zh.md b/site/docs/common/common-component.zh.md similarity index 100% rename from docs/common/common-component.zh.md rename to site/docs/common/common-component.zh.md diff --git a/docs/common/common-iview.en.md b/site/docs/common/common-iview.en.md similarity index 100% rename from docs/common/common-iview.en.md rename to site/docs/common/common-iview.en.md diff --git a/docs/common/common-iview.zh.md b/site/docs/common/common-iview.zh.md similarity index 100% rename from docs/common/common-iview.zh.md rename to site/docs/common/common-iview.zh.md diff --git a/docs/common/component-no-axis.en.md b/site/docs/common/component-no-axis.en.md similarity index 100% rename from docs/common/component-no-axis.en.md rename to site/docs/common/component-no-axis.en.md diff --git a/docs/common/component-no-axis.zh.md b/site/docs/common/component-no-axis.zh.md similarity index 100% rename from docs/common/component-no-axis.zh.md rename to site/docs/common/component-no-axis.zh.md diff --git a/docs/common/component-polygon.en.md b/site/docs/common/component-polygon.en.md similarity index 100% rename from docs/common/component-polygon.en.md rename to site/docs/common/component-polygon.en.md diff --git a/docs/common/component-polygon.zh.md b/site/docs/common/component-polygon.zh.md similarity index 100% rename from docs/common/component-polygon.zh.md rename to site/docs/common/component-polygon.zh.md diff --git a/docs/common/component-progress.en.md b/site/docs/common/component-progress.en.md similarity index 100% rename from docs/common/component-progress.en.md rename to site/docs/common/component-progress.en.md diff --git a/docs/common/component-progress.zh.md b/site/docs/common/component-progress.zh.md similarity index 100% rename from docs/common/component-progress.zh.md rename to site/docs/common/component-progress.zh.md diff --git a/docs/common/component-tiny.en.md b/site/docs/common/component-tiny.en.md similarity index 100% rename from docs/common/component-tiny.en.md rename to site/docs/common/component-tiny.en.md diff --git a/docs/common/component-tiny.zh.md b/site/docs/common/component-tiny.zh.md similarity index 100% rename from docs/common/component-tiny.zh.md rename to site/docs/common/component-tiny.zh.md diff --git a/docs/common/component.en.md b/site/docs/common/component.en.md similarity index 100% rename from docs/common/component.en.md rename to site/docs/common/component.en.md diff --git a/docs/common/component.zh.md b/site/docs/common/component.zh.md similarity index 100% rename from docs/common/component.zh.md rename to site/docs/common/component.zh.md diff --git a/docs/common/connected-area.en.md b/site/docs/common/connected-area.en.md similarity index 100% rename from docs/common/connected-area.en.md rename to site/docs/common/connected-area.en.md diff --git a/docs/common/connected-area.zh.md b/site/docs/common/connected-area.zh.md similarity index 100% rename from docs/common/connected-area.zh.md rename to site/docs/common/connected-area.zh.md diff --git a/docs/common/conversion-tag.en.md b/site/docs/common/conversion-tag.en.md similarity index 100% rename from docs/common/conversion-tag.en.md rename to site/docs/common/conversion-tag.en.md diff --git a/docs/common/conversion-tag.zh.md b/site/docs/common/conversion-tag.zh.md similarity index 100% rename from docs/common/conversion-tag.zh.md rename to site/docs/common/conversion-tag.zh.md diff --git a/docs/common/coordinate.en.md b/site/docs/common/coordinate.en.md similarity index 100% rename from docs/common/coordinate.en.md rename to site/docs/common/coordinate.en.md diff --git a/docs/common/coordinate.zh.md b/site/docs/common/coordinate.zh.md similarity index 100% rename from docs/common/coordinate.zh.md rename to site/docs/common/coordinate.zh.md diff --git a/docs/common/crosshairs-text.en.md b/site/docs/common/crosshairs-text.en.md similarity index 100% rename from docs/common/crosshairs-text.en.md rename to site/docs/common/crosshairs-text.en.md diff --git a/docs/common/crosshairs-text.zh.md b/site/docs/common/crosshairs-text.zh.md similarity index 100% rename from docs/common/crosshairs-text.zh.md rename to site/docs/common/crosshairs-text.zh.md diff --git a/docs/common/data.en.md b/site/docs/common/data.en.md similarity index 100% rename from docs/common/data.en.md rename to site/docs/common/data.en.md diff --git a/docs/common/data.zh.md b/site/docs/common/data.zh.md similarity index 100% rename from docs/common/data.zh.md rename to site/docs/common/data.zh.md diff --git a/docs/common/drill-down.en.md b/site/docs/common/drill-down.en.md similarity index 100% rename from docs/common/drill-down.en.md rename to site/docs/common/drill-down.en.md diff --git a/docs/common/drill-down.zh.md b/site/docs/common/drill-down.zh.md similarity index 100% rename from docs/common/drill-down.zh.md rename to site/docs/common/drill-down.zh.md diff --git a/docs/common/events.en.md b/site/docs/common/events.en.md similarity index 100% rename from docs/common/events.en.md rename to site/docs/common/events.en.md diff --git a/docs/common/events.zh.md b/site/docs/common/events.zh.md similarity index 100% rename from docs/common/events.zh.md rename to site/docs/common/events.zh.md diff --git a/docs/common/facet-title.en.md b/site/docs/common/facet-title.en.md similarity index 100% rename from docs/common/facet-title.en.md rename to site/docs/common/facet-title.en.md diff --git a/docs/common/facet-title.zh.md b/site/docs/common/facet-title.zh.md similarity index 100% rename from docs/common/facet-title.zh.md rename to site/docs/common/facet-title.zh.md diff --git a/docs/common/geometry-cfg.en.md b/site/docs/common/geometry-cfg.en.md similarity index 100% rename from docs/common/geometry-cfg.en.md rename to site/docs/common/geometry-cfg.en.md diff --git a/docs/common/geometry-cfg.zh.md b/site/docs/common/geometry-cfg.zh.md similarity index 100% rename from docs/common/geometry-cfg.zh.md rename to site/docs/common/geometry-cfg.zh.md diff --git a/docs/common/interactions.en.md b/site/docs/common/interactions.en.md similarity index 100% rename from docs/common/interactions.en.md rename to site/docs/common/interactions.en.md diff --git a/docs/common/interactions.zh.md b/site/docs/common/interactions.zh.md similarity index 100% rename from docs/common/interactions.zh.md rename to site/docs/common/interactions.zh.md diff --git a/docs/common/label.en.md b/site/docs/common/label.en.md similarity index 100% rename from docs/common/label.en.md rename to site/docs/common/label.en.md diff --git a/docs/common/label.zh.md b/site/docs/common/label.zh.md similarity index 100% rename from docs/common/label.zh.md rename to site/docs/common/label.zh.md diff --git a/docs/common/legend-cfg.en.md b/site/docs/common/legend-cfg.en.md similarity index 100% rename from docs/common/legend-cfg.en.md rename to site/docs/common/legend-cfg.en.md diff --git a/docs/common/legend-cfg.zh.md b/site/docs/common/legend-cfg.zh.md similarity index 100% rename from docs/common/legend-cfg.zh.md rename to site/docs/common/legend-cfg.zh.md diff --git a/docs/common/legend.en.md b/site/docs/common/legend.en.md similarity index 100% rename from docs/common/legend.en.md rename to site/docs/common/legend.en.md diff --git a/docs/common/legend.zh.md b/site/docs/common/legend.zh.md similarity index 100% rename from docs/common/legend.zh.md rename to site/docs/common/legend.zh.md diff --git a/docs/common/line-style.en.md b/site/docs/common/line-style.en.md similarity index 100% rename from docs/common/line-style.en.md rename to site/docs/common/line-style.en.md diff --git a/docs/common/line-style.zh.md b/site/docs/common/line-style.zh.md similarity index 100% rename from docs/common/line-style.zh.md rename to site/docs/common/line-style.zh.md diff --git a/docs/common/marker.en.md b/site/docs/common/marker.en.md similarity index 100% rename from docs/common/marker.en.md rename to site/docs/common/marker.en.md diff --git a/docs/common/marker.zh.md b/site/docs/common/marker.zh.md similarity index 100% rename from docs/common/marker.zh.md rename to site/docs/common/marker.zh.md diff --git a/docs/common/meta.en.md b/site/docs/common/meta.en.md similarity index 100% rename from docs/common/meta.en.md rename to site/docs/common/meta.en.md diff --git a/docs/common/meta.zh.md b/site/docs/common/meta.zh.md similarity index 100% rename from docs/common/meta.zh.md rename to site/docs/common/meta.zh.md diff --git a/docs/common/pattern.en.md b/site/docs/common/pattern.en.md similarity index 100% rename from docs/common/pattern.en.md rename to site/docs/common/pattern.en.md diff --git a/docs/common/pattern.zh.md b/site/docs/common/pattern.zh.md similarity index 100% rename from docs/common/pattern.zh.md rename to site/docs/common/pattern.zh.md diff --git a/docs/common/plot-cfg.en.md b/site/docs/common/plot-cfg.en.md similarity index 100% rename from docs/common/plot-cfg.en.md rename to site/docs/common/plot-cfg.en.md diff --git a/docs/common/plot-cfg.zh.md b/site/docs/common/plot-cfg.zh.md similarity index 100% rename from docs/common/plot-cfg.zh.md rename to site/docs/common/plot-cfg.zh.md diff --git a/docs/common/point-style.en.md b/site/docs/common/point-style.en.md similarity index 100% rename from docs/common/point-style.en.md rename to site/docs/common/point-style.en.md diff --git a/docs/common/point-style.zh.md b/site/docs/common/point-style.zh.md similarity index 100% rename from docs/common/point-style.zh.md rename to site/docs/common/point-style.zh.md diff --git a/docs/common/scrollbar.en.md b/site/docs/common/scrollbar.en.md similarity index 100% rename from docs/common/scrollbar.en.md rename to site/docs/common/scrollbar.en.md diff --git a/docs/common/scrollbar.zh.md b/site/docs/common/scrollbar.zh.md similarity index 100% rename from docs/common/scrollbar.zh.md rename to site/docs/common/scrollbar.zh.md diff --git a/docs/common/shape-style.en.md b/site/docs/common/shape-style.en.md similarity index 100% rename from docs/common/shape-style.en.md rename to site/docs/common/shape-style.en.md diff --git a/docs/common/shape-style.zh.md b/site/docs/common/shape-style.zh.md similarity index 100% rename from docs/common/shape-style.zh.md rename to site/docs/common/shape-style.zh.md diff --git a/docs/common/slider.en.md b/site/docs/common/slider.en.md similarity index 100% rename from docs/common/slider.en.md rename to site/docs/common/slider.en.md diff --git a/docs/common/slider.zh.md b/site/docs/common/slider.zh.md similarity index 100% rename from docs/common/slider.zh.md rename to site/docs/common/slider.zh.md diff --git a/docs/common/state-style.en.md b/site/docs/common/state-style.en.md similarity index 100% rename from docs/common/state-style.en.md rename to site/docs/common/state-style.en.md diff --git a/docs/common/state-style.zh.md b/site/docs/common/state-style.zh.md similarity index 100% rename from docs/common/state-style.zh.md rename to site/docs/common/state-style.zh.md diff --git a/docs/common/statistic.en.md b/site/docs/common/statistic.en.md similarity index 100% rename from docs/common/statistic.en.md rename to site/docs/common/statistic.en.md diff --git a/docs/common/statistic.zh.md b/site/docs/common/statistic.zh.md similarity index 100% rename from docs/common/statistic.zh.md rename to site/docs/common/statistic.zh.md diff --git a/docs/common/text-style.en.md b/site/docs/common/text-style.en.md similarity index 100% rename from docs/common/text-style.en.md rename to site/docs/common/text-style.en.md diff --git a/docs/common/text-style.zh.md b/site/docs/common/text-style.zh.md similarity index 100% rename from docs/common/text-style.zh.md rename to site/docs/common/text-style.zh.md diff --git a/docs/common/theme.en.md b/site/docs/common/theme.en.md similarity index 100% rename from docs/common/theme.en.md rename to site/docs/common/theme.en.md diff --git a/docs/common/theme.zh.md b/site/docs/common/theme.zh.md similarity index 100% rename from docs/common/theme.zh.md rename to site/docs/common/theme.zh.md diff --git a/docs/common/tooltip.en.md b/site/docs/common/tooltip.en.md similarity index 100% rename from docs/common/tooltip.en.md rename to site/docs/common/tooltip.en.md diff --git a/docs/common/tooltip.zh.md b/site/docs/common/tooltip.zh.md similarity index 100% rename from docs/common/tooltip.zh.md rename to site/docs/common/tooltip.zh.md diff --git a/docs/common/xy-field.en.md b/site/docs/common/xy-field.en.md similarity index 100% rename from docs/common/xy-field.en.md rename to site/docs/common/xy-field.en.md diff --git a/docs/common/xy-field.zh.md b/site/docs/common/xy-field.zh.md similarity index 100% rename from docs/common/xy-field.zh.md rename to site/docs/common/xy-field.zh.md diff --git a/docs/manual/contact.en.md b/site/docs/manual/contact.en.md similarity index 100% rename from docs/manual/contact.en.md rename to site/docs/manual/contact.en.md diff --git a/docs/manual/contact.zh.md b/site/docs/manual/contact.zh.md similarity index 100% rename from docs/manual/contact.zh.md rename to site/docs/manual/contact.zh.md diff --git a/docs/manual/faq.en.md b/site/docs/manual/faq.en.md similarity index 100% rename from docs/manual/faq.en.md rename to site/docs/manual/faq.en.md diff --git a/docs/manual/faq.zh.md b/site/docs/manual/faq.zh.md similarity index 100% rename from docs/manual/faq.zh.md rename to site/docs/manual/faq.zh.md diff --git a/docs/manual/getting-started.en.md b/site/docs/manual/getting-started.en.md similarity index 100% rename from docs/manual/getting-started.en.md rename to site/docs/manual/getting-started.en.md diff --git a/docs/manual/getting-started.zh.md b/site/docs/manual/getting-started.zh.md similarity index 100% rename from docs/manual/getting-started.zh.md rename to site/docs/manual/getting-started.zh.md diff --git a/docs/manual/introduction.en.md b/site/docs/manual/introduction.en.md similarity index 100% rename from docs/manual/introduction.en.md rename to site/docs/manual/introduction.en.md diff --git a/docs/manual/introduction.zh.md b/site/docs/manual/introduction.zh.md similarity index 100% rename from docs/manual/introduction.zh.md rename to site/docs/manual/introduction.zh.md diff --git a/docs/manual/plots/area.en.md b/site/docs/manual/plots/area.en.md similarity index 100% rename from docs/manual/plots/area.en.md rename to site/docs/manual/plots/area.en.md diff --git a/docs/manual/plots/area.zh.md b/site/docs/manual/plots/area.zh.md similarity index 100% rename from docs/manual/plots/area.zh.md rename to site/docs/manual/plots/area.zh.md diff --git a/docs/manual/plots/bar.en.md b/site/docs/manual/plots/bar.en.md similarity index 100% rename from docs/manual/plots/bar.en.md rename to site/docs/manual/plots/bar.en.md diff --git a/docs/manual/plots/bar.zh.md b/site/docs/manual/plots/bar.zh.md similarity index 100% rename from docs/manual/plots/bar.zh.md rename to site/docs/manual/plots/bar.zh.md diff --git a/docs/manual/plots/bullet.en.md b/site/docs/manual/plots/bullet.en.md similarity index 100% rename from docs/manual/plots/bullet.en.md rename to site/docs/manual/plots/bullet.en.md diff --git a/docs/manual/plots/bullet.zh.md b/site/docs/manual/plots/bullet.zh.md similarity index 100% rename from docs/manual/plots/bullet.zh.md rename to site/docs/manual/plots/bullet.zh.md diff --git a/docs/manual/plots/column.en.md b/site/docs/manual/plots/column.en.md similarity index 100% rename from docs/manual/plots/column.en.md rename to site/docs/manual/plots/column.en.md diff --git a/docs/manual/plots/column.zh.md b/site/docs/manual/plots/column.zh.md similarity index 99% rename from docs/manual/plots/column.zh.md rename to site/docs/manual/plots/column.zh.md index 9f8846356c..2f34b50c8e 100644 --- a/docs/manual/plots/column.zh.md +++ b/site/docs/manual/plots/column.zh.md @@ -24,7 +24,7 @@ contributors:
定义
diff --git a/docs/manual/plots/facet.en.md b/site/docs/manual/plots/facet.en.md similarity index 100% rename from docs/manual/plots/facet.en.md rename to site/docs/manual/plots/facet.en.md diff --git a/docs/manual/plots/facet.zh.md b/site/docs/manual/plots/facet.zh.md similarity index 100% rename from docs/manual/plots/facet.zh.md rename to site/docs/manual/plots/facet.zh.md diff --git a/docs/manual/plots/funnel.en.md b/site/docs/manual/plots/funnel.en.md similarity index 100% rename from docs/manual/plots/funnel.en.md rename to site/docs/manual/plots/funnel.en.md diff --git a/docs/manual/plots/funnel.zh.md b/site/docs/manual/plots/funnel.zh.md similarity index 100% rename from docs/manual/plots/funnel.zh.md rename to site/docs/manual/plots/funnel.zh.md diff --git a/docs/manual/plots/gauge.en.md b/site/docs/manual/plots/gauge.en.md similarity index 100% rename from docs/manual/plots/gauge.en.md rename to site/docs/manual/plots/gauge.en.md diff --git a/docs/manual/plots/gauge.zh.md b/site/docs/manual/plots/gauge.zh.md similarity index 100% rename from docs/manual/plots/gauge.zh.md rename to site/docs/manual/plots/gauge.zh.md diff --git a/docs/manual/plots/heatmap.en.md b/site/docs/manual/plots/heatmap.en.md similarity index 100% rename from docs/manual/plots/heatmap.en.md rename to site/docs/manual/plots/heatmap.en.md diff --git a/docs/manual/plots/heatmap.zh.md b/site/docs/manual/plots/heatmap.zh.md similarity index 100% rename from docs/manual/plots/heatmap.zh.md rename to site/docs/manual/plots/heatmap.zh.md diff --git a/docs/manual/plots/histogram.en.md b/site/docs/manual/plots/histogram.en.md similarity index 100% rename from docs/manual/plots/histogram.en.md rename to site/docs/manual/plots/histogram.en.md diff --git a/docs/manual/plots/histogram.zh.md b/site/docs/manual/plots/histogram.zh.md similarity index 100% rename from docs/manual/plots/histogram.zh.md rename to site/docs/manual/plots/histogram.zh.md diff --git a/docs/manual/plots/line.en.md b/site/docs/manual/plots/line.en.md similarity index 100% rename from docs/manual/plots/line.en.md rename to site/docs/manual/plots/line.en.md diff --git a/docs/manual/plots/line.zh.md b/site/docs/manual/plots/line.zh.md similarity index 100% rename from docs/manual/plots/line.zh.md rename to site/docs/manual/plots/line.zh.md diff --git a/docs/manual/plots/liquid.en.md b/site/docs/manual/plots/liquid.en.md similarity index 100% rename from docs/manual/plots/liquid.en.md rename to site/docs/manual/plots/liquid.en.md diff --git a/docs/manual/plots/liquid.zh.md b/site/docs/manual/plots/liquid.zh.md similarity index 100% rename from docs/manual/plots/liquid.zh.md rename to site/docs/manual/plots/liquid.zh.md diff --git a/docs/manual/plots/pie.en.md b/site/docs/manual/plots/pie.en.md similarity index 100% rename from docs/manual/plots/pie.en.md rename to site/docs/manual/plots/pie.en.md diff --git a/docs/manual/plots/pie.zh.md b/site/docs/manual/plots/pie.zh.md similarity index 100% rename from docs/manual/plots/pie.zh.md rename to site/docs/manual/plots/pie.zh.md diff --git a/docs/manual/plots/radar.en.md b/site/docs/manual/plots/radar.en.md similarity index 100% rename from docs/manual/plots/radar.en.md rename to site/docs/manual/plots/radar.en.md diff --git a/docs/manual/plots/radar.zh.md b/site/docs/manual/plots/radar.zh.md similarity index 100% rename from docs/manual/plots/radar.zh.md rename to site/docs/manual/plots/radar.zh.md diff --git a/docs/manual/plots/scatter.en.md b/site/docs/manual/plots/scatter.en.md similarity index 100% rename from docs/manual/plots/scatter.en.md rename to site/docs/manual/plots/scatter.en.md diff --git a/docs/manual/plots/scatter.zh.md b/site/docs/manual/plots/scatter.zh.md similarity index 100% rename from docs/manual/plots/scatter.zh.md rename to site/docs/manual/plots/scatter.zh.md diff --git a/docs/manual/plots/venn.en.md b/site/docs/manual/plots/venn.en.md similarity index 100% rename from docs/manual/plots/venn.en.md rename to site/docs/manual/plots/venn.en.md diff --git a/docs/manual/plots/venn.zh.md b/site/docs/manual/plots/venn.zh.md similarity index 100% rename from docs/manual/plots/venn.zh.md rename to site/docs/manual/plots/venn.zh.md diff --git a/docs/manual/plots/violin.en.md b/site/docs/manual/plots/violin.en.md similarity index 100% rename from docs/manual/plots/violin.en.md rename to site/docs/manual/plots/violin.en.md diff --git a/docs/manual/plots/violin.zh.md b/site/docs/manual/plots/violin.zh.md similarity index 100% rename from docs/manual/plots/violin.zh.md rename to site/docs/manual/plots/violin.zh.md diff --git a/docs/manual/plots/waterfall.en.md b/site/docs/manual/plots/waterfall.en.md similarity index 100% rename from docs/manual/plots/waterfall.en.md rename to site/docs/manual/plots/waterfall.en.md diff --git a/docs/manual/plots/waterfall.zh.md b/site/docs/manual/plots/waterfall.zh.md similarity index 100% rename from docs/manual/plots/waterfall.zh.md rename to site/docs/manual/plots/waterfall.zh.md diff --git a/docs/manual/plugin.en.md b/site/docs/manual/plugin.en.md similarity index 100% rename from docs/manual/plugin.en.md rename to site/docs/manual/plugin.en.md diff --git a/docs/manual/plugin.zh.md b/site/docs/manual/plugin.zh.md similarity index 100% rename from docs/manual/plugin.zh.md rename to site/docs/manual/plugin.zh.md diff --git a/docs/manual/upgrade.en.md b/site/docs/manual/upgrade.en.md similarity index 100% rename from docs/manual/upgrade.en.md rename to site/docs/manual/upgrade.en.md diff --git a/docs/manual/upgrade.zh.md b/site/docs/manual/upgrade.zh.md similarity index 100% rename from docs/manual/upgrade.zh.md rename to site/docs/manual/upgrade.zh.md diff --git a/docs/styles/component.md b/site/docs/styles/component.md similarity index 100% rename from docs/styles/component.md rename to site/docs/styles/component.md diff --git a/docs/styles/style.md b/site/docs/styles/style.md similarity index 100% rename from docs/styles/style.md rename to site/docs/styles/style.md diff --git a/examples/area/basic/API.en.md b/site/examples/area/basic/API.en.md similarity index 100% rename from examples/area/basic/API.en.md rename to site/examples/area/basic/API.en.md diff --git a/examples/area/basic/API.zh.md b/site/examples/area/basic/API.zh.md similarity index 100% rename from examples/area/basic/API.zh.md rename to site/examples/area/basic/API.zh.md diff --git a/examples/area/basic/demo/basic-annotation.ts b/site/examples/area/basic/demo/basic-annotation.ts similarity index 100% rename from examples/area/basic/demo/basic-annotation.ts rename to site/examples/area/basic/demo/basic-annotation.ts diff --git a/examples/area/basic/demo/basic-gradients.ts b/site/examples/area/basic/demo/basic-gradients.ts similarity index 100% rename from examples/area/basic/demo/basic-gradients.ts rename to site/examples/area/basic/demo/basic-gradients.ts diff --git a/examples/area/basic/demo/basic-slider.ts b/site/examples/area/basic/demo/basic-slider.ts similarity index 100% rename from examples/area/basic/demo/basic-slider.ts rename to site/examples/area/basic/demo/basic-slider.ts diff --git a/examples/area/basic/demo/basic.ts b/site/examples/area/basic/demo/basic.ts similarity index 100% rename from examples/area/basic/demo/basic.ts rename to site/examples/area/basic/demo/basic.ts diff --git a/examples/area/basic/demo/meta.json b/site/examples/area/basic/demo/meta.json similarity index 100% rename from examples/area/basic/demo/meta.json rename to site/examples/area/basic/demo/meta.json diff --git a/examples/area/basic/design.en.md b/site/examples/area/basic/design.en.md similarity index 100% rename from examples/area/basic/design.en.md rename to site/examples/area/basic/design.en.md diff --git a/examples/area/basic/design.zh.md b/site/examples/area/basic/design.zh.md similarity index 100% rename from examples/area/basic/design.zh.md rename to site/examples/area/basic/design.zh.md diff --git a/examples/area/basic/index.en.md b/site/examples/area/basic/index.en.md similarity index 100% rename from examples/area/basic/index.en.md rename to site/examples/area/basic/index.en.md diff --git a/examples/area/basic/index.zh.md b/site/examples/area/basic/index.zh.md similarity index 100% rename from examples/area/basic/index.zh.md rename to site/examples/area/basic/index.zh.md diff --git a/examples/area/percent/API.en.md b/site/examples/area/percent/API.en.md similarity index 100% rename from examples/area/percent/API.en.md rename to site/examples/area/percent/API.en.md diff --git a/examples/area/percent/API.zh.md b/site/examples/area/percent/API.zh.md similarity index 100% rename from examples/area/percent/API.zh.md rename to site/examples/area/percent/API.zh.md diff --git a/examples/area/percent/demo/basic.ts b/site/examples/area/percent/demo/basic.ts similarity index 100% rename from examples/area/percent/demo/basic.ts rename to site/examples/area/percent/demo/basic.ts diff --git a/examples/area/percent/demo/meta.json b/site/examples/area/percent/demo/meta.json similarity index 100% rename from examples/area/percent/demo/meta.json rename to site/examples/area/percent/demo/meta.json diff --git a/examples/area/percent/demo/pattern.ts b/site/examples/area/percent/demo/pattern.ts similarity index 100% rename from examples/area/percent/demo/pattern.ts rename to site/examples/area/percent/demo/pattern.ts diff --git a/examples/area/percent/design.en.md b/site/examples/area/percent/design.en.md similarity index 100% rename from examples/area/percent/design.en.md rename to site/examples/area/percent/design.en.md diff --git a/examples/area/percent/design.zh.md b/site/examples/area/percent/design.zh.md similarity index 100% rename from examples/area/percent/design.zh.md rename to site/examples/area/percent/design.zh.md diff --git a/examples/area/percent/index.en.md b/site/examples/area/percent/index.en.md similarity index 100% rename from examples/area/percent/index.en.md rename to site/examples/area/percent/index.en.md diff --git a/examples/area/percent/index.zh.md b/site/examples/area/percent/index.zh.md similarity index 100% rename from examples/area/percent/index.zh.md rename to site/examples/area/percent/index.zh.md diff --git a/examples/area/stacked/API.en.md b/site/examples/area/stacked/API.en.md similarity index 100% rename from examples/area/stacked/API.en.md rename to site/examples/area/stacked/API.en.md diff --git a/examples/area/stacked/API.zh.md b/site/examples/area/stacked/API.zh.md similarity index 100% rename from examples/area/stacked/API.zh.md rename to site/examples/area/stacked/API.zh.md diff --git a/examples/area/stacked/demo/area-large-data.ts b/site/examples/area/stacked/demo/area-large-data.ts similarity index 100% rename from examples/area/stacked/demo/area-large-data.ts rename to site/examples/area/stacked/demo/area-large-data.ts diff --git a/examples/area/stacked/demo/basic-slider.ts b/site/examples/area/stacked/demo/basic-slider.ts similarity index 100% rename from examples/area/stacked/demo/basic-slider.ts rename to site/examples/area/stacked/demo/basic-slider.ts diff --git a/examples/area/stacked/demo/basic.ts b/site/examples/area/stacked/demo/basic.ts similarity index 100% rename from examples/area/stacked/demo/basic.ts rename to site/examples/area/stacked/demo/basic.ts diff --git a/examples/area/stacked/demo/meta.json b/site/examples/area/stacked/demo/meta.json similarity index 100% rename from examples/area/stacked/demo/meta.json rename to site/examples/area/stacked/demo/meta.json diff --git a/examples/area/stacked/design.en.md b/site/examples/area/stacked/design.en.md similarity index 100% rename from examples/area/stacked/design.en.md rename to site/examples/area/stacked/design.en.md diff --git a/examples/area/stacked/design.zh.md b/site/examples/area/stacked/design.zh.md similarity index 100% rename from examples/area/stacked/design.zh.md rename to site/examples/area/stacked/design.zh.md diff --git a/examples/area/stacked/index.en.md b/site/examples/area/stacked/index.en.md similarity index 100% rename from examples/area/stacked/index.en.md rename to site/examples/area/stacked/index.en.md diff --git a/examples/area/stacked/index.zh.md b/site/examples/area/stacked/index.zh.md similarity index 100% rename from examples/area/stacked/index.zh.md rename to site/examples/area/stacked/index.zh.md diff --git a/examples/bar/basic/API.en.md b/site/examples/bar/basic/API.en.md similarity index 100% rename from examples/bar/basic/API.en.md rename to site/examples/bar/basic/API.en.md diff --git a/examples/bar/basic/API.zh.md b/site/examples/bar/basic/API.zh.md similarity index 100% rename from examples/bar/basic/API.zh.md rename to site/examples/bar/basic/API.zh.md diff --git a/examples/bar/basic/demo/bar-background.ts b/site/examples/bar/basic/demo/bar-background.ts similarity index 100% rename from examples/bar/basic/demo/bar-background.ts rename to site/examples/bar/basic/demo/bar-background.ts diff --git a/examples/bar/basic/demo/basic.ts b/site/examples/bar/basic/demo/basic.ts similarity index 100% rename from examples/bar/basic/demo/basic.ts rename to site/examples/bar/basic/demo/basic.ts diff --git a/examples/bar/basic/demo/color.ts b/site/examples/bar/basic/demo/color.ts similarity index 100% rename from examples/bar/basic/demo/color.ts rename to site/examples/bar/basic/demo/color.ts diff --git a/examples/bar/basic/demo/conversion-tag.ts b/site/examples/bar/basic/demo/conversion-tag.ts similarity index 100% rename from examples/bar/basic/demo/conversion-tag.ts rename to site/examples/bar/basic/demo/conversion-tag.ts diff --git a/examples/bar/basic/demo/coordinate.ts b/site/examples/bar/basic/demo/coordinate.ts similarity index 100% rename from examples/bar/basic/demo/coordinate.ts rename to site/examples/bar/basic/demo/coordinate.ts diff --git a/examples/bar/basic/demo/dynamic.ts b/site/examples/bar/basic/demo/dynamic.ts similarity index 100% rename from examples/bar/basic/demo/dynamic.ts rename to site/examples/bar/basic/demo/dynamic.ts diff --git a/examples/bar/basic/demo/meta.json b/site/examples/bar/basic/demo/meta.json similarity index 100% rename from examples/bar/basic/demo/meta.json rename to site/examples/bar/basic/demo/meta.json diff --git a/examples/bar/basic/demo/scrollbar.ts b/site/examples/bar/basic/demo/scrollbar.ts similarity index 100% rename from examples/bar/basic/demo/scrollbar.ts rename to site/examples/bar/basic/demo/scrollbar.ts diff --git a/examples/bar/basic/demo/shape.ts b/site/examples/bar/basic/demo/shape.ts similarity index 100% rename from examples/bar/basic/demo/shape.ts rename to site/examples/bar/basic/demo/shape.ts diff --git a/examples/bar/basic/demo/width-ratio.ts b/site/examples/bar/basic/demo/width-ratio.ts similarity index 100% rename from examples/bar/basic/demo/width-ratio.ts rename to site/examples/bar/basic/demo/width-ratio.ts diff --git a/examples/bar/basic/demo/width.ts b/site/examples/bar/basic/demo/width.ts similarity index 100% rename from examples/bar/basic/demo/width.ts rename to site/examples/bar/basic/demo/width.ts diff --git a/examples/bar/basic/design.en.md b/site/examples/bar/basic/design.en.md similarity index 100% rename from examples/bar/basic/design.en.md rename to site/examples/bar/basic/design.en.md diff --git a/examples/bar/basic/design.zh.md b/site/examples/bar/basic/design.zh.md similarity index 100% rename from examples/bar/basic/design.zh.md rename to site/examples/bar/basic/design.zh.md diff --git a/examples/bar/basic/index.en.md b/site/examples/bar/basic/index.en.md similarity index 100% rename from examples/bar/basic/index.en.md rename to site/examples/bar/basic/index.en.md diff --git a/examples/bar/basic/index.zh.md b/site/examples/bar/basic/index.zh.md similarity index 100% rename from examples/bar/basic/index.zh.md rename to site/examples/bar/basic/index.zh.md diff --git a/examples/bar/grouped/API.en.md b/site/examples/bar/grouped/API.en.md similarity index 100% rename from examples/bar/grouped/API.en.md rename to site/examples/bar/grouped/API.en.md diff --git a/examples/bar/grouped/API.zh.md b/site/examples/bar/grouped/API.zh.md similarity index 100% rename from examples/bar/grouped/API.zh.md rename to site/examples/bar/grouped/API.zh.md diff --git a/examples/bar/grouped/demo/basic.ts b/site/examples/bar/grouped/demo/basic.ts similarity index 100% rename from examples/bar/grouped/demo/basic.ts rename to site/examples/bar/grouped/demo/basic.ts diff --git a/examples/bar/grouped/demo/corner-radius.ts b/site/examples/bar/grouped/demo/corner-radius.ts similarity index 100% rename from examples/bar/grouped/demo/corner-radius.ts rename to site/examples/bar/grouped/demo/corner-radius.ts diff --git a/examples/bar/grouped/demo/dodge-padding.ts b/site/examples/bar/grouped/demo/dodge-padding.ts similarity index 100% rename from examples/bar/grouped/demo/dodge-padding.ts rename to site/examples/bar/grouped/demo/dodge-padding.ts diff --git a/examples/bar/grouped/demo/interval-padding.ts b/site/examples/bar/grouped/demo/interval-padding.ts similarity index 100% rename from examples/bar/grouped/demo/interval-padding.ts rename to site/examples/bar/grouped/demo/interval-padding.ts diff --git a/examples/bar/grouped/demo/meta.json b/site/examples/bar/grouped/demo/meta.json similarity index 100% rename from examples/bar/grouped/demo/meta.json rename to site/examples/bar/grouped/demo/meta.json diff --git a/examples/bar/grouped/design.en.md b/site/examples/bar/grouped/design.en.md similarity index 100% rename from examples/bar/grouped/design.en.md rename to site/examples/bar/grouped/design.en.md diff --git a/examples/bar/grouped/design.zh.md b/site/examples/bar/grouped/design.zh.md similarity index 100% rename from examples/bar/grouped/design.zh.md rename to site/examples/bar/grouped/design.zh.md diff --git a/examples/bar/grouped/index.en.md b/site/examples/bar/grouped/index.en.md similarity index 100% rename from examples/bar/grouped/index.en.md rename to site/examples/bar/grouped/index.en.md diff --git a/examples/bar/grouped/index.zh.md b/site/examples/bar/grouped/index.zh.md similarity index 100% rename from examples/bar/grouped/index.zh.md rename to site/examples/bar/grouped/index.zh.md diff --git a/examples/bar/percent/API.en.md b/site/examples/bar/percent/API.en.md similarity index 100% rename from examples/bar/percent/API.en.md rename to site/examples/bar/percent/API.en.md diff --git a/examples/bar/percent/API.zh.md b/site/examples/bar/percent/API.zh.md similarity index 100% rename from examples/bar/percent/API.zh.md rename to site/examples/bar/percent/API.zh.md diff --git a/examples/bar/percent/demo/basic.ts b/site/examples/bar/percent/demo/basic.ts similarity index 100% rename from examples/bar/percent/demo/basic.ts rename to site/examples/bar/percent/demo/basic.ts diff --git a/examples/bar/percent/demo/meta.json b/site/examples/bar/percent/demo/meta.json similarity index 100% rename from examples/bar/percent/demo/meta.json rename to site/examples/bar/percent/demo/meta.json diff --git a/examples/bar/percent/design.en.md b/site/examples/bar/percent/design.en.md similarity index 100% rename from examples/bar/percent/design.en.md rename to site/examples/bar/percent/design.en.md diff --git a/examples/bar/percent/design.zh.md b/site/examples/bar/percent/design.zh.md similarity index 100% rename from examples/bar/percent/design.zh.md rename to site/examples/bar/percent/design.zh.md diff --git a/examples/bar/percent/index.en.md b/site/examples/bar/percent/index.en.md similarity index 100% rename from examples/bar/percent/index.en.md rename to site/examples/bar/percent/index.en.md diff --git a/examples/bar/percent/index.zh.md b/site/examples/bar/percent/index.zh.md similarity index 100% rename from examples/bar/percent/index.zh.md rename to site/examples/bar/percent/index.zh.md diff --git a/examples/bar/range/API.en.md b/site/examples/bar/range/API.en.md similarity index 100% rename from examples/bar/range/API.en.md rename to site/examples/bar/range/API.en.md diff --git a/examples/bar/range/API.zh.md b/site/examples/bar/range/API.zh.md similarity index 100% rename from examples/bar/range/API.zh.md rename to site/examples/bar/range/API.zh.md diff --git a/examples/bar/range/demo/basic.ts b/site/examples/bar/range/demo/basic.ts similarity index 100% rename from examples/bar/range/demo/basic.ts rename to site/examples/bar/range/demo/basic.ts diff --git a/examples/bar/range/demo/meta.json b/site/examples/bar/range/demo/meta.json similarity index 100% rename from examples/bar/range/demo/meta.json rename to site/examples/bar/range/demo/meta.json diff --git a/examples/bar/range/design.en.md b/site/examples/bar/range/design.en.md similarity index 100% rename from examples/bar/range/design.en.md rename to site/examples/bar/range/design.en.md diff --git a/examples/bar/range/design.zh.md b/site/examples/bar/range/design.zh.md similarity index 100% rename from examples/bar/range/design.zh.md rename to site/examples/bar/range/design.zh.md diff --git a/examples/bar/range/index.en.md b/site/examples/bar/range/index.en.md similarity index 100% rename from examples/bar/range/index.en.md rename to site/examples/bar/range/index.en.md diff --git a/examples/bar/range/index.zh.md b/site/examples/bar/range/index.zh.md similarity index 100% rename from examples/bar/range/index.zh.md rename to site/examples/bar/range/index.zh.md diff --git a/examples/bar/stacked/API.en.md b/site/examples/bar/stacked/API.en.md similarity index 100% rename from examples/bar/stacked/API.en.md rename to site/examples/bar/stacked/API.en.md diff --git a/examples/bar/stacked/API.zh.md b/site/examples/bar/stacked/API.zh.md similarity index 100% rename from examples/bar/stacked/API.zh.md rename to site/examples/bar/stacked/API.zh.md diff --git a/examples/bar/stacked/demo/basic.ts b/site/examples/bar/stacked/demo/basic.ts similarity index 100% rename from examples/bar/stacked/demo/basic.ts rename to site/examples/bar/stacked/demo/basic.ts diff --git a/examples/bar/stacked/demo/meta.json b/site/examples/bar/stacked/demo/meta.json similarity index 100% rename from examples/bar/stacked/demo/meta.json rename to site/examples/bar/stacked/demo/meta.json diff --git a/examples/bar/stacked/design.en.md b/site/examples/bar/stacked/design.en.md similarity index 100% rename from examples/bar/stacked/design.en.md rename to site/examples/bar/stacked/design.en.md diff --git a/examples/bar/stacked/design.zh.md b/site/examples/bar/stacked/design.zh.md similarity index 100% rename from examples/bar/stacked/design.zh.md rename to site/examples/bar/stacked/design.zh.md diff --git a/examples/bar/stacked/index.en.md b/site/examples/bar/stacked/index.en.md similarity index 100% rename from examples/bar/stacked/index.en.md rename to site/examples/bar/stacked/index.en.md diff --git a/examples/bar/stacked/index.zh.md b/site/examples/bar/stacked/index.zh.md similarity index 100% rename from examples/bar/stacked/index.zh.md rename to site/examples/bar/stacked/index.zh.md diff --git a/examples/case/advanced/demo/associate-filter.ts b/site/examples/case/advanced/demo/associate-filter.ts similarity index 100% rename from examples/case/advanced/demo/associate-filter.ts rename to site/examples/case/advanced/demo/associate-filter.ts diff --git a/examples/case/advanced/demo/associate-pie-tooltip.ts b/site/examples/case/advanced/demo/associate-pie-tooltip.ts similarity index 100% rename from examples/case/advanced/demo/associate-pie-tooltip.ts rename to site/examples/case/advanced/demo/associate-pie-tooltip.ts diff --git a/examples/case/advanced/demo/conversion-analysis-bar.ts b/site/examples/case/advanced/demo/conversion-analysis-bar.ts similarity index 100% rename from examples/case/advanced/demo/conversion-analysis-bar.ts rename to site/examples/case/advanced/demo/conversion-analysis-bar.ts diff --git a/examples/case/advanced/demo/conversion-analysis.ts b/site/examples/case/advanced/demo/conversion-analysis.ts similarity index 100% rename from examples/case/advanced/demo/conversion-analysis.ts rename to site/examples/case/advanced/demo/conversion-analysis.ts diff --git a/examples/case/advanced/demo/meta.json b/site/examples/case/advanced/demo/meta.json similarity index 100% rename from examples/case/advanced/demo/meta.json rename to site/examples/case/advanced/demo/meta.json diff --git a/examples/case/advanced/index.en.md b/site/examples/case/advanced/index.en.md similarity index 100% rename from examples/case/advanced/index.en.md rename to site/examples/case/advanced/index.en.md diff --git a/examples/case/advanced/index.zh.md b/site/examples/case/advanced/index.zh.md similarity index 100% rename from examples/case/advanced/index.zh.md rename to site/examples/case/advanced/index.zh.md diff --git a/examples/case/customize/demo/customize-tooltip.ts b/site/examples/case/customize/demo/customize-tooltip.ts similarity index 100% rename from examples/case/customize/demo/customize-tooltip.ts rename to site/examples/case/customize/demo/customize-tooltip.ts diff --git a/examples/case/customize/demo/desire-heatmap.ts b/site/examples/case/customize/demo/desire-heatmap.ts similarity index 100% rename from examples/case/customize/demo/desire-heatmap.ts rename to site/examples/case/customize/demo/desire-heatmap.ts diff --git a/examples/case/customize/demo/line.ts b/site/examples/case/customize/demo/line.ts similarity index 100% rename from examples/case/customize/demo/line.ts rename to site/examples/case/customize/demo/line.ts diff --git a/examples/case/customize/demo/meta.json b/site/examples/case/customize/demo/meta.json similarity index 100% rename from examples/case/customize/demo/meta.json rename to site/examples/case/customize/demo/meta.json diff --git a/examples/case/customize/design.en.md b/site/examples/case/customize/design.en.md similarity index 100% rename from examples/case/customize/design.en.md rename to site/examples/case/customize/design.en.md diff --git a/examples/case/customize/design.zh.md b/site/examples/case/customize/design.zh.md similarity index 100% rename from examples/case/customize/design.zh.md rename to site/examples/case/customize/design.zh.md diff --git a/examples/case/customize/index.en.md b/site/examples/case/customize/index.en.md similarity index 100% rename from examples/case/customize/index.en.md rename to site/examples/case/customize/index.en.md diff --git a/examples/case/customize/index.zh.md b/site/examples/case/customize/index.zh.md similarity index 100% rename from examples/case/customize/index.zh.md rename to site/examples/case/customize/index.zh.md diff --git a/examples/case/interactions/demo/element-selected.ts b/site/examples/case/interactions/demo/element-selected.ts similarity index 100% rename from examples/case/interactions/demo/element-selected.ts rename to site/examples/case/interactions/demo/element-selected.ts diff --git a/examples/case/interactions/demo/funnel-element-selected.ts b/site/examples/case/interactions/demo/funnel-element-selected.ts similarity index 100% rename from examples/case/interactions/demo/funnel-element-selected.ts rename to site/examples/case/interactions/demo/funnel-element-selected.ts diff --git a/examples/case/interactions/demo/meta.json b/site/examples/case/interactions/demo/meta.json similarity index 100% rename from examples/case/interactions/demo/meta.json rename to site/examples/case/interactions/demo/meta.json diff --git a/examples/case/interactions/demo/pie-element-selected.ts b/site/examples/case/interactions/demo/pie-element-selected.ts similarity index 100% rename from examples/case/interactions/demo/pie-element-selected.ts rename to site/examples/case/interactions/demo/pie-element-selected.ts diff --git a/examples/case/interactions/index.en.md b/site/examples/case/interactions/index.en.md similarity index 100% rename from examples/case/interactions/index.en.md rename to site/examples/case/interactions/index.en.md diff --git a/examples/case/interactions/index.zh.md b/site/examples/case/interactions/index.zh.md similarity index 100% rename from examples/case/interactions/index.zh.md rename to site/examples/case/interactions/index.zh.md diff --git a/examples/case/statistical-scenario/API.en.md b/site/examples/case/statistical-scenario/API.en.md similarity index 100% rename from examples/case/statistical-scenario/API.en.md rename to site/examples/case/statistical-scenario/API.en.md diff --git a/examples/case/statistical-scenario/API.zh.md b/site/examples/case/statistical-scenario/API.zh.md similarity index 100% rename from examples/case/statistical-scenario/API.zh.md rename to site/examples/case/statistical-scenario/API.zh.md diff --git a/examples/case/statistical-scenario/demo/compare-funnel.ts b/site/examples/case/statistical-scenario/demo/compare-funnel.ts similarity index 100% rename from examples/case/statistical-scenario/demo/compare-funnel.ts rename to site/examples/case/statistical-scenario/demo/compare-funnel.ts diff --git a/examples/case/statistical-scenario/demo/conversion-funnel.ts b/site/examples/case/statistical-scenario/demo/conversion-funnel.ts similarity index 100% rename from examples/case/statistical-scenario/demo/conversion-funnel.ts rename to site/examples/case/statistical-scenario/demo/conversion-funnel.ts diff --git a/examples/case/statistical-scenario/demo/funnel-analysis.jsx b/site/examples/case/statistical-scenario/demo/funnel-analysis.jsx similarity index 100% rename from examples/case/statistical-scenario/demo/funnel-analysis.jsx rename to site/examples/case/statistical-scenario/demo/funnel-analysis.jsx diff --git a/examples/case/statistical-scenario/demo/funnel.jsx b/site/examples/case/statistical-scenario/demo/funnel.jsx similarity index 100% rename from examples/case/statistical-scenario/demo/funnel.jsx rename to site/examples/case/statistical-scenario/demo/funnel.jsx diff --git a/examples/case/statistical-scenario/demo/meta.json b/site/examples/case/statistical-scenario/demo/meta.json similarity index 100% rename from examples/case/statistical-scenario/demo/meta.json rename to site/examples/case/statistical-scenario/demo/meta.json diff --git a/examples/case/statistical-scenario/demo/pie.ts b/site/examples/case/statistical-scenario/demo/pie.ts similarity index 100% rename from examples/case/statistical-scenario/demo/pie.ts rename to site/examples/case/statistical-scenario/demo/pie.ts diff --git a/examples/case/statistical-scenario/demo/trend-funnel.ts b/site/examples/case/statistical-scenario/demo/trend-funnel.ts similarity index 100% rename from examples/case/statistical-scenario/demo/trend-funnel.ts rename to site/examples/case/statistical-scenario/demo/trend-funnel.ts diff --git a/examples/case/statistical-scenario/demo/trend.jsx b/site/examples/case/statistical-scenario/demo/trend.jsx similarity index 100% rename from examples/case/statistical-scenario/demo/trend.jsx rename to site/examples/case/statistical-scenario/demo/trend.jsx diff --git a/examples/case/statistical-scenario/design.en.md b/site/examples/case/statistical-scenario/design.en.md similarity index 100% rename from examples/case/statistical-scenario/design.en.md rename to site/examples/case/statistical-scenario/design.en.md diff --git a/examples/case/statistical-scenario/design.zh.md b/site/examples/case/statistical-scenario/design.zh.md similarity index 100% rename from examples/case/statistical-scenario/design.zh.md rename to site/examples/case/statistical-scenario/design.zh.md diff --git a/examples/case/statistical-scenario/index.en.md b/site/examples/case/statistical-scenario/index.en.md similarity index 100% rename from examples/case/statistical-scenario/index.en.md rename to site/examples/case/statistical-scenario/index.en.md diff --git a/examples/case/statistical-scenario/index.zh.md b/site/examples/case/statistical-scenario/index.zh.md similarity index 100% rename from examples/case/statistical-scenario/index.zh.md rename to site/examples/case/statistical-scenario/index.zh.md diff --git a/examples/column/basic/API.en.md b/site/examples/column/basic/API.en.md similarity index 100% rename from examples/column/basic/API.en.md rename to site/examples/column/basic/API.en.md diff --git a/examples/column/basic/API.zh.md b/site/examples/column/basic/API.zh.md similarity index 100% rename from examples/column/basic/API.zh.md rename to site/examples/column/basic/API.zh.md diff --git a/examples/column/basic/demo/basic.ts b/site/examples/column/basic/demo/basic.ts similarity index 100% rename from examples/column/basic/demo/basic.ts rename to site/examples/column/basic/demo/basic.ts diff --git a/examples/column/basic/demo/color.ts b/site/examples/column/basic/demo/color.ts similarity index 100% rename from examples/column/basic/demo/color.ts rename to site/examples/column/basic/demo/color.ts diff --git a/examples/column/basic/demo/conversion-tag.ts b/site/examples/column/basic/demo/conversion-tag.ts similarity index 100% rename from examples/column/basic/demo/conversion-tag.ts rename to site/examples/column/basic/demo/conversion-tag.ts diff --git a/examples/column/basic/demo/coordinate.ts b/site/examples/column/basic/demo/coordinate.ts similarity index 100% rename from examples/column/basic/demo/coordinate.ts rename to site/examples/column/basic/demo/coordinate.ts diff --git a/examples/column/basic/demo/custom-shape.ts b/site/examples/column/basic/demo/custom-shape.ts similarity index 100% rename from examples/column/basic/demo/custom-shape.ts rename to site/examples/column/basic/demo/custom-shape.ts diff --git a/examples/column/basic/demo/meta.json b/site/examples/column/basic/demo/meta.json similarity index 100% rename from examples/column/basic/demo/meta.json rename to site/examples/column/basic/demo/meta.json diff --git a/examples/column/basic/demo/region-annotation.ts b/site/examples/column/basic/demo/region-annotation.ts similarity index 100% rename from examples/column/basic/demo/region-annotation.ts rename to site/examples/column/basic/demo/region-annotation.ts diff --git a/examples/column/basic/demo/scrollbar.ts b/site/examples/column/basic/demo/scrollbar.ts similarity index 100% rename from examples/column/basic/demo/scrollbar.ts rename to site/examples/column/basic/demo/scrollbar.ts diff --git a/examples/column/basic/demo/slider.ts b/site/examples/column/basic/demo/slider.ts similarity index 100% rename from examples/column/basic/demo/slider.ts rename to site/examples/column/basic/demo/slider.ts diff --git a/examples/column/basic/demo/width-ratio.ts b/site/examples/column/basic/demo/width-ratio.ts similarity index 100% rename from examples/column/basic/demo/width-ratio.ts rename to site/examples/column/basic/demo/width-ratio.ts diff --git a/examples/column/basic/demo/width.ts b/site/examples/column/basic/demo/width.ts similarity index 100% rename from examples/column/basic/demo/width.ts rename to site/examples/column/basic/demo/width.ts diff --git a/examples/column/basic/design.en.md b/site/examples/column/basic/design.en.md similarity index 100% rename from examples/column/basic/design.en.md rename to site/examples/column/basic/design.en.md diff --git a/examples/column/basic/design.zh.md b/site/examples/column/basic/design.zh.md similarity index 100% rename from examples/column/basic/design.zh.md rename to site/examples/column/basic/design.zh.md diff --git a/examples/column/basic/index.en.md b/site/examples/column/basic/index.en.md similarity index 100% rename from examples/column/basic/index.en.md rename to site/examples/column/basic/index.en.md diff --git a/examples/column/basic/index.zh.md b/site/examples/column/basic/index.zh.md similarity index 100% rename from examples/column/basic/index.zh.md rename to site/examples/column/basic/index.zh.md diff --git a/examples/column/grouped/API.en.md b/site/examples/column/grouped/API.en.md similarity index 100% rename from examples/column/grouped/API.en.md rename to site/examples/column/grouped/API.en.md diff --git a/examples/column/grouped/API.zh.md b/site/examples/column/grouped/API.zh.md similarity index 100% rename from examples/column/grouped/API.zh.md rename to site/examples/column/grouped/API.zh.md diff --git a/examples/column/grouped/demo/basic.ts b/site/examples/column/grouped/demo/basic.ts similarity index 100% rename from examples/column/grouped/demo/basic.ts rename to site/examples/column/grouped/demo/basic.ts diff --git a/examples/column/grouped/demo/corner-radius.ts b/site/examples/column/grouped/demo/corner-radius.ts similarity index 100% rename from examples/column/grouped/demo/corner-radius.ts rename to site/examples/column/grouped/demo/corner-radius.ts diff --git a/examples/column/grouped/demo/dodge-padding.ts b/site/examples/column/grouped/demo/dodge-padding.ts similarity index 100% rename from examples/column/grouped/demo/dodge-padding.ts rename to site/examples/column/grouped/demo/dodge-padding.ts diff --git a/examples/column/grouped/demo/interval-padding.ts b/site/examples/column/grouped/demo/interval-padding.ts similarity index 100% rename from examples/column/grouped/demo/interval-padding.ts rename to site/examples/column/grouped/demo/interval-padding.ts diff --git a/examples/column/grouped/demo/meta.json b/site/examples/column/grouped/demo/meta.json similarity index 100% rename from examples/column/grouped/demo/meta.json rename to site/examples/column/grouped/demo/meta.json diff --git a/examples/column/grouped/demo/rc-tooltip.jsx b/site/examples/column/grouped/demo/rc-tooltip.jsx similarity index 100% rename from examples/column/grouped/demo/rc-tooltip.jsx rename to site/examples/column/grouped/demo/rc-tooltip.jsx diff --git a/examples/column/grouped/demo/stacked.ts b/site/examples/column/grouped/demo/stacked.ts similarity index 100% rename from examples/column/grouped/demo/stacked.ts rename to site/examples/column/grouped/demo/stacked.ts diff --git a/examples/column/grouped/demo/stacked2.ts b/site/examples/column/grouped/demo/stacked2.ts similarity index 100% rename from examples/column/grouped/demo/stacked2.ts rename to site/examples/column/grouped/demo/stacked2.ts diff --git a/examples/column/grouped/demo/tooltip-formatter.ts b/site/examples/column/grouped/demo/tooltip-formatter.ts similarity index 100% rename from examples/column/grouped/demo/tooltip-formatter.ts rename to site/examples/column/grouped/demo/tooltip-formatter.ts diff --git a/examples/column/grouped/design.en.md b/site/examples/column/grouped/design.en.md similarity index 100% rename from examples/column/grouped/design.en.md rename to site/examples/column/grouped/design.en.md diff --git a/examples/column/grouped/design.zh.md b/site/examples/column/grouped/design.zh.md similarity index 100% rename from examples/column/grouped/design.zh.md rename to site/examples/column/grouped/design.zh.md diff --git a/examples/column/grouped/index.en.md b/site/examples/column/grouped/index.en.md similarity index 100% rename from examples/column/grouped/index.en.md rename to site/examples/column/grouped/index.en.md diff --git a/examples/column/grouped/index.zh.md b/site/examples/column/grouped/index.zh.md similarity index 100% rename from examples/column/grouped/index.zh.md rename to site/examples/column/grouped/index.zh.md diff --git a/examples/column/percent/API.en.md b/site/examples/column/percent/API.en.md similarity index 100% rename from examples/column/percent/API.en.md rename to site/examples/column/percent/API.en.md diff --git a/examples/column/percent/API.zh.md b/site/examples/column/percent/API.zh.md similarity index 100% rename from examples/column/percent/API.zh.md rename to site/examples/column/percent/API.zh.md diff --git a/examples/column/percent/demo/basic.ts b/site/examples/column/percent/demo/basic.ts similarity index 100% rename from examples/column/percent/demo/basic.ts rename to site/examples/column/percent/demo/basic.ts diff --git a/examples/column/percent/demo/interaction.ts b/site/examples/column/percent/demo/interaction.ts similarity index 100% rename from examples/column/percent/demo/interaction.ts rename to site/examples/column/percent/demo/interaction.ts diff --git a/examples/column/percent/demo/meta.json b/site/examples/column/percent/demo/meta.json similarity index 100% rename from examples/column/percent/demo/meta.json rename to site/examples/column/percent/demo/meta.json diff --git a/examples/column/percent/design.en.md b/site/examples/column/percent/design.en.md similarity index 100% rename from examples/column/percent/design.en.md rename to site/examples/column/percent/design.en.md diff --git a/examples/column/percent/design.zh.md b/site/examples/column/percent/design.zh.md similarity index 100% rename from examples/column/percent/design.zh.md rename to site/examples/column/percent/design.zh.md diff --git a/examples/column/percent/index.en.md b/site/examples/column/percent/index.en.md similarity index 100% rename from examples/column/percent/index.en.md rename to site/examples/column/percent/index.en.md diff --git a/examples/column/percent/index.zh.md b/site/examples/column/percent/index.zh.md similarity index 100% rename from examples/column/percent/index.zh.md rename to site/examples/column/percent/index.zh.md diff --git a/examples/column/range/API.en.md b/site/examples/column/range/API.en.md similarity index 100% rename from examples/column/range/API.en.md rename to site/examples/column/range/API.en.md diff --git a/examples/column/range/API.zh.md b/site/examples/column/range/API.zh.md similarity index 100% rename from examples/column/range/API.zh.md rename to site/examples/column/range/API.zh.md diff --git a/examples/column/range/demo/basic.ts b/site/examples/column/range/demo/basic.ts similarity index 100% rename from examples/column/range/demo/basic.ts rename to site/examples/column/range/demo/basic.ts diff --git a/examples/column/range/demo/meta.json b/site/examples/column/range/demo/meta.json similarity index 100% rename from examples/column/range/demo/meta.json rename to site/examples/column/range/demo/meta.json diff --git a/examples/column/range/design.en.md b/site/examples/column/range/design.en.md similarity index 100% rename from examples/column/range/design.en.md rename to site/examples/column/range/design.en.md diff --git a/examples/column/range/design.zh.md b/site/examples/column/range/design.zh.md similarity index 100% rename from examples/column/range/design.zh.md rename to site/examples/column/range/design.zh.md diff --git a/examples/column/range/index.en.md b/site/examples/column/range/index.en.md similarity index 100% rename from examples/column/range/index.en.md rename to site/examples/column/range/index.en.md diff --git a/examples/column/range/index.zh.md b/site/examples/column/range/index.zh.md similarity index 100% rename from examples/column/range/index.zh.md rename to site/examples/column/range/index.zh.md diff --git a/examples/column/scenario/API.en.md b/site/examples/column/scenario/API.en.md similarity index 100% rename from examples/column/scenario/API.en.md rename to site/examples/column/scenario/API.en.md diff --git a/examples/column/scenario/API.zh.md b/site/examples/column/scenario/API.zh.md similarity index 100% rename from examples/column/scenario/API.zh.md rename to site/examples/column/scenario/API.zh.md diff --git a/examples/column/scenario/demo/meta.json b/site/examples/column/scenario/demo/meta.json similarity index 100% rename from examples/column/scenario/demo/meta.json rename to site/examples/column/scenario/demo/meta.json diff --git a/examples/column/scenario/design.en.md b/site/examples/column/scenario/design.en.md similarity index 100% rename from examples/column/scenario/design.en.md rename to site/examples/column/scenario/design.en.md diff --git a/examples/column/scenario/design.zh.md b/site/examples/column/scenario/design.zh.md similarity index 100% rename from examples/column/scenario/design.zh.md rename to site/examples/column/scenario/design.zh.md diff --git a/examples/column/scenario/index.en.md b/site/examples/column/scenario/index.en.md similarity index 100% rename from examples/column/scenario/index.en.md rename to site/examples/column/scenario/index.en.md diff --git a/examples/column/scenario/index.zh.md b/site/examples/column/scenario/index.zh.md similarity index 100% rename from examples/column/scenario/index.zh.md rename to site/examples/column/scenario/index.zh.md diff --git a/examples/column/stacked/API.en.md b/site/examples/column/stacked/API.en.md similarity index 100% rename from examples/column/stacked/API.en.md rename to site/examples/column/stacked/API.en.md diff --git a/examples/column/stacked/API.zh.md b/site/examples/column/stacked/API.zh.md similarity index 100% rename from examples/column/stacked/API.zh.md rename to site/examples/column/stacked/API.zh.md diff --git a/examples/column/stacked/demo/annotation-label.ts b/site/examples/column/stacked/demo/annotation-label.ts similarity index 100% rename from examples/column/stacked/demo/annotation-label.ts rename to site/examples/column/stacked/demo/annotation-label.ts diff --git a/examples/column/stacked/demo/basic.ts b/site/examples/column/stacked/demo/basic.ts similarity index 100% rename from examples/column/stacked/demo/basic.ts rename to site/examples/column/stacked/demo/basic.ts diff --git a/examples/column/stacked/demo/column-background.ts b/site/examples/column/stacked/demo/column-background.ts similarity index 100% rename from examples/column/stacked/demo/column-background.ts rename to site/examples/column/stacked/demo/column-background.ts diff --git a/examples/column/stacked/demo/connect-area.ts b/site/examples/column/stacked/demo/connect-area.ts similarity index 100% rename from examples/column/stacked/demo/connect-area.ts rename to site/examples/column/stacked/demo/connect-area.ts diff --git a/examples/column/stacked/demo/meta.json b/site/examples/column/stacked/demo/meta.json similarity index 100% rename from examples/column/stacked/demo/meta.json rename to site/examples/column/stacked/demo/meta.json diff --git a/examples/column/stacked/design.en.md b/site/examples/column/stacked/design.en.md similarity index 100% rename from examples/column/stacked/design.en.md rename to site/examples/column/stacked/design.en.md diff --git a/examples/column/stacked/design.zh.md b/site/examples/column/stacked/design.zh.md similarity index 100% rename from examples/column/stacked/design.zh.md rename to site/examples/column/stacked/design.zh.md diff --git a/examples/column/stacked/index.en.md b/site/examples/column/stacked/index.en.md similarity index 100% rename from examples/column/stacked/index.en.md rename to site/examples/column/stacked/index.en.md diff --git a/examples/column/stacked/index.zh.md b/site/examples/column/stacked/index.zh.md similarity index 100% rename from examples/column/stacked/index.zh.md rename to site/examples/column/stacked/index.zh.md diff --git a/examples/component/annotation/API.en.md b/site/examples/component/annotation/API.en.md similarity index 100% rename from examples/component/annotation/API.en.md rename to site/examples/component/annotation/API.en.md diff --git a/examples/component/annotation/API.zh.md b/site/examples/component/annotation/API.zh.md similarity index 100% rename from examples/component/annotation/API.zh.md rename to site/examples/component/annotation/API.zh.md diff --git a/examples/component/annotation/demo/image-annotation.ts b/site/examples/component/annotation/demo/image-annotation.ts similarity index 100% rename from examples/component/annotation/demo/image-annotation.ts rename to site/examples/component/annotation/demo/image-annotation.ts diff --git a/examples/component/annotation/demo/line-annotation-accurate.ts b/site/examples/component/annotation/demo/line-annotation-accurate.ts similarity index 100% rename from examples/component/annotation/demo/line-annotation-accurate.ts rename to site/examples/component/annotation/demo/line-annotation-accurate.ts diff --git a/examples/component/annotation/demo/line-annotation-position.jsx b/site/examples/component/annotation/demo/line-annotation-position.jsx similarity index 100% rename from examples/component/annotation/demo/line-annotation-position.jsx rename to site/examples/component/annotation/demo/line-annotation-position.jsx diff --git a/examples/component/annotation/demo/line-annotation.ts b/site/examples/component/annotation/demo/line-annotation.ts similarity index 100% rename from examples/component/annotation/demo/line-annotation.ts rename to site/examples/component/annotation/demo/line-annotation.ts diff --git a/examples/component/annotation/demo/meta.json b/site/examples/component/annotation/demo/meta.json similarity index 100% rename from examples/component/annotation/demo/meta.json rename to site/examples/component/annotation/demo/meta.json diff --git a/examples/component/annotation/demo/operate-annotation.ts b/site/examples/component/annotation/demo/operate-annotation.ts similarity index 100% rename from examples/component/annotation/demo/operate-annotation.ts rename to site/examples/component/annotation/demo/operate-annotation.ts diff --git a/examples/component/annotation/demo/region-and-data-marker.ts b/site/examples/component/annotation/demo/region-and-data-marker.ts similarity index 100% rename from examples/component/annotation/demo/region-and-data-marker.ts rename to site/examples/component/annotation/demo/region-and-data-marker.ts diff --git a/examples/component/annotation/demo/region-annotation.ts b/site/examples/component/annotation/demo/region-annotation.ts similarity index 100% rename from examples/component/annotation/demo/region-annotation.ts rename to site/examples/component/annotation/demo/region-annotation.ts diff --git a/examples/component/annotation/demo/text-annotation1.ts b/site/examples/component/annotation/demo/text-annotation1.ts similarity index 100% rename from examples/component/annotation/demo/text-annotation1.ts rename to site/examples/component/annotation/demo/text-annotation1.ts diff --git a/examples/component/annotation/demo/text-annotation2.ts b/site/examples/component/annotation/demo/text-annotation2.ts similarity index 100% rename from examples/component/annotation/demo/text-annotation2.ts rename to site/examples/component/annotation/demo/text-annotation2.ts diff --git a/examples/component/annotation/index.en.md b/site/examples/component/annotation/index.en.md similarity index 100% rename from examples/component/annotation/index.en.md rename to site/examples/component/annotation/index.en.md diff --git a/examples/component/annotation/index.zh.md b/site/examples/component/annotation/index.zh.md similarity index 100% rename from examples/component/annotation/index.zh.md rename to site/examples/component/annotation/index.zh.md diff --git a/examples/component/label/API.en.md b/site/examples/component/label/API.en.md similarity index 100% rename from examples/component/label/API.en.md rename to site/examples/component/label/API.en.md diff --git a/examples/component/label/API.zh.md b/site/examples/component/label/API.zh.md similarity index 100% rename from examples/component/label/API.zh.md rename to site/examples/component/label/API.zh.md diff --git a/examples/component/label/demo/custom-label.ts b/site/examples/component/label/demo/custom-label.ts similarity index 100% rename from examples/component/label/demo/custom-label.ts rename to site/examples/component/label/demo/custom-label.ts diff --git a/examples/component/label/demo/meta.json b/site/examples/component/label/demo/meta.json similarity index 100% rename from examples/component/label/demo/meta.json rename to site/examples/component/label/demo/meta.json diff --git a/examples/component/label/index.en.md b/site/examples/component/label/index.en.md similarity index 100% rename from examples/component/label/index.en.md rename to site/examples/component/label/index.en.md diff --git a/examples/component/label/index.zh.md b/site/examples/component/label/index.zh.md similarity index 100% rename from examples/component/label/index.zh.md rename to site/examples/component/label/index.zh.md diff --git a/examples/component/legend/API.en.md b/site/examples/component/legend/API.en.md similarity index 100% rename from examples/component/legend/API.en.md rename to site/examples/component/legend/API.en.md diff --git a/examples/component/legend/API.zh.md b/site/examples/component/legend/API.zh.md similarity index 100% rename from examples/component/legend/API.zh.md rename to site/examples/component/legend/API.zh.md diff --git a/examples/component/legend/demo/legend-flippage.ts b/site/examples/component/legend/demo/legend-flippage.ts similarity index 100% rename from examples/component/legend/demo/legend-flippage.ts rename to site/examples/component/legend/demo/legend-flippage.ts diff --git a/examples/component/legend/demo/legend-focus.ts b/site/examples/component/legend/demo/legend-focus.ts similarity index 100% rename from examples/component/legend/demo/legend-focus.ts rename to site/examples/component/legend/demo/legend-focus.ts diff --git a/examples/component/legend/demo/legend-item-cfg.ts b/site/examples/component/legend/demo/legend-item-cfg.ts similarity index 100% rename from examples/component/legend/demo/legend-item-cfg.ts rename to site/examples/component/legend/demo/legend-item-cfg.ts diff --git a/examples/component/legend/demo/legend-item-value.ts b/site/examples/component/legend/demo/legend-item-value.ts similarity index 100% rename from examples/component/legend/demo/legend-item-value.ts rename to site/examples/component/legend/demo/legend-item-value.ts diff --git a/examples/component/legend/demo/legend-marker-customize.ts b/site/examples/component/legend/demo/legend-marker-customize.ts similarity index 100% rename from examples/component/legend/demo/legend-marker-customize.ts rename to site/examples/component/legend/demo/legend-marker-customize.ts diff --git a/examples/component/legend/demo/legend-position.jsx b/site/examples/component/legend/demo/legend-position.jsx similarity index 100% rename from examples/component/legend/demo/legend-position.jsx rename to site/examples/component/legend/demo/legend-position.jsx diff --git a/examples/component/legend/demo/legend-radio.ts b/site/examples/component/legend/demo/legend-radio.ts similarity index 100% rename from examples/component/legend/demo/legend-radio.ts rename to site/examples/component/legend/demo/legend-radio.ts diff --git a/examples/component/legend/demo/meta.json b/site/examples/component/legend/demo/meta.json similarity index 100% rename from examples/component/legend/demo/meta.json rename to site/examples/component/legend/demo/meta.json diff --git a/examples/component/legend/index.en.md b/site/examples/component/legend/index.en.md similarity index 100% rename from examples/component/legend/index.en.md rename to site/examples/component/legend/index.en.md diff --git a/examples/component/legend/index.zh.md b/site/examples/component/legend/index.zh.md similarity index 100% rename from examples/component/legend/index.zh.md rename to site/examples/component/legend/index.zh.md diff --git a/examples/component/tooltip/API.en.md b/site/examples/component/tooltip/API.en.md similarity index 100% rename from examples/component/tooltip/API.en.md rename to site/examples/component/tooltip/API.en.md diff --git a/examples/component/tooltip/API.zh.md b/site/examples/component/tooltip/API.zh.md similarity index 100% rename from examples/component/tooltip/API.zh.md rename to site/examples/component/tooltip/API.zh.md diff --git a/examples/component/tooltip/demo/html-tooltip.ts b/site/examples/component/tooltip/demo/html-tooltip.ts similarity index 100% rename from examples/component/tooltip/demo/html-tooltip.ts rename to site/examples/component/tooltip/demo/html-tooltip.ts diff --git a/examples/component/tooltip/demo/meta.json b/site/examples/component/tooltip/demo/meta.json similarity index 100% rename from examples/component/tooltip/demo/meta.json rename to site/examples/component/tooltip/demo/meta.json diff --git a/examples/component/tooltip/index.en.md b/site/examples/component/tooltip/index.en.md similarity index 100% rename from examples/component/tooltip/index.en.md rename to site/examples/component/tooltip/index.en.md diff --git a/examples/component/tooltip/index.zh.md b/site/examples/component/tooltip/index.zh.md similarity index 100% rename from examples/component/tooltip/index.zh.md rename to site/examples/component/tooltip/index.zh.md diff --git a/examples/dual-axes/column-line/API.en.md b/site/examples/dual-axes/column-line/API.en.md similarity index 100% rename from examples/dual-axes/column-line/API.en.md rename to site/examples/dual-axes/column-line/API.en.md diff --git a/examples/dual-axes/column-line/API.zh.md b/site/examples/dual-axes/column-line/API.zh.md similarity index 100% rename from examples/dual-axes/column-line/API.zh.md rename to site/examples/dual-axes/column-line/API.zh.md diff --git a/examples/dual-axes/column-line/demo/column-line.ts b/site/examples/dual-axes/column-line/demo/column-line.ts similarity index 100% rename from examples/dual-axes/column-line/demo/column-line.ts rename to site/examples/dual-axes/column-line/demo/column-line.ts diff --git a/examples/dual-axes/column-line/demo/column-multi-line.ts b/site/examples/dual-axes/column-line/demo/column-multi-line.ts similarity index 100% rename from examples/dual-axes/column-line/demo/column-multi-line.ts rename to site/examples/dual-axes/column-line/demo/column-multi-line.ts diff --git a/examples/dual-axes/column-line/demo/custom-column-line.ts b/site/examples/dual-axes/column-line/demo/custom-column-line.ts similarity index 100% rename from examples/dual-axes/column-line/demo/custom-column-line.ts rename to site/examples/dual-axes/column-line/demo/custom-column-line.ts diff --git a/examples/dual-axes/column-line/demo/demo-more-1.ts b/site/examples/dual-axes/column-line/demo/demo-more-1.ts similarity index 100% rename from examples/dual-axes/column-line/demo/demo-more-1.ts rename to site/examples/dual-axes/column-line/demo/demo-more-1.ts diff --git a/examples/dual-axes/column-line/demo/meta.json b/site/examples/dual-axes/column-line/demo/meta.json similarity index 100% rename from examples/dual-axes/column-line/demo/meta.json rename to site/examples/dual-axes/column-line/demo/meta.json diff --git a/examples/dual-axes/column-line/demo/pattern.ts b/site/examples/dual-axes/column-line/demo/pattern.ts similarity index 100% rename from examples/dual-axes/column-line/demo/pattern.ts rename to site/examples/dual-axes/column-line/demo/pattern.ts diff --git a/examples/dual-axes/column-line/demo/range-column-line.ts b/site/examples/dual-axes/column-line/demo/range-column-line.ts similarity index 100% rename from examples/dual-axes/column-line/demo/range-column-line.ts rename to site/examples/dual-axes/column-line/demo/range-column-line.ts diff --git a/examples/dual-axes/column-line/demo/slider-column-line.ts b/site/examples/dual-axes/column-line/demo/slider-column-line.ts similarity index 100% rename from examples/dual-axes/column-line/demo/slider-column-line.ts rename to site/examples/dual-axes/column-line/demo/slider-column-line.ts diff --git a/examples/dual-axes/column-line/index.en.md b/site/examples/dual-axes/column-line/index.en.md similarity index 100% rename from examples/dual-axes/column-line/index.en.md rename to site/examples/dual-axes/column-line/index.en.md diff --git a/examples/dual-axes/column-line/index.zh.md b/site/examples/dual-axes/column-line/index.zh.md similarity index 100% rename from examples/dual-axes/column-line/index.zh.md rename to site/examples/dual-axes/column-line/index.zh.md diff --git a/examples/dual-axes/dual-line/API.en.md b/site/examples/dual-axes/dual-line/API.en.md similarity index 100% rename from examples/dual-axes/dual-line/API.en.md rename to site/examples/dual-axes/dual-line/API.en.md diff --git a/examples/dual-axes/dual-line/API.zh.md b/site/examples/dual-axes/dual-line/API.zh.md similarity index 100% rename from examples/dual-axes/dual-line/API.zh.md rename to site/examples/dual-axes/dual-line/API.zh.md diff --git a/examples/dual-axes/dual-line/demo/custom-dual-line.ts b/site/examples/dual-axes/dual-line/demo/custom-dual-line.ts similarity index 100% rename from examples/dual-axes/dual-line/demo/custom-dual-line.ts rename to site/examples/dual-axes/dual-line/demo/custom-dual-line.ts diff --git a/examples/dual-axes/dual-line/demo/dual-line.ts b/site/examples/dual-axes/dual-line/demo/dual-line.ts similarity index 100% rename from examples/dual-axes/dual-line/demo/dual-line.ts rename to site/examples/dual-axes/dual-line/demo/dual-line.ts diff --git a/examples/dual-axes/dual-line/demo/dual-multi-line.ts b/site/examples/dual-axes/dual-line/demo/dual-multi-line.ts similarity index 100% rename from examples/dual-axes/dual-line/demo/dual-multi-line.ts rename to site/examples/dual-axes/dual-line/demo/dual-multi-line.ts diff --git a/examples/dual-axes/dual-line/demo/dual-step-line.ts b/site/examples/dual-axes/dual-line/demo/dual-step-line.ts similarity index 100% rename from examples/dual-axes/dual-line/demo/dual-step-line.ts rename to site/examples/dual-axes/dual-line/demo/dual-step-line.ts diff --git a/examples/dual-axes/dual-line/demo/meta.json b/site/examples/dual-axes/dual-line/demo/meta.json similarity index 100% rename from examples/dual-axes/dual-line/demo/meta.json rename to site/examples/dual-axes/dual-line/demo/meta.json diff --git a/examples/dual-axes/dual-line/index.en.md b/site/examples/dual-axes/dual-line/index.en.md similarity index 100% rename from examples/dual-axes/dual-line/index.en.md rename to site/examples/dual-axes/dual-line/index.en.md diff --git a/examples/dual-axes/dual-line/index.zh.md b/site/examples/dual-axes/dual-line/index.zh.md similarity index 100% rename from examples/dual-axes/dual-line/index.zh.md rename to site/examples/dual-axes/dual-line/index.zh.md diff --git a/examples/dual-axes/grouped-column-line/API.en.md b/site/examples/dual-axes/grouped-column-line/API.en.md similarity index 100% rename from examples/dual-axes/grouped-column-line/API.en.md rename to site/examples/dual-axes/grouped-column-line/API.en.md diff --git a/examples/dual-axes/grouped-column-line/API.zh.md b/site/examples/dual-axes/grouped-column-line/API.zh.md similarity index 100% rename from examples/dual-axes/grouped-column-line/API.zh.md rename to site/examples/dual-axes/grouped-column-line/API.zh.md diff --git a/examples/dual-axes/grouped-column-line/demo/custom-grouped-column-line.ts b/site/examples/dual-axes/grouped-column-line/demo/custom-grouped-column-line.ts similarity index 100% rename from examples/dual-axes/grouped-column-line/demo/custom-grouped-column-line.ts rename to site/examples/dual-axes/grouped-column-line/demo/custom-grouped-column-line.ts diff --git a/examples/dual-axes/grouped-column-line/demo/grouped-column-line.ts b/site/examples/dual-axes/grouped-column-line/demo/grouped-column-line.ts similarity index 100% rename from examples/dual-axes/grouped-column-line/demo/grouped-column-line.ts rename to site/examples/dual-axes/grouped-column-line/demo/grouped-column-line.ts diff --git a/examples/dual-axes/grouped-column-line/demo/grouped-column-multi-line.ts b/site/examples/dual-axes/grouped-column-line/demo/grouped-column-multi-line.ts similarity index 100% rename from examples/dual-axes/grouped-column-line/demo/grouped-column-multi-line.ts rename to site/examples/dual-axes/grouped-column-line/demo/grouped-column-multi-line.ts diff --git a/examples/dual-axes/grouped-column-line/demo/meta.json b/site/examples/dual-axes/grouped-column-line/demo/meta.json similarity index 100% rename from examples/dual-axes/grouped-column-line/demo/meta.json rename to site/examples/dual-axes/grouped-column-line/demo/meta.json diff --git a/examples/dual-axes/grouped-column-line/demo/pattern-with-callback.ts b/site/examples/dual-axes/grouped-column-line/demo/pattern-with-callback.ts similarity index 100% rename from examples/dual-axes/grouped-column-line/demo/pattern-with-callback.ts rename to site/examples/dual-axes/grouped-column-line/demo/pattern-with-callback.ts diff --git a/examples/dual-axes/grouped-column-line/index.en.md b/site/examples/dual-axes/grouped-column-line/index.en.md similarity index 100% rename from examples/dual-axes/grouped-column-line/index.en.md rename to site/examples/dual-axes/grouped-column-line/index.en.md diff --git a/examples/dual-axes/grouped-column-line/index.zh.md b/site/examples/dual-axes/grouped-column-line/index.zh.md similarity index 100% rename from examples/dual-axes/grouped-column-line/index.zh.md rename to site/examples/dual-axes/grouped-column-line/index.zh.md diff --git a/examples/dual-axes/grouped-stacked-line/API.en.md b/site/examples/dual-axes/grouped-stacked-line/API.en.md similarity index 100% rename from examples/dual-axes/grouped-stacked-line/API.en.md rename to site/examples/dual-axes/grouped-stacked-line/API.en.md diff --git a/examples/dual-axes/grouped-stacked-line/API.zh.md b/site/examples/dual-axes/grouped-stacked-line/API.zh.md similarity index 100% rename from examples/dual-axes/grouped-stacked-line/API.zh.md rename to site/examples/dual-axes/grouped-stacked-line/API.zh.md diff --git a/examples/dual-axes/grouped-stacked-line/demo/meta.json b/site/examples/dual-axes/grouped-stacked-line/demo/meta.json similarity index 100% rename from examples/dual-axes/grouped-stacked-line/demo/meta.json rename to site/examples/dual-axes/grouped-stacked-line/demo/meta.json diff --git a/examples/dual-axes/grouped-stacked-line/demo/stacked-grouped-column-line.ts b/site/examples/dual-axes/grouped-stacked-line/demo/stacked-grouped-column-line.ts similarity index 100% rename from examples/dual-axes/grouped-stacked-line/demo/stacked-grouped-column-line.ts rename to site/examples/dual-axes/grouped-stacked-line/demo/stacked-grouped-column-line.ts diff --git a/examples/dual-axes/grouped-stacked-line/index.en.md b/site/examples/dual-axes/grouped-stacked-line/index.en.md similarity index 100% rename from examples/dual-axes/grouped-stacked-line/index.en.md rename to site/examples/dual-axes/grouped-stacked-line/index.en.md diff --git a/examples/dual-axes/grouped-stacked-line/index.zh.md b/site/examples/dual-axes/grouped-stacked-line/index.zh.md similarity index 100% rename from examples/dual-axes/grouped-stacked-line/index.zh.md rename to site/examples/dual-axes/grouped-stacked-line/index.zh.md diff --git a/examples/dual-axes/stacked-column-line/API.en.md b/site/examples/dual-axes/stacked-column-line/API.en.md similarity index 100% rename from examples/dual-axes/stacked-column-line/API.en.md rename to site/examples/dual-axes/stacked-column-line/API.en.md diff --git a/examples/dual-axes/stacked-column-line/API.zh.md b/site/examples/dual-axes/stacked-column-line/API.zh.md similarity index 100% rename from examples/dual-axes/stacked-column-line/API.zh.md rename to site/examples/dual-axes/stacked-column-line/API.zh.md diff --git a/examples/dual-axes/stacked-column-line/demo/custom-stacked-column-line.ts b/site/examples/dual-axes/stacked-column-line/demo/custom-stacked-column-line.ts similarity index 100% rename from examples/dual-axes/stacked-column-line/demo/custom-stacked-column-line.ts rename to site/examples/dual-axes/stacked-column-line/demo/custom-stacked-column-line.ts diff --git a/examples/dual-axes/stacked-column-line/demo/meta.json b/site/examples/dual-axes/stacked-column-line/demo/meta.json similarity index 100% rename from examples/dual-axes/stacked-column-line/demo/meta.json rename to site/examples/dual-axes/stacked-column-line/demo/meta.json diff --git a/examples/dual-axes/stacked-column-line/demo/stacked-column-line.ts b/site/examples/dual-axes/stacked-column-line/demo/stacked-column-line.ts similarity index 100% rename from examples/dual-axes/stacked-column-line/demo/stacked-column-line.ts rename to site/examples/dual-axes/stacked-column-line/demo/stacked-column-line.ts diff --git a/examples/dual-axes/stacked-column-line/demo/stacked-column-multi-line.ts b/site/examples/dual-axes/stacked-column-line/demo/stacked-column-multi-line.ts similarity index 100% rename from examples/dual-axes/stacked-column-line/demo/stacked-column-multi-line.ts rename to site/examples/dual-axes/stacked-column-line/demo/stacked-column-multi-line.ts diff --git a/examples/dual-axes/stacked-column-line/demo/stacked-percent-column-line.ts b/site/examples/dual-axes/stacked-column-line/demo/stacked-percent-column-line.ts similarity index 100% rename from examples/dual-axes/stacked-column-line/demo/stacked-percent-column-line.ts rename to site/examples/dual-axes/stacked-column-line/demo/stacked-percent-column-line.ts diff --git a/examples/dual-axes/stacked-column-line/index.en.md b/site/examples/dual-axes/stacked-column-line/index.en.md similarity index 100% rename from examples/dual-axes/stacked-column-line/index.en.md rename to site/examples/dual-axes/stacked-column-line/index.en.md diff --git a/examples/dual-axes/stacked-column-line/index.zh.md b/site/examples/dual-axes/stacked-column-line/index.zh.md similarity index 100% rename from examples/dual-axes/stacked-column-line/index.zh.md rename to site/examples/dual-axes/stacked-column-line/index.zh.md diff --git a/examples/dynamic-plots/animation/demo/animation-column.jsx b/site/examples/dynamic-plots/animation/demo/animation-column.jsx similarity index 100% rename from examples/dynamic-plots/animation/demo/animation-column.jsx rename to site/examples/dynamic-plots/animation/demo/animation-column.jsx diff --git a/examples/dynamic-plots/animation/demo/animation-line.jsx b/site/examples/dynamic-plots/animation/demo/animation-line.jsx similarity index 100% rename from examples/dynamic-plots/animation/demo/animation-line.jsx rename to site/examples/dynamic-plots/animation/demo/animation-line.jsx diff --git a/examples/dynamic-plots/animation/demo/animation-pie.jsx b/site/examples/dynamic-plots/animation/demo/animation-pie.jsx similarity index 100% rename from examples/dynamic-plots/animation/demo/animation-pie.jsx rename to site/examples/dynamic-plots/animation/demo/animation-pie.jsx diff --git a/examples/dynamic-plots/animation/demo/easing-effects.ts b/site/examples/dynamic-plots/animation/demo/easing-effects.ts similarity index 100% rename from examples/dynamic-plots/animation/demo/easing-effects.ts rename to site/examples/dynamic-plots/animation/demo/easing-effects.ts diff --git a/examples/dynamic-plots/animation/demo/meta.json b/site/examples/dynamic-plots/animation/demo/meta.json similarity index 100% rename from examples/dynamic-plots/animation/demo/meta.json rename to site/examples/dynamic-plots/animation/demo/meta.json diff --git a/examples/dynamic-plots/animation/index.en.md b/site/examples/dynamic-plots/animation/index.en.md similarity index 100% rename from examples/dynamic-plots/animation/index.en.md rename to site/examples/dynamic-plots/animation/index.en.md diff --git a/examples/dynamic-plots/animation/index.zh.md b/site/examples/dynamic-plots/animation/index.zh.md similarity index 100% rename from examples/dynamic-plots/animation/index.zh.md rename to site/examples/dynamic-plots/animation/index.zh.md diff --git a/examples/dynamic-plots/basic/demo/dynamic-area.ts b/site/examples/dynamic-plots/basic/demo/dynamic-area.ts similarity index 100% rename from examples/dynamic-plots/basic/demo/dynamic-area.ts rename to site/examples/dynamic-plots/basic/demo/dynamic-area.ts diff --git a/examples/dynamic-plots/basic/demo/dynamic-column.ts b/site/examples/dynamic-plots/basic/demo/dynamic-column.ts similarity index 100% rename from examples/dynamic-plots/basic/demo/dynamic-column.ts rename to site/examples/dynamic-plots/basic/demo/dynamic-column.ts diff --git a/examples/dynamic-plots/basic/demo/dynamic-gauge.ts b/site/examples/dynamic-plots/basic/demo/dynamic-gauge.ts similarity index 100% rename from examples/dynamic-plots/basic/demo/dynamic-gauge.ts rename to site/examples/dynamic-plots/basic/demo/dynamic-gauge.ts diff --git a/examples/dynamic-plots/basic/demo/dynamic-pie.ts b/site/examples/dynamic-plots/basic/demo/dynamic-pie.ts similarity index 100% rename from examples/dynamic-plots/basic/demo/dynamic-pie.ts rename to site/examples/dynamic-plots/basic/demo/dynamic-pie.ts diff --git a/examples/dynamic-plots/basic/demo/dynamic-spline.ts b/site/examples/dynamic-plots/basic/demo/dynamic-spline.ts similarity index 100% rename from examples/dynamic-plots/basic/demo/dynamic-spline.ts rename to site/examples/dynamic-plots/basic/demo/dynamic-spline.ts diff --git a/examples/dynamic-plots/basic/demo/meta.json b/site/examples/dynamic-plots/basic/demo/meta.json similarity index 100% rename from examples/dynamic-plots/basic/demo/meta.json rename to site/examples/dynamic-plots/basic/demo/meta.json diff --git a/examples/dynamic-plots/basic/index.en.md b/site/examples/dynamic-plots/basic/index.en.md similarity index 100% rename from examples/dynamic-plots/basic/index.en.md rename to site/examples/dynamic-plots/basic/index.en.md diff --git a/examples/dynamic-plots/basic/index.zh.md b/site/examples/dynamic-plots/basic/index.zh.md similarity index 100% rename from examples/dynamic-plots/basic/index.zh.md rename to site/examples/dynamic-plots/basic/index.zh.md diff --git a/examples/dynamic-plots/brush/demo/advanced-brush1.ts b/site/examples/dynamic-plots/brush/demo/advanced-brush1.ts similarity index 100% rename from examples/dynamic-plots/brush/demo/advanced-brush1.ts rename to site/examples/dynamic-plots/brush/demo/advanced-brush1.ts diff --git a/examples/dynamic-plots/brush/demo/advanced-brush2.ts b/site/examples/dynamic-plots/brush/demo/advanced-brush2.ts similarity index 100% rename from examples/dynamic-plots/brush/demo/advanced-brush2.ts rename to site/examples/dynamic-plots/brush/demo/advanced-brush2.ts diff --git a/examples/dynamic-plots/brush/demo/advanced-brush3.ts b/site/examples/dynamic-plots/brush/demo/advanced-brush3.ts similarity index 100% rename from examples/dynamic-plots/brush/demo/advanced-brush3.ts rename to site/examples/dynamic-plots/brush/demo/advanced-brush3.ts diff --git a/examples/dynamic-plots/brush/demo/bar-brush.ts b/site/examples/dynamic-plots/brush/demo/bar-brush.ts similarity index 100% rename from examples/dynamic-plots/brush/demo/bar-brush.ts rename to site/examples/dynamic-plots/brush/demo/bar-brush.ts diff --git a/examples/dynamic-plots/brush/demo/column-brush-y-highlight.ts b/site/examples/dynamic-plots/brush/demo/column-brush-y-highlight.ts similarity index 100% rename from examples/dynamic-plots/brush/demo/column-brush-y-highlight.ts rename to site/examples/dynamic-plots/brush/demo/column-brush-y-highlight.ts diff --git a/examples/dynamic-plots/brush/demo/column-brush-y.ts b/site/examples/dynamic-plots/brush/demo/column-brush-y.ts similarity index 100% rename from examples/dynamic-plots/brush/demo/column-brush-y.ts rename to site/examples/dynamic-plots/brush/demo/column-brush-y.ts diff --git a/examples/dynamic-plots/brush/demo/column-brush.ts b/site/examples/dynamic-plots/brush/demo/column-brush.ts similarity index 100% rename from examples/dynamic-plots/brush/demo/column-brush.ts rename to site/examples/dynamic-plots/brush/demo/column-brush.ts diff --git a/examples/dynamic-plots/brush/demo/meta.json b/site/examples/dynamic-plots/brush/demo/meta.json similarity index 100% rename from examples/dynamic-plots/brush/demo/meta.json rename to site/examples/dynamic-plots/brush/demo/meta.json diff --git a/examples/dynamic-plots/brush/demo/scatter-brush-filter.ts b/site/examples/dynamic-plots/brush/demo/scatter-brush-filter.ts similarity index 100% rename from examples/dynamic-plots/brush/demo/scatter-brush-filter.ts rename to site/examples/dynamic-plots/brush/demo/scatter-brush-filter.ts diff --git a/examples/dynamic-plots/brush/demo/scatter-brush.jsx b/site/examples/dynamic-plots/brush/demo/scatter-brush.jsx similarity index 100% rename from examples/dynamic-plots/brush/demo/scatter-brush.jsx rename to site/examples/dynamic-plots/brush/demo/scatter-brush.jsx diff --git a/examples/dynamic-plots/brush/index.en.md b/site/examples/dynamic-plots/brush/index.en.md similarity index 100% rename from examples/dynamic-plots/brush/index.en.md rename to site/examples/dynamic-plots/brush/index.en.md diff --git a/examples/dynamic-plots/brush/index.zh.md b/site/examples/dynamic-plots/brush/index.zh.md similarity index 100% rename from examples/dynamic-plots/brush/index.zh.md rename to site/examples/dynamic-plots/brush/index.zh.md diff --git a/examples/general/events/API.en.md b/site/examples/general/events/API.en.md similarity index 100% rename from examples/general/events/API.en.md rename to site/examples/general/events/API.en.md diff --git a/examples/general/events/API.zh.md b/site/examples/general/events/API.zh.md similarity index 100% rename from examples/general/events/API.zh.md rename to site/examples/general/events/API.zh.md diff --git a/examples/general/events/demo/conversion-tag-with-link.ts b/site/examples/general/events/demo/conversion-tag-with-link.ts similarity index 100% rename from examples/general/events/demo/conversion-tag-with-link.ts rename to site/examples/general/events/demo/conversion-tag-with-link.ts diff --git a/examples/general/events/demo/meta.json b/site/examples/general/events/demo/meta.json similarity index 100% rename from examples/general/events/demo/meta.json rename to site/examples/general/events/demo/meta.json diff --git a/examples/general/events/index.en.md b/site/examples/general/events/index.en.md similarity index 100% rename from examples/general/events/index.en.md rename to site/examples/general/events/index.en.md diff --git a/examples/general/events/index.zh.md b/site/examples/general/events/index.zh.md similarity index 100% rename from examples/general/events/index.zh.md rename to site/examples/general/events/index.zh.md diff --git a/examples/general/state/API.en.md b/site/examples/general/state/API.en.md similarity index 100% rename from examples/general/state/API.en.md rename to site/examples/general/state/API.en.md diff --git a/examples/general/state/API.zh.md b/site/examples/general/state/API.zh.md similarity index 100% rename from examples/general/state/API.zh.md rename to site/examples/general/state/API.zh.md diff --git a/examples/general/state/demo/custom-state-style.ts b/site/examples/general/state/demo/custom-state-style.ts similarity index 100% rename from examples/general/state/demo/custom-state-style.ts rename to site/examples/general/state/demo/custom-state-style.ts diff --git a/examples/general/state/demo/meta.json b/site/examples/general/state/demo/meta.json similarity index 100% rename from examples/general/state/demo/meta.json rename to site/examples/general/state/demo/meta.json diff --git a/examples/general/state/demo/set-state.ts b/site/examples/general/state/demo/set-state.ts similarity index 100% rename from examples/general/state/demo/set-state.ts rename to site/examples/general/state/demo/set-state.ts diff --git a/examples/general/state/index.en.md b/site/examples/general/state/index.en.md similarity index 100% rename from examples/general/state/index.en.md rename to site/examples/general/state/index.en.md diff --git a/examples/general/state/index.zh.md b/site/examples/general/state/index.zh.md similarity index 100% rename from examples/general/state/index.zh.md rename to site/examples/general/state/index.zh.md diff --git a/examples/general/theme/API.en.md b/site/examples/general/theme/API.en.md similarity index 100% rename from examples/general/theme/API.en.md rename to site/examples/general/theme/API.en.md diff --git a/examples/general/theme/API.zh.md b/site/examples/general/theme/API.zh.md similarity index 100% rename from examples/general/theme/API.zh.md rename to site/examples/general/theme/API.zh.md diff --git a/examples/general/theme/demo/custom-theme.ts b/site/examples/general/theme/demo/custom-theme.ts similarity index 100% rename from examples/general/theme/demo/custom-theme.ts rename to site/examples/general/theme/demo/custom-theme.ts diff --git a/examples/general/theme/demo/dark.ts b/site/examples/general/theme/demo/dark.ts similarity index 100% rename from examples/general/theme/demo/dark.ts rename to site/examples/general/theme/demo/dark.ts diff --git a/examples/general/theme/demo/meta.json b/site/examples/general/theme/demo/meta.json similarity index 100% rename from examples/general/theme/demo/meta.json rename to site/examples/general/theme/demo/meta.json diff --git a/examples/general/theme/demo/register-theme.ts b/site/examples/general/theme/demo/register-theme.ts similarity index 100% rename from examples/general/theme/demo/register-theme.ts rename to site/examples/general/theme/demo/register-theme.ts diff --git a/examples/general/theme/index.en.md b/site/examples/general/theme/index.en.md similarity index 100% rename from examples/general/theme/index.en.md rename to site/examples/general/theme/index.en.md diff --git a/examples/general/theme/index.zh.md b/site/examples/general/theme/index.zh.md similarity index 100% rename from examples/general/theme/index.zh.md rename to site/examples/general/theme/index.zh.md diff --git a/examples/heatmap/basic/API.en.md b/site/examples/heatmap/basic/API.en.md similarity index 100% rename from examples/heatmap/basic/API.en.md rename to site/examples/heatmap/basic/API.en.md diff --git a/examples/heatmap/basic/API.zh.md b/site/examples/heatmap/basic/API.zh.md similarity index 100% rename from examples/heatmap/basic/API.zh.md rename to site/examples/heatmap/basic/API.zh.md diff --git a/examples/heatmap/basic/demo/basic.ts b/site/examples/heatmap/basic/demo/basic.ts similarity index 100% rename from examples/heatmap/basic/demo/basic.ts rename to site/examples/heatmap/basic/demo/basic.ts diff --git a/examples/heatmap/basic/demo/calendar.ts b/site/examples/heatmap/basic/demo/calendar.ts similarity index 100% rename from examples/heatmap/basic/demo/calendar.ts rename to site/examples/heatmap/basic/demo/calendar.ts diff --git a/examples/heatmap/basic/demo/meta.json b/site/examples/heatmap/basic/demo/meta.json similarity index 100% rename from examples/heatmap/basic/demo/meta.json rename to site/examples/heatmap/basic/demo/meta.json diff --git a/examples/heatmap/basic/demo/pattern.ts b/site/examples/heatmap/basic/demo/pattern.ts similarity index 100% rename from examples/heatmap/basic/demo/pattern.ts rename to site/examples/heatmap/basic/demo/pattern.ts diff --git a/examples/heatmap/basic/demo/polar.ts b/site/examples/heatmap/basic/demo/polar.ts similarity index 100% rename from examples/heatmap/basic/demo/polar.ts rename to site/examples/heatmap/basic/demo/polar.ts diff --git a/examples/heatmap/basic/demo/shape.ts b/site/examples/heatmap/basic/demo/shape.ts similarity index 100% rename from examples/heatmap/basic/demo/shape.ts rename to site/examples/heatmap/basic/demo/shape.ts diff --git a/examples/heatmap/basic/demo/size.ts b/site/examples/heatmap/basic/demo/size.ts similarity index 100% rename from examples/heatmap/basic/demo/size.ts rename to site/examples/heatmap/basic/demo/size.ts diff --git a/examples/heatmap/basic/index.en.md b/site/examples/heatmap/basic/index.en.md similarity index 100% rename from examples/heatmap/basic/index.en.md rename to site/examples/heatmap/basic/index.en.md diff --git a/examples/heatmap/basic/index.zh.md b/site/examples/heatmap/basic/index.zh.md similarity index 100% rename from examples/heatmap/basic/index.zh.md rename to site/examples/heatmap/basic/index.zh.md diff --git a/examples/heatmap/density/API.en.md b/site/examples/heatmap/density/API.en.md similarity index 100% rename from examples/heatmap/density/API.en.md rename to site/examples/heatmap/density/API.en.md diff --git a/examples/heatmap/density/API.zh.md b/site/examples/heatmap/density/API.zh.md similarity index 100% rename from examples/heatmap/density/API.zh.md rename to site/examples/heatmap/density/API.zh.md diff --git a/examples/heatmap/density/demo/basic.ts b/site/examples/heatmap/density/demo/basic.ts similarity index 100% rename from examples/heatmap/density/demo/basic.ts rename to site/examples/heatmap/density/demo/basic.ts diff --git a/examples/heatmap/density/demo/meta.json b/site/examples/heatmap/density/demo/meta.json similarity index 100% rename from examples/heatmap/density/demo/meta.json rename to site/examples/heatmap/density/demo/meta.json diff --git a/examples/heatmap/density/index.en.md b/site/examples/heatmap/density/index.en.md similarity index 100% rename from examples/heatmap/density/index.en.md rename to site/examples/heatmap/density/index.en.md diff --git a/examples/heatmap/density/index.zh.md b/site/examples/heatmap/density/index.zh.md similarity index 100% rename from examples/heatmap/density/index.zh.md rename to site/examples/heatmap/density/index.zh.md diff --git a/examples/line/basic/API.en.md b/site/examples/line/basic/API.en.md similarity index 100% rename from examples/line/basic/API.en.md rename to site/examples/line/basic/API.en.md diff --git a/examples/line/basic/API.zh.md b/site/examples/line/basic/API.zh.md similarity index 100% rename from examples/line/basic/API.zh.md rename to site/examples/line/basic/API.zh.md diff --git a/examples/line/basic/demo/custom-marker.ts b/site/examples/line/basic/demo/custom-marker.ts similarity index 100% rename from examples/line/basic/demo/custom-marker.ts rename to site/examples/line/basic/demo/custom-marker.ts diff --git a/examples/line/basic/demo/line-annotation.ts b/site/examples/line/basic/demo/line-annotation.ts similarity index 100% rename from examples/line/basic/demo/line-annotation.ts rename to site/examples/line/basic/demo/line-annotation.ts diff --git a/examples/line/basic/demo/line-point-style.ts b/site/examples/line/basic/demo/line-point-style.ts similarity index 100% rename from examples/line/basic/demo/line-point-style.ts rename to site/examples/line/basic/demo/line-point-style.ts diff --git a/examples/line/basic/demo/line-slider.ts b/site/examples/line/basic/demo/line-slider.ts similarity index 100% rename from examples/line/basic/demo/line-slider.ts rename to site/examples/line/basic/demo/line-slider.ts diff --git a/examples/line/basic/demo/line-with-data-marker.ts b/site/examples/line/basic/demo/line-with-data-marker.ts similarity index 100% rename from examples/line/basic/demo/line-with-data-marker.ts rename to site/examples/line/basic/demo/line-with-data-marker.ts diff --git a/examples/line/basic/demo/line.ts b/site/examples/line/basic/demo/line.ts similarity index 100% rename from examples/line/basic/demo/line.ts rename to site/examples/line/basic/demo/line.ts diff --git a/examples/line/basic/demo/meta.json b/site/examples/line/basic/demo/meta.json similarity index 100% rename from examples/line/basic/demo/meta.json rename to site/examples/line/basic/demo/meta.json diff --git a/examples/line/basic/demo/reflect-y.ts b/site/examples/line/basic/demo/reflect-y.ts similarity index 100% rename from examples/line/basic/demo/reflect-y.ts rename to site/examples/line/basic/demo/reflect-y.ts diff --git a/examples/line/basic/demo/spline.ts b/site/examples/line/basic/demo/spline.ts similarity index 100% rename from examples/line/basic/demo/spline.ts rename to site/examples/line/basic/demo/spline.ts diff --git a/examples/line/basic/design.en.md b/site/examples/line/basic/design.en.md similarity index 100% rename from examples/line/basic/design.en.md rename to site/examples/line/basic/design.en.md diff --git a/examples/line/basic/design.zh.md b/site/examples/line/basic/design.zh.md similarity index 100% rename from examples/line/basic/design.zh.md rename to site/examples/line/basic/design.zh.md diff --git a/examples/line/basic/index.en.md b/site/examples/line/basic/index.en.md similarity index 100% rename from examples/line/basic/index.en.md rename to site/examples/line/basic/index.en.md diff --git a/examples/line/basic/index.zh.md b/site/examples/line/basic/index.zh.md similarity index 100% rename from examples/line/basic/index.zh.md rename to site/examples/line/basic/index.zh.md diff --git a/examples/line/multiple/API.en.md b/site/examples/line/multiple/API.en.md similarity index 100% rename from examples/line/multiple/API.en.md rename to site/examples/line/multiple/API.en.md diff --git a/examples/line/multiple/API.zh.md b/site/examples/line/multiple/API.zh.md similarity index 100% rename from examples/line/multiple/API.zh.md rename to site/examples/line/multiple/API.zh.md diff --git a/examples/line/multiple/demo/line-area.ts b/site/examples/line/multiple/demo/line-area.ts similarity index 100% rename from examples/line/multiple/demo/line-area.ts rename to site/examples/line/multiple/demo/line-area.ts diff --git a/examples/line/multiple/demo/line-color.ts b/site/examples/line/multiple/demo/line-color.ts similarity index 100% rename from examples/line/multiple/demo/line-color.ts rename to site/examples/line/multiple/demo/line-color.ts diff --git a/examples/line/multiple/demo/line-grid.ts b/site/examples/line/multiple/demo/line-grid.ts similarity index 100% rename from examples/line/multiple/demo/line-grid.ts rename to site/examples/line/multiple/demo/line-grid.ts diff --git a/examples/line/multiple/demo/line-label.ts b/site/examples/line/multiple/demo/line-label.ts similarity index 100% rename from examples/line/multiple/demo/line-label.ts rename to site/examples/line/multiple/demo/line-label.ts diff --git a/examples/line/multiple/demo/line-large-data.ts b/site/examples/line/multiple/demo/line-large-data.ts similarity index 100% rename from examples/line/multiple/demo/line-large-data.ts rename to site/examples/line/multiple/demo/line-large-data.ts diff --git a/examples/line/multiple/demo/marker-active.ts b/site/examples/line/multiple/demo/marker-active.ts similarity index 100% rename from examples/line/multiple/demo/marker-active.ts rename to site/examples/line/multiple/demo/marker-active.ts diff --git a/examples/line/multiple/demo/meta.json b/site/examples/line/multiple/demo/meta.json similarity index 100% rename from examples/line/multiple/demo/meta.json rename to site/examples/line/multiple/demo/meta.json diff --git a/examples/line/multiple/demo/style-callback.ts b/site/examples/line/multiple/demo/style-callback.ts similarity index 100% rename from examples/line/multiple/demo/style-callback.ts rename to site/examples/line/multiple/demo/style-callback.ts diff --git a/examples/line/multiple/design.en.md b/site/examples/line/multiple/design.en.md similarity index 100% rename from examples/line/multiple/design.en.md rename to site/examples/line/multiple/design.en.md diff --git a/examples/line/multiple/design.zh.md b/site/examples/line/multiple/design.zh.md similarity index 100% rename from examples/line/multiple/design.zh.md rename to site/examples/line/multiple/design.zh.md diff --git a/examples/line/multiple/index.en.md b/site/examples/line/multiple/index.en.md similarity index 100% rename from examples/line/multiple/index.en.md rename to site/examples/line/multiple/index.en.md diff --git a/examples/line/multiple/index.zh.md b/site/examples/line/multiple/index.zh.md similarity index 100% rename from examples/line/multiple/index.zh.md rename to site/examples/line/multiple/index.zh.md diff --git a/examples/line/scenario/API.en.md b/site/examples/line/scenario/API.en.md similarity index 100% rename from examples/line/scenario/API.en.md rename to site/examples/line/scenario/API.en.md diff --git a/examples/line/scenario/API.zh.md b/site/examples/line/scenario/API.zh.md similarity index 100% rename from examples/line/scenario/API.zh.md rename to site/examples/line/scenario/API.zh.md diff --git a/examples/line/scenario/demo/derived-measures-line.ts b/site/examples/line/scenario/demo/derived-measures-line.ts similarity index 100% rename from examples/line/scenario/demo/derived-measures-line.ts rename to site/examples/line/scenario/demo/derived-measures-line.ts diff --git a/examples/line/scenario/demo/meta.json b/site/examples/line/scenario/demo/meta.json similarity index 100% rename from examples/line/scenario/demo/meta.json rename to site/examples/line/scenario/demo/meta.json diff --git a/examples/line/scenario/demo/multiple-measures-line.ts b/site/examples/line/scenario/demo/multiple-measures-line.ts similarity index 100% rename from examples/line/scenario/demo/multiple-measures-line.ts rename to site/examples/line/scenario/demo/multiple-measures-line.ts diff --git a/examples/line/scenario/demo/series-multiple-measures-line.ts b/site/examples/line/scenario/demo/series-multiple-measures-line.ts similarity index 100% rename from examples/line/scenario/demo/series-multiple-measures-line.ts rename to site/examples/line/scenario/demo/series-multiple-measures-line.ts diff --git a/examples/line/scenario/design.en.md b/site/examples/line/scenario/design.en.md similarity index 100% rename from examples/line/scenario/design.en.md rename to site/examples/line/scenario/design.en.md diff --git a/examples/line/scenario/design.zh.md b/site/examples/line/scenario/design.zh.md similarity index 100% rename from examples/line/scenario/design.zh.md rename to site/examples/line/scenario/design.zh.md diff --git a/examples/line/scenario/index.en.md b/site/examples/line/scenario/index.en.md similarity index 100% rename from examples/line/scenario/index.en.md rename to site/examples/line/scenario/index.en.md diff --git a/examples/line/scenario/index.zh.md b/site/examples/line/scenario/index.zh.md similarity index 100% rename from examples/line/scenario/index.zh.md rename to site/examples/line/scenario/index.zh.md diff --git a/examples/line/step/API.en.md b/site/examples/line/step/API.en.md similarity index 100% rename from examples/line/step/API.en.md rename to site/examples/line/step/API.en.md diff --git a/examples/line/step/API.zh.md b/site/examples/line/step/API.zh.md similarity index 100% rename from examples/line/step/API.zh.md rename to site/examples/line/step/API.zh.md diff --git a/examples/line/step/demo/line-multiple.ts b/site/examples/line/step/demo/line-multiple.ts similarity index 100% rename from examples/line/step/demo/line-multiple.ts rename to site/examples/line/step/demo/line-multiple.ts diff --git a/examples/line/step/demo/line.ts b/site/examples/line/step/demo/line.ts similarity index 100% rename from examples/line/step/demo/line.ts rename to site/examples/line/step/demo/line.ts diff --git a/examples/line/step/demo/meta.json b/site/examples/line/step/demo/meta.json similarity index 100% rename from examples/line/step/demo/meta.json rename to site/examples/line/step/demo/meta.json diff --git a/examples/line/step/design.en.md b/site/examples/line/step/design.en.md similarity index 100% rename from examples/line/step/design.en.md rename to site/examples/line/step/design.en.md diff --git a/examples/line/step/design.zh.md b/site/examples/line/step/design.zh.md similarity index 100% rename from examples/line/step/design.zh.md rename to site/examples/line/step/design.zh.md diff --git a/examples/line/step/index.en.md b/site/examples/line/step/index.en.md similarity index 100% rename from examples/line/step/index.en.md rename to site/examples/line/step/index.en.md diff --git a/examples/line/step/index.zh.md b/site/examples/line/step/index.zh.md similarity index 100% rename from examples/line/step/index.zh.md rename to site/examples/line/step/index.zh.md diff --git a/examples/more-plots/bidirectional-bar/API.en.md b/site/examples/more-plots/bidirectional-bar/API.en.md similarity index 100% rename from examples/more-plots/bidirectional-bar/API.en.md rename to site/examples/more-plots/bidirectional-bar/API.en.md diff --git a/examples/more-plots/bidirectional-bar/API.zh.md b/site/examples/more-plots/bidirectional-bar/API.zh.md similarity index 100% rename from examples/more-plots/bidirectional-bar/API.zh.md rename to site/examples/more-plots/bidirectional-bar/API.zh.md diff --git a/examples/more-plots/bidirectional-bar/demo/basic.ts b/site/examples/more-plots/bidirectional-bar/demo/basic.ts similarity index 100% rename from examples/more-plots/bidirectional-bar/demo/basic.ts rename to site/examples/more-plots/bidirectional-bar/demo/basic.ts diff --git a/examples/more-plots/bidirectional-bar/demo/label.ts b/site/examples/more-plots/bidirectional-bar/demo/label.ts similarity index 100% rename from examples/more-plots/bidirectional-bar/demo/label.ts rename to site/examples/more-plots/bidirectional-bar/demo/label.ts diff --git a/examples/more-plots/bidirectional-bar/demo/layout.ts b/site/examples/more-plots/bidirectional-bar/demo/layout.ts similarity index 100% rename from examples/more-plots/bidirectional-bar/demo/layout.ts rename to site/examples/more-plots/bidirectional-bar/demo/layout.ts diff --git a/examples/more-plots/bidirectional-bar/demo/meta.json b/site/examples/more-plots/bidirectional-bar/demo/meta.json similarity index 100% rename from examples/more-plots/bidirectional-bar/demo/meta.json rename to site/examples/more-plots/bidirectional-bar/demo/meta.json diff --git a/examples/more-plots/bidirectional-bar/demo/vertical-label.ts b/site/examples/more-plots/bidirectional-bar/demo/vertical-label.ts similarity index 100% rename from examples/more-plots/bidirectional-bar/demo/vertical-label.ts rename to site/examples/more-plots/bidirectional-bar/demo/vertical-label.ts diff --git a/examples/more-plots/bidirectional-bar/design.en.md b/site/examples/more-plots/bidirectional-bar/design.en.md similarity index 100% rename from examples/more-plots/bidirectional-bar/design.en.md rename to site/examples/more-plots/bidirectional-bar/design.en.md diff --git a/examples/more-plots/bidirectional-bar/design.zh.md b/site/examples/more-plots/bidirectional-bar/design.zh.md similarity index 100% rename from examples/more-plots/bidirectional-bar/design.zh.md rename to site/examples/more-plots/bidirectional-bar/design.zh.md diff --git a/examples/more-plots/bidirectional-bar/index.en.md b/site/examples/more-plots/bidirectional-bar/index.en.md similarity index 100% rename from examples/more-plots/bidirectional-bar/index.en.md rename to site/examples/more-plots/bidirectional-bar/index.en.md diff --git a/examples/more-plots/bidirectional-bar/index.zh.md b/site/examples/more-plots/bidirectional-bar/index.zh.md similarity index 100% rename from examples/more-plots/bidirectional-bar/index.zh.md rename to site/examples/more-plots/bidirectional-bar/index.zh.md diff --git a/examples/more-plots/box/API.en.md b/site/examples/more-plots/box/API.en.md similarity index 100% rename from examples/more-plots/box/API.en.md rename to site/examples/more-plots/box/API.en.md diff --git a/examples/more-plots/box/API.zh.md b/site/examples/more-plots/box/API.zh.md similarity index 100% rename from examples/more-plots/box/API.zh.md rename to site/examples/more-plots/box/API.zh.md diff --git a/examples/more-plots/box/demo/basic.ts b/site/examples/more-plots/box/demo/basic.ts similarity index 100% rename from examples/more-plots/box/demo/basic.ts rename to site/examples/more-plots/box/demo/basic.ts diff --git a/examples/more-plots/box/demo/group.ts b/site/examples/more-plots/box/demo/group.ts similarity index 100% rename from examples/more-plots/box/demo/group.ts rename to site/examples/more-plots/box/demo/group.ts diff --git a/examples/more-plots/box/demo/label.ts b/site/examples/more-plots/box/demo/label.ts similarity index 100% rename from examples/more-plots/box/demo/label.ts rename to site/examples/more-plots/box/demo/label.ts diff --git a/examples/more-plots/box/demo/meta-alias.ts b/site/examples/more-plots/box/demo/meta-alias.ts similarity index 100% rename from examples/more-plots/box/demo/meta-alias.ts rename to site/examples/more-plots/box/demo/meta-alias.ts diff --git a/examples/more-plots/box/demo/meta.json b/site/examples/more-plots/box/demo/meta.json similarity index 100% rename from examples/more-plots/box/demo/meta.json rename to site/examples/more-plots/box/demo/meta.json diff --git a/examples/more-plots/box/demo/outliers.ts b/site/examples/more-plots/box/demo/outliers.ts similarity index 100% rename from examples/more-plots/box/demo/outliers.ts rename to site/examples/more-plots/box/demo/outliers.ts diff --git a/examples/more-plots/box/demo/tooltip.ts b/site/examples/more-plots/box/demo/tooltip.ts similarity index 100% rename from examples/more-plots/box/demo/tooltip.ts rename to site/examples/more-plots/box/demo/tooltip.ts diff --git a/examples/more-plots/box/index.en.md b/site/examples/more-plots/box/index.en.md similarity index 100% rename from examples/more-plots/box/index.en.md rename to site/examples/more-plots/box/index.en.md diff --git a/examples/more-plots/box/index.zh.md b/site/examples/more-plots/box/index.zh.md similarity index 100% rename from examples/more-plots/box/index.zh.md rename to site/examples/more-plots/box/index.zh.md diff --git a/examples/more-plots/circle-packing/API.en.md b/site/examples/more-plots/circle-packing/API.en.md similarity index 100% rename from examples/more-plots/circle-packing/API.en.md rename to site/examples/more-plots/circle-packing/API.en.md diff --git a/examples/more-plots/circle-packing/API.zh.md b/site/examples/more-plots/circle-packing/API.zh.md similarity index 100% rename from examples/more-plots/circle-packing/API.zh.md rename to site/examples/more-plots/circle-packing/API.zh.md diff --git a/examples/more-plots/circle-packing/demo/basic.ts b/site/examples/more-plots/circle-packing/demo/basic.ts similarity index 100% rename from examples/more-plots/circle-packing/demo/basic.ts rename to site/examples/more-plots/circle-packing/demo/basic.ts diff --git a/examples/more-plots/circle-packing/demo/custom-padding.ts b/site/examples/more-plots/circle-packing/demo/custom-padding.ts similarity index 100% rename from examples/more-plots/circle-packing/demo/custom-padding.ts rename to site/examples/more-plots/circle-packing/demo/custom-padding.ts diff --git a/examples/more-plots/circle-packing/demo/label.ts b/site/examples/more-plots/circle-packing/demo/label.ts similarity index 100% rename from examples/more-plots/circle-packing/demo/label.ts rename to site/examples/more-plots/circle-packing/demo/label.ts diff --git a/examples/more-plots/circle-packing/demo/meta.json b/site/examples/more-plots/circle-packing/demo/meta.json similarity index 100% rename from examples/more-plots/circle-packing/demo/meta.json rename to site/examples/more-plots/circle-packing/demo/meta.json diff --git a/examples/more-plots/circle-packing/demo/nest.ts b/site/examples/more-plots/circle-packing/demo/nest.ts similarity index 100% rename from examples/more-plots/circle-packing/demo/nest.ts rename to site/examples/more-plots/circle-packing/demo/nest.ts diff --git a/examples/more-plots/circle-packing/demo/philosopher.ts b/site/examples/more-plots/circle-packing/demo/philosopher.ts similarity index 100% rename from examples/more-plots/circle-packing/demo/philosopher.ts rename to site/examples/more-plots/circle-packing/demo/philosopher.ts diff --git a/examples/more-plots/circle-packing/index.en.md b/site/examples/more-plots/circle-packing/index.en.md similarity index 100% rename from examples/more-plots/circle-packing/index.en.md rename to site/examples/more-plots/circle-packing/index.en.md diff --git a/examples/more-plots/circle-packing/index.zh.md b/site/examples/more-plots/circle-packing/index.zh.md similarity index 100% rename from examples/more-plots/circle-packing/index.zh.md rename to site/examples/more-plots/circle-packing/index.zh.md diff --git a/examples/more-plots/funnel/API.en.md b/site/examples/more-plots/funnel/API.en.md similarity index 100% rename from examples/more-plots/funnel/API.en.md rename to site/examples/more-plots/funnel/API.en.md diff --git a/examples/more-plots/funnel/API.zh.md b/site/examples/more-plots/funnel/API.zh.md similarity index 100% rename from examples/more-plots/funnel/API.zh.md rename to site/examples/more-plots/funnel/API.zh.md diff --git a/examples/more-plots/funnel/demo/basic-transpose.ts b/site/examples/more-plots/funnel/demo/basic-transpose.ts similarity index 100% rename from examples/more-plots/funnel/demo/basic-transpose.ts rename to site/examples/more-plots/funnel/demo/basic-transpose.ts diff --git a/examples/more-plots/funnel/demo/basic.ts b/site/examples/more-plots/funnel/demo/basic.ts similarity index 100% rename from examples/more-plots/funnel/demo/basic.ts rename to site/examples/more-plots/funnel/demo/basic.ts diff --git a/examples/more-plots/funnel/demo/compare-transpose.ts b/site/examples/more-plots/funnel/demo/compare-transpose.ts similarity index 100% rename from examples/more-plots/funnel/demo/compare-transpose.ts rename to site/examples/more-plots/funnel/demo/compare-transpose.ts diff --git a/examples/more-plots/funnel/demo/compare.ts b/site/examples/more-plots/funnel/demo/compare.ts similarity index 100% rename from examples/more-plots/funnel/demo/compare.ts rename to site/examples/more-plots/funnel/demo/compare.ts diff --git a/examples/more-plots/funnel/demo/dynamic-height-transpose.ts b/site/examples/more-plots/funnel/demo/dynamic-height-transpose.ts similarity index 100% rename from examples/more-plots/funnel/demo/dynamic-height-transpose.ts rename to site/examples/more-plots/funnel/demo/dynamic-height-transpose.ts diff --git a/examples/more-plots/funnel/demo/dynamic-height.ts b/site/examples/more-plots/funnel/demo/dynamic-height.ts similarity index 100% rename from examples/more-plots/funnel/demo/dynamic-height.ts rename to site/examples/more-plots/funnel/demo/dynamic-height.ts diff --git a/examples/more-plots/funnel/demo/facet-transpose.ts b/site/examples/more-plots/funnel/demo/facet-transpose.ts similarity index 100% rename from examples/more-plots/funnel/demo/facet-transpose.ts rename to site/examples/more-plots/funnel/demo/facet-transpose.ts diff --git a/examples/more-plots/funnel/demo/facet.ts b/site/examples/more-plots/funnel/demo/facet.ts similarity index 100% rename from examples/more-plots/funnel/demo/facet.ts rename to site/examples/more-plots/funnel/demo/facet.ts diff --git a/examples/more-plots/funnel/demo/meta.json b/site/examples/more-plots/funnel/demo/meta.json similarity index 100% rename from examples/more-plots/funnel/demo/meta.json rename to site/examples/more-plots/funnel/demo/meta.json diff --git a/examples/more-plots/funnel/demo/pyramid.ts b/site/examples/more-plots/funnel/demo/pyramid.ts similarity index 100% rename from examples/more-plots/funnel/demo/pyramid.ts rename to site/examples/more-plots/funnel/demo/pyramid.ts diff --git a/examples/more-plots/funnel/demo/static-field.ts b/site/examples/more-plots/funnel/demo/static-field.ts similarity index 100% rename from examples/more-plots/funnel/demo/static-field.ts rename to site/examples/more-plots/funnel/demo/static-field.ts diff --git a/examples/more-plots/funnel/design.en.md b/site/examples/more-plots/funnel/design.en.md similarity index 100% rename from examples/more-plots/funnel/design.en.md rename to site/examples/more-plots/funnel/design.en.md diff --git a/examples/more-plots/funnel/design.zh.md b/site/examples/more-plots/funnel/design.zh.md similarity index 100% rename from examples/more-plots/funnel/design.zh.md rename to site/examples/more-plots/funnel/design.zh.md diff --git a/examples/more-plots/funnel/index.en.md b/site/examples/more-plots/funnel/index.en.md similarity index 100% rename from examples/more-plots/funnel/index.en.md rename to site/examples/more-plots/funnel/index.en.md diff --git a/examples/more-plots/funnel/index.zh.md b/site/examples/more-plots/funnel/index.zh.md similarity index 100% rename from examples/more-plots/funnel/index.zh.md rename to site/examples/more-plots/funnel/index.zh.md diff --git a/examples/more-plots/histogram/API.en.md b/site/examples/more-plots/histogram/API.en.md similarity index 100% rename from examples/more-plots/histogram/API.en.md rename to site/examples/more-plots/histogram/API.en.md diff --git a/examples/more-plots/histogram/API.zh.md b/site/examples/more-plots/histogram/API.zh.md similarity index 100% rename from examples/more-plots/histogram/API.zh.md rename to site/examples/more-plots/histogram/API.zh.md diff --git a/examples/more-plots/histogram/demo/basic.ts b/site/examples/more-plots/histogram/demo/basic.ts similarity index 100% rename from examples/more-plots/histogram/demo/basic.ts rename to site/examples/more-plots/histogram/demo/basic.ts diff --git a/examples/more-plots/histogram/demo/binWidth.ts b/site/examples/more-plots/histogram/demo/binWidth.ts similarity index 100% rename from examples/more-plots/histogram/demo/binWidth.ts rename to site/examples/more-plots/histogram/demo/binWidth.ts diff --git a/examples/more-plots/histogram/demo/meta.json b/site/examples/more-plots/histogram/demo/meta.json similarity index 100% rename from examples/more-plots/histogram/demo/meta.json rename to site/examples/more-plots/histogram/demo/meta.json diff --git a/examples/more-plots/histogram/demo/stack.ts b/site/examples/more-plots/histogram/demo/stack.ts similarity index 100% rename from examples/more-plots/histogram/demo/stack.ts rename to site/examples/more-plots/histogram/demo/stack.ts diff --git a/examples/more-plots/histogram/design.en.md b/site/examples/more-plots/histogram/design.en.md similarity index 100% rename from examples/more-plots/histogram/design.en.md rename to site/examples/more-plots/histogram/design.en.md diff --git a/examples/more-plots/histogram/design.zh.md b/site/examples/more-plots/histogram/design.zh.md similarity index 100% rename from examples/more-plots/histogram/design.zh.md rename to site/examples/more-plots/histogram/design.zh.md diff --git a/examples/more-plots/histogram/index.en.md b/site/examples/more-plots/histogram/index.en.md similarity index 100% rename from examples/more-plots/histogram/index.en.md rename to site/examples/more-plots/histogram/index.en.md diff --git a/examples/more-plots/histogram/index.zh.md b/site/examples/more-plots/histogram/index.zh.md similarity index 100% rename from examples/more-plots/histogram/index.zh.md rename to site/examples/more-plots/histogram/index.zh.md diff --git a/examples/more-plots/radar/API.en.md b/site/examples/more-plots/radar/API.en.md similarity index 100% rename from examples/more-plots/radar/API.en.md rename to site/examples/more-plots/radar/API.en.md diff --git a/examples/more-plots/radar/API.zh.md b/site/examples/more-plots/radar/API.zh.md similarity index 100% rename from examples/more-plots/radar/API.zh.md rename to site/examples/more-plots/radar/API.zh.md diff --git a/examples/more-plots/radar/demo/area-alternate-grid.ts b/site/examples/more-plots/radar/demo/area-alternate-grid.ts similarity index 100% rename from examples/more-plots/radar/demo/area-alternate-grid.ts rename to site/examples/more-plots/radar/demo/area-alternate-grid.ts diff --git a/examples/more-plots/radar/demo/area-grid.ts b/site/examples/more-plots/radar/demo/area-grid.ts similarity index 100% rename from examples/more-plots/radar/demo/area-grid.ts rename to site/examples/more-plots/radar/demo/area-grid.ts diff --git a/examples/more-plots/radar/demo/area.ts b/site/examples/more-plots/radar/demo/area.ts similarity index 100% rename from examples/more-plots/radar/demo/area.ts rename to site/examples/more-plots/radar/demo/area.ts diff --git a/examples/more-plots/radar/demo/basic.ts b/site/examples/more-plots/radar/demo/basic.ts similarity index 100% rename from examples/more-plots/radar/demo/basic.ts rename to site/examples/more-plots/radar/demo/basic.ts diff --git a/examples/more-plots/radar/demo/line-alternate-grid.ts b/site/examples/more-plots/radar/demo/line-alternate-grid.ts similarity index 100% rename from examples/more-plots/radar/demo/line-alternate-grid.ts rename to site/examples/more-plots/radar/demo/line-alternate-grid.ts diff --git a/examples/more-plots/radar/demo/line-grid.ts b/site/examples/more-plots/radar/demo/line-grid.ts similarity index 100% rename from examples/more-plots/radar/demo/line-grid.ts rename to site/examples/more-plots/radar/demo/line-grid.ts diff --git a/examples/more-plots/radar/demo/line.ts b/site/examples/more-plots/radar/demo/line.ts similarity index 100% rename from examples/more-plots/radar/demo/line.ts rename to site/examples/more-plots/radar/demo/line.ts diff --git a/examples/more-plots/radar/demo/meta.json b/site/examples/more-plots/radar/demo/meta.json similarity index 100% rename from examples/more-plots/radar/demo/meta.json rename to site/examples/more-plots/radar/demo/meta.json diff --git a/examples/more-plots/radar/index.en.md b/site/examples/more-plots/radar/index.en.md similarity index 100% rename from examples/more-plots/radar/index.en.md rename to site/examples/more-plots/radar/index.en.md diff --git a/examples/more-plots/radar/index.zh.md b/site/examples/more-plots/radar/index.zh.md similarity index 100% rename from examples/more-plots/radar/index.zh.md rename to site/examples/more-plots/radar/index.zh.md diff --git a/examples/more-plots/radial-bar/API.en.md b/site/examples/more-plots/radial-bar/API.en.md similarity index 100% rename from examples/more-plots/radial-bar/API.en.md rename to site/examples/more-plots/radial-bar/API.en.md diff --git a/examples/more-plots/radial-bar/API.zh.md b/site/examples/more-plots/radial-bar/API.zh.md similarity index 100% rename from examples/more-plots/radial-bar/API.zh.md rename to site/examples/more-plots/radial-bar/API.zh.md diff --git a/examples/more-plots/radial-bar/demo/apple-watch-activity.ts b/site/examples/more-plots/radial-bar/demo/apple-watch-activity.ts similarity index 100% rename from examples/more-plots/radial-bar/demo/apple-watch-activity.ts rename to site/examples/more-plots/radial-bar/demo/apple-watch-activity.ts diff --git a/examples/more-plots/radial-bar/demo/background.ts b/site/examples/more-plots/radial-bar/demo/background.ts similarity index 100% rename from examples/more-plots/radial-bar/demo/background.ts rename to site/examples/more-plots/radial-bar/demo/background.ts diff --git a/examples/more-plots/radial-bar/demo/basic.ts b/site/examples/more-plots/radial-bar/demo/basic.ts similarity index 100% rename from examples/more-plots/radial-bar/demo/basic.ts rename to site/examples/more-plots/radial-bar/demo/basic.ts diff --git a/examples/more-plots/radial-bar/demo/color.ts b/site/examples/more-plots/radial-bar/demo/color.ts similarity index 100% rename from examples/more-plots/radial-bar/demo/color.ts rename to site/examples/more-plots/radial-bar/demo/color.ts diff --git a/examples/more-plots/radial-bar/demo/grouped.ts b/site/examples/more-plots/radial-bar/demo/grouped.ts similarity index 100% rename from examples/more-plots/radial-bar/demo/grouped.ts rename to site/examples/more-plots/radial-bar/demo/grouped.ts diff --git a/examples/more-plots/radial-bar/demo/line.ts b/site/examples/more-plots/radial-bar/demo/line.ts similarity index 100% rename from examples/more-plots/radial-bar/demo/line.ts rename to site/examples/more-plots/radial-bar/demo/line.ts diff --git a/examples/more-plots/radial-bar/demo/meta.json b/site/examples/more-plots/radial-bar/demo/meta.json similarity index 100% rename from examples/more-plots/radial-bar/demo/meta.json rename to site/examples/more-plots/radial-bar/demo/meta.json diff --git a/examples/more-plots/radial-bar/demo/round-corner.ts b/site/examples/more-plots/radial-bar/demo/round-corner.ts similarity index 100% rename from examples/more-plots/radial-bar/demo/round-corner.ts rename to site/examples/more-plots/radial-bar/demo/round-corner.ts diff --git a/examples/more-plots/radial-bar/demo/stacked.ts b/site/examples/more-plots/radial-bar/demo/stacked.ts similarity index 100% rename from examples/more-plots/radial-bar/demo/stacked.ts rename to site/examples/more-plots/radial-bar/demo/stacked.ts diff --git a/examples/more-plots/radial-bar/index.en.md b/site/examples/more-plots/radial-bar/index.en.md similarity index 100% rename from examples/more-plots/radial-bar/index.en.md rename to site/examples/more-plots/radial-bar/index.en.md diff --git a/examples/more-plots/radial-bar/index.zh.md b/site/examples/more-plots/radial-bar/index.zh.md similarity index 100% rename from examples/more-plots/radial-bar/index.zh.md rename to site/examples/more-plots/radial-bar/index.zh.md diff --git a/examples/more-plots/stock/API.en.md b/site/examples/more-plots/stock/API.en.md similarity index 100% rename from examples/more-plots/stock/API.en.md rename to site/examples/more-plots/stock/API.en.md diff --git a/examples/more-plots/stock/API.zh.md b/site/examples/more-plots/stock/API.zh.md similarity index 100% rename from examples/more-plots/stock/API.zh.md rename to site/examples/more-plots/stock/API.zh.md diff --git a/examples/more-plots/stock/demo/basic.ts b/site/examples/more-plots/stock/demo/basic.ts similarity index 100% rename from examples/more-plots/stock/demo/basic.ts rename to site/examples/more-plots/stock/demo/basic.ts diff --git a/examples/more-plots/stock/demo/custom-color.ts b/site/examples/more-plots/stock/demo/custom-color.ts similarity index 100% rename from examples/more-plots/stock/demo/custom-color.ts rename to site/examples/more-plots/stock/demo/custom-color.ts diff --git a/examples/more-plots/stock/demo/custom-crosshairs.ts b/site/examples/more-plots/stock/demo/custom-crosshairs.ts similarity index 100% rename from examples/more-plots/stock/demo/custom-crosshairs.ts rename to site/examples/more-plots/stock/demo/custom-crosshairs.ts diff --git a/examples/more-plots/stock/demo/custom-style.ts b/site/examples/more-plots/stock/demo/custom-style.ts similarity index 100% rename from examples/more-plots/stock/demo/custom-style.ts rename to site/examples/more-plots/stock/demo/custom-style.ts diff --git a/examples/more-plots/stock/demo/custom-tooltip.ts b/site/examples/more-plots/stock/demo/custom-tooltip.ts similarity index 100% rename from examples/more-plots/stock/demo/custom-tooltip.ts rename to site/examples/more-plots/stock/demo/custom-tooltip.ts diff --git a/examples/more-plots/stock/demo/large-data.ts b/site/examples/more-plots/stock/demo/large-data.ts similarity index 100% rename from examples/more-plots/stock/demo/large-data.ts rename to site/examples/more-plots/stock/demo/large-data.ts diff --git a/examples/more-plots/stock/demo/meta-alias.ts b/site/examples/more-plots/stock/demo/meta-alias.ts similarity index 100% rename from examples/more-plots/stock/demo/meta-alias.ts rename to site/examples/more-plots/stock/demo/meta-alias.ts diff --git a/examples/more-plots/stock/demo/meta.json b/site/examples/more-plots/stock/demo/meta.json similarity index 100% rename from examples/more-plots/stock/demo/meta.json rename to site/examples/more-plots/stock/demo/meta.json diff --git a/examples/more-plots/stock/demo/slider.ts b/site/examples/more-plots/stock/demo/slider.ts similarity index 100% rename from examples/more-plots/stock/demo/slider.ts rename to site/examples/more-plots/stock/demo/slider.ts diff --git a/examples/more-plots/stock/index.en.md b/site/examples/more-plots/stock/index.en.md similarity index 100% rename from examples/more-plots/stock/index.en.md rename to site/examples/more-plots/stock/index.en.md diff --git a/examples/more-plots/stock/index.zh.md b/site/examples/more-plots/stock/index.zh.md similarity index 100% rename from examples/more-plots/stock/index.zh.md rename to site/examples/more-plots/stock/index.zh.md diff --git a/examples/more-plots/sunburst/API.en.md b/site/examples/more-plots/sunburst/API.en.md similarity index 100% rename from examples/more-plots/sunburst/API.en.md rename to site/examples/more-plots/sunburst/API.en.md diff --git a/examples/more-plots/sunburst/API.zh.md b/site/examples/more-plots/sunburst/API.zh.md similarity index 100% rename from examples/more-plots/sunburst/API.zh.md rename to site/examples/more-plots/sunburst/API.zh.md diff --git a/examples/more-plots/sunburst/demo/active-depth.ts b/site/examples/more-plots/sunburst/demo/active-depth.ts similarity index 100% rename from examples/more-plots/sunburst/demo/active-depth.ts rename to site/examples/more-plots/sunburst/demo/active-depth.ts diff --git a/examples/more-plots/sunburst/demo/basic.ts b/site/examples/more-plots/sunburst/demo/basic.ts similarity index 100% rename from examples/more-plots/sunburst/demo/basic.ts rename to site/examples/more-plots/sunburst/demo/basic.ts diff --git a/examples/more-plots/sunburst/demo/basic2.ts b/site/examples/more-plots/sunburst/demo/basic2.ts similarity index 100% rename from examples/more-plots/sunburst/demo/basic2.ts rename to site/examples/more-plots/sunburst/demo/basic2.ts diff --git a/examples/more-plots/sunburst/demo/color-field.ts b/site/examples/more-plots/sunburst/demo/color-field.ts similarity index 100% rename from examples/more-plots/sunburst/demo/color-field.ts rename to site/examples/more-plots/sunburst/demo/color-field.ts diff --git a/examples/more-plots/sunburst/demo/color.ts b/site/examples/more-plots/sunburst/demo/color.ts similarity index 100% rename from examples/more-plots/sunburst/demo/color.ts rename to site/examples/more-plots/sunburst/demo/color.ts diff --git a/examples/more-plots/sunburst/demo/custom-tooltip-items.ts b/site/examples/more-plots/sunburst/demo/custom-tooltip-items.ts similarity index 100% rename from examples/more-plots/sunburst/demo/custom-tooltip-items.ts rename to site/examples/more-plots/sunburst/demo/custom-tooltip-items.ts diff --git a/examples/more-plots/sunburst/demo/label.ts b/site/examples/more-plots/sunburst/demo/label.ts similarity index 100% rename from examples/more-plots/sunburst/demo/label.ts rename to site/examples/more-plots/sunburst/demo/label.ts diff --git a/examples/more-plots/sunburst/demo/meta.json b/site/examples/more-plots/sunburst/demo/meta.json similarity index 100% rename from examples/more-plots/sunburst/demo/meta.json rename to site/examples/more-plots/sunburst/demo/meta.json diff --git a/examples/more-plots/sunburst/demo/pattern.ts b/site/examples/more-plots/sunburst/demo/pattern.ts similarity index 100% rename from examples/more-plots/sunburst/demo/pattern.ts rename to site/examples/more-plots/sunburst/demo/pattern.ts diff --git a/examples/more-plots/sunburst/demo/style.ts b/site/examples/more-plots/sunburst/demo/style.ts similarity index 100% rename from examples/more-plots/sunburst/demo/style.ts rename to site/examples/more-plots/sunburst/demo/style.ts diff --git a/examples/more-plots/sunburst/demo/tooltip-fields.ts b/site/examples/more-plots/sunburst/demo/tooltip-fields.ts similarity index 100% rename from examples/more-plots/sunburst/demo/tooltip-fields.ts rename to site/examples/more-plots/sunburst/demo/tooltip-fields.ts diff --git a/examples/more-plots/sunburst/index.en.md b/site/examples/more-plots/sunburst/index.en.md similarity index 100% rename from examples/more-plots/sunburst/index.en.md rename to site/examples/more-plots/sunburst/index.en.md diff --git a/examples/more-plots/sunburst/index.zh.md b/site/examples/more-plots/sunburst/index.zh.md similarity index 100% rename from examples/more-plots/sunburst/index.zh.md rename to site/examples/more-plots/sunburst/index.zh.md diff --git a/examples/more-plots/treemap/API.en.md b/site/examples/more-plots/treemap/API.en.md similarity index 100% rename from examples/more-plots/treemap/API.en.md rename to site/examples/more-plots/treemap/API.en.md diff --git a/examples/more-plots/treemap/API.zh.md b/site/examples/more-plots/treemap/API.zh.md similarity index 100% rename from examples/more-plots/treemap/API.zh.md rename to site/examples/more-plots/treemap/API.zh.md diff --git a/examples/more-plots/treemap/demo/basic.ts b/site/examples/more-plots/treemap/demo/basic.ts similarity index 100% rename from examples/more-plots/treemap/demo/basic.ts rename to site/examples/more-plots/treemap/demo/basic.ts diff --git a/examples/more-plots/treemap/demo/drill-down.ts b/site/examples/more-plots/treemap/demo/drill-down.ts similarity index 100% rename from examples/more-plots/treemap/demo/drill-down.ts rename to site/examples/more-plots/treemap/demo/drill-down.ts diff --git a/examples/more-plots/treemap/demo/meta.json b/site/examples/more-plots/treemap/demo/meta.json similarity index 100% rename from examples/more-plots/treemap/demo/meta.json rename to site/examples/more-plots/treemap/demo/meta.json diff --git a/examples/more-plots/treemap/demo/treemap-nest.ts b/site/examples/more-plots/treemap/demo/treemap-nest.ts similarity index 100% rename from examples/more-plots/treemap/demo/treemap-nest.ts rename to site/examples/more-plots/treemap/demo/treemap-nest.ts diff --git a/examples/more-plots/treemap/design.en.md b/site/examples/more-plots/treemap/design.en.md similarity index 100% rename from examples/more-plots/treemap/design.en.md rename to site/examples/more-plots/treemap/design.en.md diff --git a/examples/more-plots/treemap/design.zh.md b/site/examples/more-plots/treemap/design.zh.md similarity index 100% rename from examples/more-plots/treemap/design.zh.md rename to site/examples/more-plots/treemap/design.zh.md diff --git a/examples/more-plots/treemap/index.en.md b/site/examples/more-plots/treemap/index.en.md similarity index 100% rename from examples/more-plots/treemap/index.en.md rename to site/examples/more-plots/treemap/index.en.md diff --git a/examples/more-plots/treemap/index.zh.md b/site/examples/more-plots/treemap/index.zh.md similarity index 100% rename from examples/more-plots/treemap/index.zh.md rename to site/examples/more-plots/treemap/index.zh.md diff --git a/examples/more-plots/venn/API.en.md b/site/examples/more-plots/venn/API.en.md similarity index 100% rename from examples/more-plots/venn/API.en.md rename to site/examples/more-plots/venn/API.en.md diff --git a/examples/more-plots/venn/API.zh.md b/site/examples/more-plots/venn/API.zh.md similarity index 100% rename from examples/more-plots/venn/API.zh.md rename to site/examples/more-plots/venn/API.zh.md diff --git a/examples/more-plots/venn/demo/basic.ts b/site/examples/more-plots/venn/demo/basic.ts similarity index 100% rename from examples/more-plots/venn/demo/basic.ts rename to site/examples/more-plots/venn/demo/basic.ts diff --git a/examples/more-plots/venn/demo/blend-mode.ts b/site/examples/more-plots/venn/demo/blend-mode.ts similarity index 100% rename from examples/more-plots/venn/demo/blend-mode.ts rename to site/examples/more-plots/venn/demo/blend-mode.ts diff --git a/examples/more-plots/venn/demo/color.ts b/site/examples/more-plots/venn/demo/color.ts similarity index 100% rename from examples/more-plots/venn/demo/color.ts rename to site/examples/more-plots/venn/demo/color.ts diff --git a/examples/more-plots/venn/demo/customize.ts b/site/examples/more-plots/venn/demo/customize.ts similarity index 100% rename from examples/more-plots/venn/demo/customize.ts rename to site/examples/more-plots/venn/demo/customize.ts diff --git a/examples/more-plots/venn/demo/element-active.ts b/site/examples/more-plots/venn/demo/element-active.ts similarity index 100% rename from examples/more-plots/venn/demo/element-active.ts rename to site/examples/more-plots/venn/demo/element-active.ts diff --git a/examples/more-plots/venn/demo/element-highlight.ts b/site/examples/more-plots/venn/demo/element-highlight.ts similarity index 100% rename from examples/more-plots/venn/demo/element-highlight.ts rename to site/examples/more-plots/venn/demo/element-highlight.ts diff --git a/examples/more-plots/venn/demo/interaction.ts b/site/examples/more-plots/venn/demo/interaction.ts similarity index 100% rename from examples/more-plots/venn/demo/interaction.ts rename to site/examples/more-plots/venn/demo/interaction.ts diff --git a/examples/more-plots/venn/demo/label.ts b/site/examples/more-plots/venn/demo/label.ts similarity index 100% rename from examples/more-plots/venn/demo/label.ts rename to site/examples/more-plots/venn/demo/label.ts diff --git a/examples/more-plots/venn/demo/legend-active.ts b/site/examples/more-plots/venn/demo/legend-active.ts similarity index 100% rename from examples/more-plots/venn/demo/legend-active.ts rename to site/examples/more-plots/venn/demo/legend-active.ts diff --git a/examples/more-plots/venn/demo/legend-highlight.ts b/site/examples/more-plots/venn/demo/legend-highlight.ts similarity index 100% rename from examples/more-plots/venn/demo/legend-highlight.ts rename to site/examples/more-plots/venn/demo/legend-highlight.ts diff --git a/examples/more-plots/venn/demo/meta.json b/site/examples/more-plots/venn/demo/meta.json similarity index 100% rename from examples/more-plots/venn/demo/meta.json rename to site/examples/more-plots/venn/demo/meta.json diff --git a/examples/more-plots/venn/demo/tooltip.ts b/site/examples/more-plots/venn/demo/tooltip.ts similarity index 100% rename from examples/more-plots/venn/demo/tooltip.ts rename to site/examples/more-plots/venn/demo/tooltip.ts diff --git a/examples/more-plots/venn/index.en.md b/site/examples/more-plots/venn/index.en.md similarity index 100% rename from examples/more-plots/venn/index.en.md rename to site/examples/more-plots/venn/index.en.md diff --git a/examples/more-plots/venn/index.zh.md b/site/examples/more-plots/venn/index.zh.md similarity index 100% rename from examples/more-plots/venn/index.zh.md rename to site/examples/more-plots/venn/index.zh.md diff --git a/examples/more-plots/violin/API.en.md b/site/examples/more-plots/violin/API.en.md similarity index 100% rename from examples/more-plots/violin/API.en.md rename to site/examples/more-plots/violin/API.en.md diff --git a/examples/more-plots/violin/API.zh.md b/site/examples/more-plots/violin/API.zh.md similarity index 100% rename from examples/more-plots/violin/API.zh.md rename to site/examples/more-plots/violin/API.zh.md diff --git a/examples/more-plots/violin/demo/basic.ts b/site/examples/more-plots/violin/demo/basic.ts similarity index 100% rename from examples/more-plots/violin/demo/basic.ts rename to site/examples/more-plots/violin/demo/basic.ts diff --git a/examples/more-plots/violin/demo/group.ts b/site/examples/more-plots/violin/demo/group.ts similarity index 100% rename from examples/more-plots/violin/demo/group.ts rename to site/examples/more-plots/violin/demo/group.ts diff --git a/examples/more-plots/violin/demo/meta.json b/site/examples/more-plots/violin/demo/meta.json similarity index 100% rename from examples/more-plots/violin/demo/meta.json rename to site/examples/more-plots/violin/demo/meta.json diff --git a/examples/more-plots/violin/demo/shape.ts b/site/examples/more-plots/violin/demo/shape.ts similarity index 100% rename from examples/more-plots/violin/demo/shape.ts rename to site/examples/more-plots/violin/demo/shape.ts diff --git a/examples/more-plots/violin/demo/tooltip.ts b/site/examples/more-plots/violin/demo/tooltip.ts similarity index 100% rename from examples/more-plots/violin/demo/tooltip.ts rename to site/examples/more-plots/violin/demo/tooltip.ts diff --git a/examples/more-plots/violin/index.en.md b/site/examples/more-plots/violin/index.en.md similarity index 100% rename from examples/more-plots/violin/index.en.md rename to site/examples/more-plots/violin/index.en.md diff --git a/examples/more-plots/violin/index.zh.md b/site/examples/more-plots/violin/index.zh.md similarity index 100% rename from examples/more-plots/violin/index.zh.md rename to site/examples/more-plots/violin/index.zh.md diff --git a/examples/more-plots/waterfall/API.en.md b/site/examples/more-plots/waterfall/API.en.md similarity index 100% rename from examples/more-plots/waterfall/API.en.md rename to site/examples/more-plots/waterfall/API.en.md diff --git a/examples/more-plots/waterfall/API.zh.md b/site/examples/more-plots/waterfall/API.zh.md similarity index 100% rename from examples/more-plots/waterfall/API.zh.md rename to site/examples/more-plots/waterfall/API.zh.md diff --git a/examples/more-plots/waterfall/demo/absolute-label.ts b/site/examples/more-plots/waterfall/demo/absolute-label.ts similarity index 100% rename from examples/more-plots/waterfall/demo/absolute-label.ts rename to site/examples/more-plots/waterfall/demo/absolute-label.ts diff --git a/examples/more-plots/waterfall/demo/annotation.ts b/site/examples/more-plots/waterfall/demo/annotation.ts similarity index 100% rename from examples/more-plots/waterfall/demo/annotation.ts rename to site/examples/more-plots/waterfall/demo/annotation.ts diff --git a/examples/more-plots/waterfall/demo/basic.ts b/site/examples/more-plots/waterfall/demo/basic.ts similarity index 100% rename from examples/more-plots/waterfall/demo/basic.ts rename to site/examples/more-plots/waterfall/demo/basic.ts diff --git a/examples/more-plots/waterfall/demo/custom-color.ts b/site/examples/more-plots/waterfall/demo/custom-color.ts similarity index 100% rename from examples/more-plots/waterfall/demo/custom-color.ts rename to site/examples/more-plots/waterfall/demo/custom-color.ts diff --git a/examples/more-plots/waterfall/demo/meta.json b/site/examples/more-plots/waterfall/demo/meta.json similarity index 100% rename from examples/more-plots/waterfall/demo/meta.json rename to site/examples/more-plots/waterfall/demo/meta.json diff --git a/examples/more-plots/waterfall/index.en.md b/site/examples/more-plots/waterfall/index.en.md similarity index 100% rename from examples/more-plots/waterfall/index.en.md rename to site/examples/more-plots/waterfall/index.en.md diff --git a/examples/more-plots/waterfall/index.zh.md b/site/examples/more-plots/waterfall/index.zh.md similarity index 100% rename from examples/more-plots/waterfall/index.zh.md rename to site/examples/more-plots/waterfall/index.zh.md diff --git a/examples/more-plots/word-cloud/API.en.md b/site/examples/more-plots/word-cloud/API.en.md similarity index 100% rename from examples/more-plots/word-cloud/API.en.md rename to site/examples/more-plots/word-cloud/API.en.md diff --git a/examples/more-plots/word-cloud/API.zh.md b/site/examples/more-plots/word-cloud/API.zh.md similarity index 100% rename from examples/more-plots/word-cloud/API.zh.md rename to site/examples/more-plots/word-cloud/API.zh.md diff --git a/examples/more-plots/word-cloud/demo/basic.ts b/site/examples/more-plots/word-cloud/demo/basic.ts similarity index 100% rename from examples/more-plots/word-cloud/demo/basic.ts rename to site/examples/more-plots/word-cloud/demo/basic.ts diff --git a/examples/more-plots/word-cloud/demo/color-field.ts b/site/examples/more-plots/word-cloud/demo/color-field.ts similarity index 100% rename from examples/more-plots/word-cloud/demo/color-field.ts rename to site/examples/more-plots/word-cloud/demo/color-field.ts diff --git a/examples/more-plots/word-cloud/demo/douban-2020-movie.ts b/site/examples/more-plots/word-cloud/demo/douban-2020-movie.ts similarity index 100% rename from examples/more-plots/word-cloud/demo/douban-2020-movie.ts rename to site/examples/more-plots/word-cloud/demo/douban-2020-movie.ts diff --git a/examples/more-plots/word-cloud/demo/image-mask-base64.ts b/site/examples/more-plots/word-cloud/demo/image-mask-base64.ts similarity index 100% rename from examples/more-plots/word-cloud/demo/image-mask-base64.ts rename to site/examples/more-plots/word-cloud/demo/image-mask-base64.ts diff --git a/examples/more-plots/word-cloud/demo/image-mask.ts b/site/examples/more-plots/word-cloud/demo/image-mask.ts similarity index 100% rename from examples/more-plots/word-cloud/demo/image-mask.ts rename to site/examples/more-plots/word-cloud/demo/image-mask.ts diff --git a/examples/more-plots/word-cloud/demo/meta.json b/site/examples/more-plots/word-cloud/demo/meta.json similarity index 100% rename from examples/more-plots/word-cloud/demo/meta.json rename to site/examples/more-plots/word-cloud/demo/meta.json diff --git a/examples/more-plots/word-cloud/demo/placement-strategy.ts b/site/examples/more-plots/word-cloud/demo/placement-strategy.ts similarity index 100% rename from examples/more-plots/word-cloud/demo/placement-strategy.ts rename to site/examples/more-plots/word-cloud/demo/placement-strategy.ts diff --git a/examples/more-plots/word-cloud/demo/same-place.ts b/site/examples/more-plots/word-cloud/demo/same-place.ts similarity index 100% rename from examples/more-plots/word-cloud/demo/same-place.ts rename to site/examples/more-plots/word-cloud/demo/same-place.ts diff --git a/examples/more-plots/word-cloud/index.en.md b/site/examples/more-plots/word-cloud/index.en.md similarity index 100% rename from examples/more-plots/word-cloud/index.en.md rename to site/examples/more-plots/word-cloud/index.en.md diff --git a/examples/more-plots/word-cloud/index.zh.md b/site/examples/more-plots/word-cloud/index.zh.md similarity index 100% rename from examples/more-plots/word-cloud/index.zh.md rename to site/examples/more-plots/word-cloud/index.zh.md diff --git a/examples/pie/basic/API.en.md b/site/examples/pie/basic/API.en.md similarity index 100% rename from examples/pie/basic/API.en.md rename to site/examples/pie/basic/API.en.md diff --git a/examples/pie/basic/API.zh.md b/site/examples/pie/basic/API.zh.md similarity index 100% rename from examples/pie/basic/API.zh.md rename to site/examples/pie/basic/API.zh.md diff --git a/examples/pie/basic/demo/basic.ts b/site/examples/pie/basic/demo/basic.ts similarity index 100% rename from examples/pie/basic/demo/basic.ts rename to site/examples/pie/basic/demo/basic.ts diff --git a/examples/pie/basic/demo/legend-interaction.ts b/site/examples/pie/basic/demo/legend-interaction.ts similarity index 100% rename from examples/pie/basic/demo/legend-interaction.ts rename to site/examples/pie/basic/demo/legend-interaction.ts diff --git a/examples/pie/basic/demo/meta.json b/site/examples/pie/basic/demo/meta.json similarity index 100% rename from examples/pie/basic/demo/meta.json rename to site/examples/pie/basic/demo/meta.json diff --git a/examples/pie/basic/demo/outer-label.ts b/site/examples/pie/basic/demo/outer-label.ts similarity index 100% rename from examples/pie/basic/demo/outer-label.ts rename to site/examples/pie/basic/demo/outer-label.ts diff --git a/examples/pie/basic/demo/pie-custome-label.ts b/site/examples/pie/basic/demo/pie-custome-label.ts similarity index 100% rename from examples/pie/basic/demo/pie-custome-label.ts rename to site/examples/pie/basic/demo/pie-custome-label.ts diff --git a/examples/pie/basic/demo/pie-texture.ts b/site/examples/pie/basic/demo/pie-texture.ts similarity index 100% rename from examples/pie/basic/demo/pie-texture.ts rename to site/examples/pie/basic/demo/pie-texture.ts diff --git a/examples/pie/basic/demo/quarter-circle.ts b/site/examples/pie/basic/demo/quarter-circle.ts similarity index 100% rename from examples/pie/basic/demo/quarter-circle.ts rename to site/examples/pie/basic/demo/quarter-circle.ts diff --git a/examples/pie/basic/demo/spider-label.ts b/site/examples/pie/basic/demo/spider-label.ts similarity index 100% rename from examples/pie/basic/demo/spider-label.ts rename to site/examples/pie/basic/demo/spider-label.ts diff --git a/examples/pie/basic/design.en.md b/site/examples/pie/basic/design.en.md similarity index 100% rename from examples/pie/basic/design.en.md rename to site/examples/pie/basic/design.en.md diff --git a/examples/pie/basic/design.zh.md b/site/examples/pie/basic/design.zh.md similarity index 100% rename from examples/pie/basic/design.zh.md rename to site/examples/pie/basic/design.zh.md diff --git a/examples/pie/basic/index.en.md b/site/examples/pie/basic/index.en.md similarity index 100% rename from examples/pie/basic/index.en.md rename to site/examples/pie/basic/index.en.md diff --git a/examples/pie/basic/index.zh.md b/site/examples/pie/basic/index.zh.md similarity index 100% rename from examples/pie/basic/index.zh.md rename to site/examples/pie/basic/index.zh.md diff --git a/examples/pie/donut/API.en.md b/site/examples/pie/donut/API.en.md similarity index 100% rename from examples/pie/donut/API.en.md rename to site/examples/pie/donut/API.en.md diff --git a/examples/pie/donut/API.zh.md b/site/examples/pie/donut/API.zh.md similarity index 100% rename from examples/pie/donut/API.zh.md rename to site/examples/pie/donut/API.zh.md diff --git a/examples/pie/donut/demo/basic.ts b/site/examples/pie/donut/demo/basic.ts similarity index 100% rename from examples/pie/donut/demo/basic.ts rename to site/examples/pie/donut/demo/basic.ts diff --git a/examples/pie/donut/demo/meta.json b/site/examples/pie/donut/demo/meta.json similarity index 100% rename from examples/pie/donut/demo/meta.json rename to site/examples/pie/donut/demo/meta.json diff --git a/examples/pie/donut/demo/statistics.ts b/site/examples/pie/donut/demo/statistics.ts similarity index 100% rename from examples/pie/donut/demo/statistics.ts rename to site/examples/pie/donut/demo/statistics.ts diff --git a/examples/pie/donut/design.en.md b/site/examples/pie/donut/design.en.md similarity index 100% rename from examples/pie/donut/design.en.md rename to site/examples/pie/donut/design.en.md diff --git a/examples/pie/donut/design.zh.md b/site/examples/pie/donut/design.zh.md similarity index 100% rename from examples/pie/donut/design.zh.md rename to site/examples/pie/donut/design.zh.md diff --git a/examples/pie/donut/index.en.md b/site/examples/pie/donut/index.en.md similarity index 100% rename from examples/pie/donut/index.en.md rename to site/examples/pie/donut/index.en.md diff --git a/examples/pie/donut/index.zh.md b/site/examples/pie/donut/index.zh.md similarity index 100% rename from examples/pie/donut/index.zh.md rename to site/examples/pie/donut/index.zh.md diff --git a/examples/plugin/association/demo/association-filter.ts b/site/examples/plugin/association/demo/association-filter.ts similarity index 100% rename from examples/plugin/association/demo/association-filter.ts rename to site/examples/plugin/association/demo/association-filter.ts diff --git a/examples/plugin/association/demo/association-highlight.ts b/site/examples/plugin/association/demo/association-highlight.ts similarity index 100% rename from examples/plugin/association/demo/association-highlight.ts rename to site/examples/plugin/association/demo/association-highlight.ts diff --git a/examples/plugin/association/demo/association-line.ts b/site/examples/plugin/association/demo/association-line.ts similarity index 100% rename from examples/plugin/association/demo/association-line.ts rename to site/examples/plugin/association/demo/association-line.ts diff --git a/examples/plugin/association/demo/association-pie.ts b/site/examples/plugin/association/demo/association-pie.ts similarity index 100% rename from examples/plugin/association/demo/association-pie.ts rename to site/examples/plugin/association/demo/association-pie.ts diff --git a/examples/plugin/association/demo/meta.json b/site/examples/plugin/association/demo/meta.json similarity index 100% rename from examples/plugin/association/demo/meta.json rename to site/examples/plugin/association/demo/meta.json diff --git a/examples/plugin/association/index.en.md b/site/examples/plugin/association/index.en.md similarity index 100% rename from examples/plugin/association/index.en.md rename to site/examples/plugin/association/index.en.md diff --git a/examples/plugin/association/index.zh.md b/site/examples/plugin/association/index.zh.md similarity index 100% rename from examples/plugin/association/index.zh.md rename to site/examples/plugin/association/index.zh.md diff --git a/examples/plugin/basic/API.en.md b/site/examples/plugin/basic/API.en.md similarity index 100% rename from examples/plugin/basic/API.en.md rename to site/examples/plugin/basic/API.en.md diff --git a/examples/plugin/basic/API.zh.md b/site/examples/plugin/basic/API.zh.md similarity index 100% rename from examples/plugin/basic/API.zh.md rename to site/examples/plugin/basic/API.zh.md diff --git a/examples/plugin/basic/demo/hill-column.ts b/site/examples/plugin/basic/demo/hill-column.ts similarity index 100% rename from examples/plugin/basic/demo/hill-column.ts rename to site/examples/plugin/basic/demo/hill-column.ts diff --git a/examples/plugin/basic/demo/meta.json b/site/examples/plugin/basic/demo/meta.json similarity index 100% rename from examples/plugin/basic/demo/meta.json rename to site/examples/plugin/basic/demo/meta.json diff --git a/examples/plugin/basic/index.en.md b/site/examples/plugin/basic/index.en.md similarity index 100% rename from examples/plugin/basic/index.en.md rename to site/examples/plugin/basic/index.en.md diff --git a/examples/plugin/basic/index.zh.md b/site/examples/plugin/basic/index.zh.md similarity index 100% rename from examples/plugin/basic/index.zh.md rename to site/examples/plugin/basic/index.zh.md diff --git a/examples/plugin/custom-pattern/API.en.md b/site/examples/plugin/custom-pattern/API.en.md similarity index 100% rename from examples/plugin/custom-pattern/API.en.md rename to site/examples/plugin/custom-pattern/API.en.md diff --git a/examples/plugin/custom-pattern/API.zh.md b/site/examples/plugin/custom-pattern/API.zh.md similarity index 100% rename from examples/plugin/custom-pattern/API.zh.md rename to site/examples/plugin/custom-pattern/API.zh.md diff --git a/examples/plugin/custom-pattern/demo/meta.json b/site/examples/plugin/custom-pattern/demo/meta.json similarity index 100% rename from examples/plugin/custom-pattern/demo/meta.json rename to site/examples/plugin/custom-pattern/demo/meta.json diff --git a/examples/plugin/custom-pattern/demo/pattern1.ts b/site/examples/plugin/custom-pattern/demo/pattern1.ts similarity index 100% rename from examples/plugin/custom-pattern/demo/pattern1.ts rename to site/examples/plugin/custom-pattern/demo/pattern1.ts diff --git a/examples/plugin/custom-pattern/demo/pattern2.ts b/site/examples/plugin/custom-pattern/demo/pattern2.ts similarity index 100% rename from examples/plugin/custom-pattern/demo/pattern2.ts rename to site/examples/plugin/custom-pattern/demo/pattern2.ts diff --git a/examples/plugin/custom-pattern/demo/pattern3.ts b/site/examples/plugin/custom-pattern/demo/pattern3.ts similarity index 100% rename from examples/plugin/custom-pattern/demo/pattern3.ts rename to site/examples/plugin/custom-pattern/demo/pattern3.ts diff --git a/examples/plugin/custom-pattern/index.en.md b/site/examples/plugin/custom-pattern/index.en.md similarity index 100% rename from examples/plugin/custom-pattern/index.en.md rename to site/examples/plugin/custom-pattern/index.en.md diff --git a/examples/plugin/custom-pattern/index.zh.md b/site/examples/plugin/custom-pattern/index.zh.md similarity index 100% rename from examples/plugin/custom-pattern/index.zh.md rename to site/examples/plugin/custom-pattern/index.zh.md diff --git a/examples/plugin/custom-shape/API.en.md b/site/examples/plugin/custom-shape/API.en.md similarity index 100% rename from examples/plugin/custom-shape/API.en.md rename to site/examples/plugin/custom-shape/API.en.md diff --git a/examples/plugin/custom-shape/API.zh.md b/site/examples/plugin/custom-shape/API.zh.md similarity index 100% rename from examples/plugin/custom-shape/API.zh.md rename to site/examples/plugin/custom-shape/API.zh.md diff --git a/examples/plugin/custom-shape/demo/bar-custom-shape.ts b/site/examples/plugin/custom-shape/demo/bar-custom-shape.ts similarity index 100% rename from examples/plugin/custom-shape/demo/bar-custom-shape.ts rename to site/examples/plugin/custom-shape/demo/bar-custom-shape.ts diff --git a/examples/plugin/custom-shape/demo/conversion-bar-shape.ts b/site/examples/plugin/custom-shape/demo/conversion-bar-shape.ts similarity index 100% rename from examples/plugin/custom-shape/demo/conversion-bar-shape.ts rename to site/examples/plugin/custom-shape/demo/conversion-bar-shape.ts diff --git a/examples/plugin/custom-shape/demo/meta.json b/site/examples/plugin/custom-shape/demo/meta.json similarity index 100% rename from examples/plugin/custom-shape/demo/meta.json rename to site/examples/plugin/custom-shape/demo/meta.json diff --git a/examples/plugin/custom-shape/demo/pie-custom-shape.ts b/site/examples/plugin/custom-shape/demo/pie-custom-shape.ts similarity index 100% rename from examples/plugin/custom-shape/demo/pie-custom-shape.ts rename to site/examples/plugin/custom-shape/demo/pie-custom-shape.ts diff --git a/examples/plugin/custom-shape/index.en.md b/site/examples/plugin/custom-shape/index.en.md similarity index 100% rename from examples/plugin/custom-shape/index.en.md rename to site/examples/plugin/custom-shape/index.en.md diff --git a/examples/plugin/custom-shape/index.zh.md b/site/examples/plugin/custom-shape/index.zh.md similarity index 100% rename from examples/plugin/custom-shape/index.zh.md rename to site/examples/plugin/custom-shape/index.zh.md diff --git a/examples/plugin/facet/API.en.md b/site/examples/plugin/facet/API.en.md similarity index 100% rename from examples/plugin/facet/API.en.md rename to site/examples/plugin/facet/API.en.md diff --git a/examples/plugin/facet/API.zh.md b/site/examples/plugin/facet/API.zh.md similarity index 100% rename from examples/plugin/facet/API.zh.md rename to site/examples/plugin/facet/API.zh.md diff --git a/examples/plugin/facet/demo/circle.ts b/site/examples/plugin/facet/demo/circle.ts similarity index 100% rename from examples/plugin/facet/demo/circle.ts rename to site/examples/plugin/facet/demo/circle.ts diff --git a/examples/plugin/facet/demo/column.ts b/site/examples/plugin/facet/demo/column.ts similarity index 100% rename from examples/plugin/facet/demo/column.ts rename to site/examples/plugin/facet/demo/column.ts diff --git a/examples/plugin/facet/demo/list.ts b/site/examples/plugin/facet/demo/list.ts similarity index 100% rename from examples/plugin/facet/demo/list.ts rename to site/examples/plugin/facet/demo/list.ts diff --git a/examples/plugin/facet/demo/matrix.ts b/site/examples/plugin/facet/demo/matrix.ts similarity index 100% rename from examples/plugin/facet/demo/matrix.ts rename to site/examples/plugin/facet/demo/matrix.ts diff --git a/examples/plugin/facet/demo/meta.json b/site/examples/plugin/facet/demo/meta.json similarity index 100% rename from examples/plugin/facet/demo/meta.json rename to site/examples/plugin/facet/demo/meta.json diff --git a/examples/plugin/facet/demo/mirror.ts b/site/examples/plugin/facet/demo/mirror.ts similarity index 100% rename from examples/plugin/facet/demo/mirror.ts rename to site/examples/plugin/facet/demo/mirror.ts diff --git a/examples/plugin/facet/demo/rect.ts b/site/examples/plugin/facet/demo/rect.ts similarity index 100% rename from examples/plugin/facet/demo/rect.ts rename to site/examples/plugin/facet/demo/rect.ts diff --git a/examples/plugin/facet/demo/tree-column.ts b/site/examples/plugin/facet/demo/tree-column.ts similarity index 100% rename from examples/plugin/facet/demo/tree-column.ts rename to site/examples/plugin/facet/demo/tree-column.ts diff --git a/examples/plugin/facet/demo/tree.ts b/site/examples/plugin/facet/demo/tree.ts similarity index 100% rename from examples/plugin/facet/demo/tree.ts rename to site/examples/plugin/facet/demo/tree.ts diff --git a/examples/plugin/facet/index.en.md b/site/examples/plugin/facet/index.en.md similarity index 100% rename from examples/plugin/facet/index.en.md rename to site/examples/plugin/facet/index.en.md diff --git a/examples/plugin/facet/index.zh.md b/site/examples/plugin/facet/index.zh.md similarity index 100% rename from examples/plugin/facet/index.zh.md rename to site/examples/plugin/facet/index.zh.md diff --git a/examples/plugin/multi-view/API.en.md b/site/examples/plugin/multi-view/API.en.md similarity index 100% rename from examples/plugin/multi-view/API.en.md rename to site/examples/plugin/multi-view/API.en.md diff --git a/examples/plugin/multi-view/API.zh.md b/site/examples/plugin/multi-view/API.zh.md similarity index 100% rename from examples/plugin/multi-view/API.zh.md rename to site/examples/plugin/multi-view/API.zh.md diff --git a/examples/plugin/multi-view/demo/anomaly-detection-line-chart.ts b/site/examples/plugin/multi-view/demo/anomaly-detection-line-chart.ts similarity index 100% rename from examples/plugin/multi-view/demo/anomaly-detection-line-chart.ts rename to site/examples/plugin/multi-view/demo/anomaly-detection-line-chart.ts diff --git a/examples/plugin/multi-view/demo/brush-filter-record.ts b/site/examples/plugin/multi-view/demo/brush-filter-record.ts similarity index 100% rename from examples/plugin/multi-view/demo/brush-filter-record.ts rename to site/examples/plugin/multi-view/demo/brush-filter-record.ts diff --git a/examples/plugin/multi-view/demo/combo-plot.ts b/site/examples/plugin/multi-view/demo/combo-plot.ts similarity index 100% rename from examples/plugin/multi-view/demo/combo-plot.ts rename to site/examples/plugin/multi-view/demo/combo-plot.ts diff --git a/examples/plugin/multi-view/demo/composite-funnel.ts b/site/examples/plugin/multi-view/demo/composite-funnel.ts similarity index 100% rename from examples/plugin/multi-view/demo/composite-funnel.ts rename to site/examples/plugin/multi-view/demo/composite-funnel.ts diff --git a/examples/plugin/multi-view/demo/customized-stock.jsx b/site/examples/plugin/multi-view/demo/customized-stock.jsx similarity index 100% rename from examples/plugin/multi-view/demo/customized-stock.jsx rename to site/examples/plugin/multi-view/demo/customized-stock.jsx diff --git a/examples/plugin/multi-view/demo/drinks.ts b/site/examples/plugin/multi-view/demo/drinks.ts similarity index 100% rename from examples/plugin/multi-view/demo/drinks.ts rename to site/examples/plugin/multi-view/demo/drinks.ts diff --git a/examples/plugin/multi-view/demo/meta.json b/site/examples/plugin/multi-view/demo/meta.json similarity index 100% rename from examples/plugin/multi-view/demo/meta.json rename to site/examples/plugin/multi-view/demo/meta.json diff --git a/examples/plugin/multi-view/demo/nest-pie.ts b/site/examples/plugin/multi-view/demo/nest-pie.ts similarity index 100% rename from examples/plugin/multi-view/demo/nest-pie.ts rename to site/examples/plugin/multi-view/demo/nest-pie.ts diff --git a/examples/plugin/multi-view/demo/range-area.ts b/site/examples/plugin/multi-view/demo/range-area.ts similarity index 100% rename from examples/plugin/multi-view/demo/range-area.ts rename to site/examples/plugin/multi-view/demo/range-area.ts diff --git a/examples/plugin/multi-view/demo/sales-analysis.ts b/site/examples/plugin/multi-view/demo/sales-analysis.ts similarity index 100% rename from examples/plugin/multi-view/demo/sales-analysis.ts rename to site/examples/plugin/multi-view/demo/sales-analysis.ts diff --git a/examples/plugin/multi-view/demo/series-columns.ts b/site/examples/plugin/multi-view/demo/series-columns.ts similarity index 100% rename from examples/plugin/multi-view/demo/series-columns.ts rename to site/examples/plugin/multi-view/demo/series-columns.ts diff --git a/examples/plugin/multi-view/index.en.md b/site/examples/plugin/multi-view/index.en.md similarity index 100% rename from examples/plugin/multi-view/index.en.md rename to site/examples/plugin/multi-view/index.en.md diff --git a/examples/plugin/multi-view/index.zh.md b/site/examples/plugin/multi-view/index.zh.md similarity index 100% rename from examples/plugin/multi-view/index.zh.md rename to site/examples/plugin/multi-view/index.zh.md diff --git a/examples/plugin/pattern/API.en.md b/site/examples/plugin/pattern/API.en.md similarity index 100% rename from examples/plugin/pattern/API.en.md rename to site/examples/plugin/pattern/API.en.md diff --git a/examples/plugin/pattern/API.zh.md b/site/examples/plugin/pattern/API.zh.md similarity index 100% rename from examples/plugin/pattern/API.zh.md rename to site/examples/plugin/pattern/API.zh.md diff --git a/examples/plugin/pattern/demo/area-pattern.ts b/site/examples/plugin/pattern/demo/area-pattern.ts similarity index 100% rename from examples/plugin/pattern/demo/area-pattern.ts rename to site/examples/plugin/pattern/demo/area-pattern.ts diff --git a/examples/plugin/pattern/demo/bar-pattern.ts b/site/examples/plugin/pattern/demo/bar-pattern.ts similarity index 100% rename from examples/plugin/pattern/demo/bar-pattern.ts rename to site/examples/plugin/pattern/demo/bar-pattern.ts diff --git a/examples/plugin/pattern/demo/donut-pattern.ts b/site/examples/plugin/pattern/demo/donut-pattern.ts similarity index 100% rename from examples/plugin/pattern/demo/donut-pattern.ts rename to site/examples/plugin/pattern/demo/donut-pattern.ts diff --git a/examples/plugin/pattern/demo/group-column-pattern.ts b/site/examples/plugin/pattern/demo/group-column-pattern.ts similarity index 100% rename from examples/plugin/pattern/demo/group-column-pattern.ts rename to site/examples/plugin/pattern/demo/group-column-pattern.ts diff --git a/examples/plugin/pattern/demo/heatmap-cookie-pattern.ts b/site/examples/plugin/pattern/demo/heatmap-cookie-pattern.ts similarity index 100% rename from examples/plugin/pattern/demo/heatmap-cookie-pattern.ts rename to site/examples/plugin/pattern/demo/heatmap-cookie-pattern.ts diff --git a/examples/plugin/pattern/demo/heatmap-pattern.ts b/site/examples/plugin/pattern/demo/heatmap-pattern.ts similarity index 100% rename from examples/plugin/pattern/demo/heatmap-pattern.ts rename to site/examples/plugin/pattern/demo/heatmap-pattern.ts diff --git a/examples/plugin/pattern/demo/legend-marker-with-pattern.ts b/site/examples/plugin/pattern/demo/legend-marker-with-pattern.ts similarity index 100% rename from examples/plugin/pattern/demo/legend-marker-with-pattern.ts rename to site/examples/plugin/pattern/demo/legend-marker-with-pattern.ts diff --git a/examples/plugin/pattern/demo/liquid-pattern.ts b/site/examples/plugin/pattern/demo/liquid-pattern.ts similarity index 100% rename from examples/plugin/pattern/demo/liquid-pattern.ts rename to site/examples/plugin/pattern/demo/liquid-pattern.ts diff --git a/examples/plugin/pattern/demo/meta.json b/site/examples/plugin/pattern/demo/meta.json similarity index 100% rename from examples/plugin/pattern/demo/meta.json rename to site/examples/plugin/pattern/demo/meta.json diff --git a/examples/plugin/pattern/demo/pie-pattern.ts b/site/examples/plugin/pattern/demo/pie-pattern.ts similarity index 100% rename from examples/plugin/pattern/demo/pie-pattern.ts rename to site/examples/plugin/pattern/demo/pie-pattern.ts diff --git a/examples/plugin/pattern/demo/stack-bar-pattern.ts b/site/examples/plugin/pattern/demo/stack-bar-pattern.ts similarity index 100% rename from examples/plugin/pattern/demo/stack-bar-pattern.ts rename to site/examples/plugin/pattern/demo/stack-bar-pattern.ts diff --git a/examples/plugin/pattern/demo/stacked-group-column-pattern.ts b/site/examples/plugin/pattern/demo/stacked-group-column-pattern.ts similarity index 100% rename from examples/plugin/pattern/demo/stacked-group-column-pattern.ts rename to site/examples/plugin/pattern/demo/stacked-group-column-pattern.ts diff --git a/examples/plugin/pattern/index.en.md b/site/examples/plugin/pattern/index.en.md similarity index 100% rename from examples/plugin/pattern/index.en.md rename to site/examples/plugin/pattern/index.en.md diff --git a/examples/plugin/pattern/index.zh.md b/site/examples/plugin/pattern/index.zh.md similarity index 100% rename from examples/plugin/pattern/index.zh.md rename to site/examples/plugin/pattern/index.zh.md diff --git a/examples/progress-plots/bullet/API.en.md b/site/examples/progress-plots/bullet/API.en.md similarity index 100% rename from examples/progress-plots/bullet/API.en.md rename to site/examples/progress-plots/bullet/API.en.md diff --git a/examples/progress-plots/bullet/API.zh.md b/site/examples/progress-plots/bullet/API.zh.md similarity index 100% rename from examples/progress-plots/bullet/API.zh.md rename to site/examples/progress-plots/bullet/API.zh.md diff --git a/examples/progress-plots/bullet/demo/basic.ts b/site/examples/progress-plots/bullet/demo/basic.ts similarity index 100% rename from examples/progress-plots/bullet/demo/basic.ts rename to site/examples/progress-plots/bullet/demo/basic.ts diff --git a/examples/progress-plots/bullet/demo/color.ts b/site/examples/progress-plots/bullet/demo/color.ts similarity index 100% rename from examples/progress-plots/bullet/demo/color.ts rename to site/examples/progress-plots/bullet/demo/color.ts diff --git a/examples/progress-plots/bullet/demo/grouped.ts b/site/examples/progress-plots/bullet/demo/grouped.ts similarity index 100% rename from examples/progress-plots/bullet/demo/grouped.ts rename to site/examples/progress-plots/bullet/demo/grouped.ts diff --git a/examples/progress-plots/bullet/demo/layout.ts b/site/examples/progress-plots/bullet/demo/layout.ts similarity index 100% rename from examples/progress-plots/bullet/demo/layout.ts rename to site/examples/progress-plots/bullet/demo/layout.ts diff --git a/examples/progress-plots/bullet/demo/meta.json b/site/examples/progress-plots/bullet/demo/meta.json similarity index 100% rename from examples/progress-plots/bullet/demo/meta.json rename to site/examples/progress-plots/bullet/demo/meta.json diff --git a/examples/progress-plots/bullet/demo/stacked.ts b/site/examples/progress-plots/bullet/demo/stacked.ts similarity index 100% rename from examples/progress-plots/bullet/demo/stacked.ts rename to site/examples/progress-plots/bullet/demo/stacked.ts diff --git a/examples/progress-plots/bullet/design.en.md b/site/examples/progress-plots/bullet/design.en.md similarity index 100% rename from examples/progress-plots/bullet/design.en.md rename to site/examples/progress-plots/bullet/design.en.md diff --git a/examples/progress-plots/bullet/design.zh.md b/site/examples/progress-plots/bullet/design.zh.md similarity index 100% rename from examples/progress-plots/bullet/design.zh.md rename to site/examples/progress-plots/bullet/design.zh.md diff --git a/examples/progress-plots/bullet/index.en.md b/site/examples/progress-plots/bullet/index.en.md similarity index 100% rename from examples/progress-plots/bullet/index.en.md rename to site/examples/progress-plots/bullet/index.en.md diff --git a/examples/progress-plots/bullet/index.zh.md b/site/examples/progress-plots/bullet/index.zh.md similarity index 100% rename from examples/progress-plots/bullet/index.zh.md rename to site/examples/progress-plots/bullet/index.zh.md diff --git a/examples/progress-plots/gauge/API.en.md b/site/examples/progress-plots/gauge/API.en.md similarity index 100% rename from examples/progress-plots/gauge/API.en.md rename to site/examples/progress-plots/gauge/API.en.md diff --git a/examples/progress-plots/gauge/API.zh.md b/site/examples/progress-plots/gauge/API.zh.md similarity index 100% rename from examples/progress-plots/gauge/API.zh.md rename to site/examples/progress-plots/gauge/API.zh.md diff --git a/examples/progress-plots/gauge/demo/basic.ts b/site/examples/progress-plots/gauge/demo/basic.ts similarity index 100% rename from examples/progress-plots/gauge/demo/basic.ts rename to site/examples/progress-plots/gauge/demo/basic.ts diff --git a/examples/progress-plots/gauge/demo/complex.ts b/site/examples/progress-plots/gauge/demo/complex.ts similarity index 100% rename from examples/progress-plots/gauge/demo/complex.ts rename to site/examples/progress-plots/gauge/demo/complex.ts diff --git a/examples/progress-plots/gauge/demo/custom-color.ts b/site/examples/progress-plots/gauge/demo/custom-color.ts similarity index 100% rename from examples/progress-plots/gauge/demo/custom-color.ts rename to site/examples/progress-plots/gauge/demo/custom-color.ts diff --git a/examples/progress-plots/gauge/demo/custom-indicator.ts b/site/examples/progress-plots/gauge/demo/custom-indicator.ts similarity index 100% rename from examples/progress-plots/gauge/demo/custom-indicator.ts rename to site/examples/progress-plots/gauge/demo/custom-indicator.ts diff --git a/examples/progress-plots/gauge/demo/custom-indicator2.ts b/site/examples/progress-plots/gauge/demo/custom-indicator2.ts similarity index 100% rename from examples/progress-plots/gauge/demo/custom-indicator2.ts rename to site/examples/progress-plots/gauge/demo/custom-indicator2.ts diff --git a/examples/progress-plots/gauge/demo/custom-indicator3.ts b/site/examples/progress-plots/gauge/demo/custom-indicator3.ts similarity index 100% rename from examples/progress-plots/gauge/demo/custom-indicator3.ts rename to site/examples/progress-plots/gauge/demo/custom-indicator3.ts diff --git a/examples/progress-plots/gauge/demo/custom-meter-step.ts b/site/examples/progress-plots/gauge/demo/custom-meter-step.ts similarity index 100% rename from examples/progress-plots/gauge/demo/custom-meter-step.ts rename to site/examples/progress-plots/gauge/demo/custom-meter-step.ts diff --git a/examples/progress-plots/gauge/demo/meta.json b/site/examples/progress-plots/gauge/demo/meta.json similarity index 100% rename from examples/progress-plots/gauge/demo/meta.json rename to site/examples/progress-plots/gauge/demo/meta.json diff --git a/examples/progress-plots/gauge/demo/meter-gauge.ts b/site/examples/progress-plots/gauge/demo/meter-gauge.ts similarity index 100% rename from examples/progress-plots/gauge/demo/meter-gauge.ts rename to site/examples/progress-plots/gauge/demo/meter-gauge.ts diff --git a/examples/progress-plots/gauge/demo/range-width.ts b/site/examples/progress-plots/gauge/demo/range-width.ts similarity index 100% rename from examples/progress-plots/gauge/demo/range-width.ts rename to site/examples/progress-plots/gauge/demo/range-width.ts diff --git a/examples/progress-plots/gauge/demo/simple-indicator.ts b/site/examples/progress-plots/gauge/demo/simple-indicator.ts similarity index 100% rename from examples/progress-plots/gauge/demo/simple-indicator.ts rename to site/examples/progress-plots/gauge/demo/simple-indicator.ts diff --git a/examples/progress-plots/gauge/demo/single-gradient.ts b/site/examples/progress-plots/gauge/demo/single-gradient.ts similarity index 100% rename from examples/progress-plots/gauge/demo/single-gradient.ts rename to site/examples/progress-plots/gauge/demo/single-gradient.ts diff --git a/examples/progress-plots/gauge/demo/tooltip-gauge.ts b/site/examples/progress-plots/gauge/demo/tooltip-gauge.ts similarity index 100% rename from examples/progress-plots/gauge/demo/tooltip-gauge.ts rename to site/examples/progress-plots/gauge/demo/tooltip-gauge.ts diff --git a/examples/progress-plots/gauge/index.en.md b/site/examples/progress-plots/gauge/index.en.md similarity index 100% rename from examples/progress-plots/gauge/index.en.md rename to site/examples/progress-plots/gauge/index.en.md diff --git a/examples/progress-plots/gauge/index.zh.md b/site/examples/progress-plots/gauge/index.zh.md similarity index 100% rename from examples/progress-plots/gauge/index.zh.md rename to site/examples/progress-plots/gauge/index.zh.md diff --git a/examples/progress-plots/liquid/API.en.md b/site/examples/progress-plots/liquid/API.en.md similarity index 100% rename from examples/progress-plots/liquid/API.en.md rename to site/examples/progress-plots/liquid/API.en.md diff --git a/examples/progress-plots/liquid/API.zh.md b/site/examples/progress-plots/liquid/API.zh.md similarity index 100% rename from examples/progress-plots/liquid/API.zh.md rename to site/examples/progress-plots/liquid/API.zh.md diff --git a/examples/progress-plots/liquid/demo/basic.ts b/site/examples/progress-plots/liquid/demo/basic.ts similarity index 100% rename from examples/progress-plots/liquid/demo/basic.ts rename to site/examples/progress-plots/liquid/demo/basic.ts diff --git a/examples/progress-plots/liquid/demo/custom.ts b/site/examples/progress-plots/liquid/demo/custom.ts similarity index 100% rename from examples/progress-plots/liquid/demo/custom.ts rename to site/examples/progress-plots/liquid/demo/custom.ts diff --git a/examples/progress-plots/liquid/demo/diamond.ts b/site/examples/progress-plots/liquid/demo/diamond.ts similarity index 100% rename from examples/progress-plots/liquid/demo/diamond.ts rename to site/examples/progress-plots/liquid/demo/diamond.ts diff --git a/examples/progress-plots/liquid/demo/meta.json b/site/examples/progress-plots/liquid/demo/meta.json similarity index 100% rename from examples/progress-plots/liquid/demo/meta.json rename to site/examples/progress-plots/liquid/demo/meta.json diff --git a/examples/progress-plots/liquid/demo/outline-style.ts b/site/examples/progress-plots/liquid/demo/outline-style.ts similarity index 100% rename from examples/progress-plots/liquid/demo/outline-style.ts rename to site/examples/progress-plots/liquid/demo/outline-style.ts diff --git a/examples/progress-plots/liquid/demo/pattern.ts b/site/examples/progress-plots/liquid/demo/pattern.ts similarity index 100% rename from examples/progress-plots/liquid/demo/pattern.ts rename to site/examples/progress-plots/liquid/demo/pattern.ts diff --git a/examples/progress-plots/liquid/demo/rect.ts b/site/examples/progress-plots/liquid/demo/rect.ts similarity index 100% rename from examples/progress-plots/liquid/demo/rect.ts rename to site/examples/progress-plots/liquid/demo/rect.ts diff --git a/examples/progress-plots/liquid/demo/style.ts b/site/examples/progress-plots/liquid/demo/style.ts similarity index 100% rename from examples/progress-plots/liquid/demo/style.ts rename to site/examples/progress-plots/liquid/demo/style.ts diff --git a/examples/progress-plots/liquid/index.en.md b/site/examples/progress-plots/liquid/index.en.md similarity index 100% rename from examples/progress-plots/liquid/index.en.md rename to site/examples/progress-plots/liquid/index.en.md diff --git a/examples/progress-plots/liquid/index.zh.md b/site/examples/progress-plots/liquid/index.zh.md similarity index 100% rename from examples/progress-plots/liquid/index.zh.md rename to site/examples/progress-plots/liquid/index.zh.md diff --git a/examples/relation-plots/chord/API.en.md b/site/examples/relation-plots/chord/API.en.md similarity index 100% rename from examples/relation-plots/chord/API.en.md rename to site/examples/relation-plots/chord/API.en.md diff --git a/examples/relation-plots/chord/API.zh.md b/site/examples/relation-plots/chord/API.zh.md similarity index 100% rename from examples/relation-plots/chord/API.zh.md rename to site/examples/relation-plots/chord/API.zh.md diff --git a/examples/relation-plots/chord/demo/chord-population.ts b/site/examples/relation-plots/chord/demo/chord-population.ts similarity index 100% rename from examples/relation-plots/chord/demo/chord-population.ts rename to site/examples/relation-plots/chord/demo/chord-population.ts diff --git a/examples/relation-plots/chord/demo/custom-tooltip.ts b/site/examples/relation-plots/chord/demo/custom-tooltip.ts similarity index 100% rename from examples/relation-plots/chord/demo/custom-tooltip.ts rename to site/examples/relation-plots/chord/demo/custom-tooltip.ts diff --git a/examples/relation-plots/chord/demo/meta.json b/site/examples/relation-plots/chord/demo/meta.json similarity index 100% rename from examples/relation-plots/chord/demo/meta.json rename to site/examples/relation-plots/chord/demo/meta.json diff --git a/examples/relation-plots/chord/index.en.md b/site/examples/relation-plots/chord/index.en.md similarity index 100% rename from examples/relation-plots/chord/index.en.md rename to site/examples/relation-plots/chord/index.en.md diff --git a/examples/relation-plots/chord/index.zh.md b/site/examples/relation-plots/chord/index.zh.md similarity index 100% rename from examples/relation-plots/chord/index.zh.md rename to site/examples/relation-plots/chord/index.zh.md diff --git a/examples/relation-plots/sankey/API.en.md b/site/examples/relation-plots/sankey/API.en.md similarity index 100% rename from examples/relation-plots/sankey/API.en.md rename to site/examples/relation-plots/sankey/API.en.md diff --git a/examples/relation-plots/sankey/API.zh.md b/site/examples/relation-plots/sankey/API.zh.md similarity index 100% rename from examples/relation-plots/sankey/API.zh.md rename to site/examples/relation-plots/sankey/API.zh.md diff --git a/examples/relation-plots/sankey/demo/alipay.ts b/site/examples/relation-plots/sankey/demo/alipay.ts similarity index 100% rename from examples/relation-plots/sankey/demo/alipay.ts rename to site/examples/relation-plots/sankey/demo/alipay.ts diff --git a/examples/relation-plots/sankey/demo/draggable.ts b/site/examples/relation-plots/sankey/demo/draggable.ts similarity index 100% rename from examples/relation-plots/sankey/demo/draggable.ts rename to site/examples/relation-plots/sankey/demo/draggable.ts diff --git a/examples/relation-plots/sankey/demo/energy.ts b/site/examples/relation-plots/sankey/demo/energy.ts similarity index 100% rename from examples/relation-plots/sankey/demo/energy.ts rename to site/examples/relation-plots/sankey/demo/energy.ts diff --git a/examples/relation-plots/sankey/demo/meta.json b/site/examples/relation-plots/sankey/demo/meta.json similarity index 100% rename from examples/relation-plots/sankey/demo/meta.json rename to site/examples/relation-plots/sankey/demo/meta.json diff --git a/examples/relation-plots/sankey/demo/node-sort-sankey.ts b/site/examples/relation-plots/sankey/demo/node-sort-sankey.ts similarity index 100% rename from examples/relation-plots/sankey/demo/node-sort-sankey.ts rename to site/examples/relation-plots/sankey/demo/node-sort-sankey.ts diff --git a/examples/relation-plots/sankey/demo/set-state.ts b/site/examples/relation-plots/sankey/demo/set-state.ts similarity index 100% rename from examples/relation-plots/sankey/demo/set-state.ts rename to site/examples/relation-plots/sankey/demo/set-state.ts diff --git a/examples/relation-plots/sankey/index.en.md b/site/examples/relation-plots/sankey/index.en.md similarity index 100% rename from examples/relation-plots/sankey/index.en.md rename to site/examples/relation-plots/sankey/index.en.md diff --git a/examples/relation-plots/sankey/index.zh.md b/site/examples/relation-plots/sankey/index.zh.md similarity index 100% rename from examples/relation-plots/sankey/index.zh.md rename to site/examples/relation-plots/sankey/index.zh.md diff --git a/examples/rose/basic/API.en.md b/site/examples/rose/basic/API.en.md similarity index 100% rename from examples/rose/basic/API.en.md rename to site/examples/rose/basic/API.en.md diff --git a/examples/rose/basic/API.zh.md b/site/examples/rose/basic/API.zh.md similarity index 100% rename from examples/rose/basic/API.zh.md rename to site/examples/rose/basic/API.zh.md diff --git a/examples/rose/basic/demo/basic.ts b/site/examples/rose/basic/demo/basic.ts similarity index 100% rename from examples/rose/basic/demo/basic.ts rename to site/examples/rose/basic/demo/basic.ts diff --git a/examples/rose/basic/demo/inner-label.ts b/site/examples/rose/basic/demo/inner-label.ts similarity index 100% rename from examples/rose/basic/demo/inner-label.ts rename to site/examples/rose/basic/demo/inner-label.ts diff --git a/examples/rose/basic/demo/interaction.ts b/site/examples/rose/basic/demo/interaction.ts similarity index 100% rename from examples/rose/basic/demo/interaction.ts rename to site/examples/rose/basic/demo/interaction.ts diff --git a/examples/rose/basic/demo/meta.json b/site/examples/rose/basic/demo/meta.json similarity index 100% rename from examples/rose/basic/demo/meta.json rename to site/examples/rose/basic/demo/meta.json diff --git a/examples/rose/basic/demo/rose-pattern.ts b/site/examples/rose/basic/demo/rose-pattern.ts similarity index 100% rename from examples/rose/basic/demo/rose-pattern.ts rename to site/examples/rose/basic/demo/rose-pattern.ts diff --git a/examples/rose/basic/demo/rose-state.ts b/site/examples/rose/basic/demo/rose-state.ts similarity index 100% rename from examples/rose/basic/demo/rose-state.ts rename to site/examples/rose/basic/demo/rose-state.ts diff --git a/examples/rose/basic/index.en.md b/site/examples/rose/basic/index.en.md similarity index 100% rename from examples/rose/basic/index.en.md rename to site/examples/rose/basic/index.en.md diff --git a/examples/rose/basic/index.zh.md b/site/examples/rose/basic/index.zh.md similarity index 100% rename from examples/rose/basic/index.zh.md rename to site/examples/rose/basic/index.zh.md diff --git a/examples/rose/grouped/API.en.md b/site/examples/rose/grouped/API.en.md similarity index 100% rename from examples/rose/grouped/API.en.md rename to site/examples/rose/grouped/API.en.md diff --git a/examples/rose/grouped/API.zh.md b/site/examples/rose/grouped/API.zh.md similarity index 100% rename from examples/rose/grouped/API.zh.md rename to site/examples/rose/grouped/API.zh.md diff --git a/examples/rose/grouped/demo/basic.ts b/site/examples/rose/grouped/demo/basic.ts similarity index 100% rename from examples/rose/grouped/demo/basic.ts rename to site/examples/rose/grouped/demo/basic.ts diff --git a/examples/rose/grouped/demo/meta.json b/site/examples/rose/grouped/demo/meta.json similarity index 100% rename from examples/rose/grouped/demo/meta.json rename to site/examples/rose/grouped/demo/meta.json diff --git a/examples/rose/grouped/demo/pattern.ts b/site/examples/rose/grouped/demo/pattern.ts similarity index 100% rename from examples/rose/grouped/demo/pattern.ts rename to site/examples/rose/grouped/demo/pattern.ts diff --git a/examples/rose/grouped/index.en.md b/site/examples/rose/grouped/index.en.md similarity index 100% rename from examples/rose/grouped/index.en.md rename to site/examples/rose/grouped/index.en.md diff --git a/examples/rose/grouped/index.zh.md b/site/examples/rose/grouped/index.zh.md similarity index 100% rename from examples/rose/grouped/index.zh.md rename to site/examples/rose/grouped/index.zh.md diff --git a/examples/rose/stacked/API.en.md b/site/examples/rose/stacked/API.en.md similarity index 100% rename from examples/rose/stacked/API.en.md rename to site/examples/rose/stacked/API.en.md diff --git a/examples/rose/stacked/API.zh.md b/site/examples/rose/stacked/API.zh.md similarity index 100% rename from examples/rose/stacked/API.zh.md rename to site/examples/rose/stacked/API.zh.md diff --git a/examples/rose/stacked/demo/basic.ts b/site/examples/rose/stacked/demo/basic.ts similarity index 100% rename from examples/rose/stacked/demo/basic.ts rename to site/examples/rose/stacked/demo/basic.ts diff --git a/examples/rose/stacked/demo/meta.json b/site/examples/rose/stacked/demo/meta.json similarity index 100% rename from examples/rose/stacked/demo/meta.json rename to site/examples/rose/stacked/demo/meta.json diff --git a/examples/rose/stacked/index.en.md b/site/examples/rose/stacked/index.en.md similarity index 100% rename from examples/rose/stacked/index.en.md rename to site/examples/rose/stacked/index.en.md diff --git a/examples/rose/stacked/index.zh.md b/site/examples/rose/stacked/index.zh.md similarity index 100% rename from examples/rose/stacked/index.zh.md rename to site/examples/rose/stacked/index.zh.md diff --git a/examples/scatter/bubble/API.en.md b/site/examples/scatter/bubble/API.en.md similarity index 100% rename from examples/scatter/bubble/API.en.md rename to site/examples/scatter/bubble/API.en.md diff --git a/examples/scatter/bubble/API.zh.md b/site/examples/scatter/bubble/API.zh.md similarity index 100% rename from examples/scatter/bubble/API.zh.md rename to site/examples/scatter/bubble/API.zh.md diff --git a/examples/scatter/bubble/demo/axis-right.ts b/site/examples/scatter/bubble/demo/axis-right.ts similarity index 100% rename from examples/scatter/bubble/demo/axis-right.ts rename to site/examples/scatter/bubble/demo/axis-right.ts diff --git a/examples/scatter/bubble/demo/bubble-3d.ts b/site/examples/scatter/bubble/demo/bubble-3d.ts similarity index 100% rename from examples/scatter/bubble/demo/bubble-3d.ts rename to site/examples/scatter/bubble/demo/bubble-3d.ts diff --git a/examples/scatter/bubble/demo/meta.json b/site/examples/scatter/bubble/demo/meta.json similarity index 100% rename from examples/scatter/bubble/demo/meta.json rename to site/examples/scatter/bubble/demo/meta.json diff --git a/examples/scatter/bubble/demo/quadrant-tooltip.ts b/site/examples/scatter/bubble/demo/quadrant-tooltip.ts similarity index 100% rename from examples/scatter/bubble/demo/quadrant-tooltip.ts rename to site/examples/scatter/bubble/demo/quadrant-tooltip.ts diff --git a/examples/scatter/bubble/demo/quadrant.ts b/site/examples/scatter/bubble/demo/quadrant.ts similarity index 100% rename from examples/scatter/bubble/demo/quadrant.ts rename to site/examples/scatter/bubble/demo/quadrant.ts diff --git a/examples/scatter/bubble/index.en.md b/site/examples/scatter/bubble/index.en.md similarity index 100% rename from examples/scatter/bubble/index.en.md rename to site/examples/scatter/bubble/index.en.md diff --git a/examples/scatter/bubble/index.zh.md b/site/examples/scatter/bubble/index.zh.md similarity index 100% rename from examples/scatter/bubble/index.zh.md rename to site/examples/scatter/bubble/index.zh.md diff --git a/examples/scatter/scatter/API.en.md b/site/examples/scatter/scatter/API.en.md similarity index 100% rename from examples/scatter/scatter/API.en.md rename to site/examples/scatter/scatter/API.en.md diff --git a/examples/scatter/scatter/API.zh.md b/site/examples/scatter/scatter/API.zh.md similarity index 100% rename from examples/scatter/scatter/API.zh.md rename to site/examples/scatter/scatter/API.zh.md diff --git a/examples/scatter/scatter/demo/color-mapping.ts b/site/examples/scatter/scatter/demo/color-mapping.ts similarity index 100% rename from examples/scatter/scatter/demo/color-mapping.ts rename to site/examples/scatter/scatter/demo/color-mapping.ts diff --git a/examples/scatter/scatter/demo/custom-shape.ts b/site/examples/scatter/scatter/demo/custom-shape.ts similarity index 100% rename from examples/scatter/scatter/demo/custom-shape.ts rename to site/examples/scatter/scatter/demo/custom-shape.ts diff --git a/examples/scatter/scatter/demo/label.ts b/site/examples/scatter/scatter/demo/label.ts similarity index 100% rename from examples/scatter/scatter/demo/label.ts rename to site/examples/scatter/scatter/demo/label.ts diff --git a/examples/scatter/scatter/demo/line.ts b/site/examples/scatter/scatter/demo/line.ts similarity index 100% rename from examples/scatter/scatter/demo/line.ts rename to site/examples/scatter/scatter/demo/line.ts diff --git a/examples/scatter/scatter/demo/mapping-color-and-shape.ts b/site/examples/scatter/scatter/demo/mapping-color-and-shape.ts similarity index 100% rename from examples/scatter/scatter/demo/mapping-color-and-shape.ts rename to site/examples/scatter/scatter/demo/mapping-color-and-shape.ts diff --git a/examples/scatter/scatter/demo/meta.json b/site/examples/scatter/scatter/demo/meta.json similarity index 100% rename from examples/scatter/scatter/demo/meta.json rename to site/examples/scatter/scatter/demo/meta.json diff --git a/examples/scatter/scatter/index.en.md b/site/examples/scatter/scatter/index.en.md similarity index 100% rename from examples/scatter/scatter/index.en.md rename to site/examples/scatter/scatter/index.en.md diff --git a/examples/scatter/scatter/index.zh.md b/site/examples/scatter/scatter/index.zh.md similarity index 100% rename from examples/scatter/scatter/index.zh.md rename to site/examples/scatter/scatter/index.zh.md diff --git a/examples/tiny/progress/API.en.md b/site/examples/tiny/progress/API.en.md similarity index 100% rename from examples/tiny/progress/API.en.md rename to site/examples/tiny/progress/API.en.md diff --git a/examples/tiny/progress/API.zh.md b/site/examples/tiny/progress/API.zh.md similarity index 100% rename from examples/tiny/progress/API.zh.md rename to site/examples/tiny/progress/API.zh.md diff --git a/examples/tiny/progress/demo/meta.json b/site/examples/tiny/progress/demo/meta.json similarity index 100% rename from examples/tiny/progress/demo/meta.json rename to site/examples/tiny/progress/demo/meta.json diff --git a/examples/tiny/progress/demo/progress-style.ts b/site/examples/tiny/progress/demo/progress-style.ts similarity index 100% rename from examples/tiny/progress/demo/progress-style.ts rename to site/examples/tiny/progress/demo/progress-style.ts diff --git a/examples/tiny/progress/demo/progress.ts b/site/examples/tiny/progress/demo/progress.ts similarity index 100% rename from examples/tiny/progress/demo/progress.ts rename to site/examples/tiny/progress/demo/progress.ts diff --git a/examples/tiny/progress/index.en.md b/site/examples/tiny/progress/index.en.md similarity index 100% rename from examples/tiny/progress/index.en.md rename to site/examples/tiny/progress/index.en.md diff --git a/examples/tiny/progress/index.zh.md b/site/examples/tiny/progress/index.zh.md similarity index 100% rename from examples/tiny/progress/index.zh.md rename to site/examples/tiny/progress/index.zh.md diff --git a/examples/tiny/ring-progress/API.en.md b/site/examples/tiny/ring-progress/API.en.md similarity index 100% rename from examples/tiny/ring-progress/API.en.md rename to site/examples/tiny/ring-progress/API.en.md diff --git a/examples/tiny/ring-progress/API.zh.md b/site/examples/tiny/ring-progress/API.zh.md similarity index 100% rename from examples/tiny/ring-progress/API.zh.md rename to site/examples/tiny/ring-progress/API.zh.md diff --git a/examples/tiny/ring-progress/demo/meta.json b/site/examples/tiny/ring-progress/demo/meta.json similarity index 100% rename from examples/tiny/ring-progress/demo/meta.json rename to site/examples/tiny/ring-progress/demo/meta.json diff --git a/examples/tiny/ring-progress/demo/ring-progress-style.ts b/site/examples/tiny/ring-progress/demo/ring-progress-style.ts similarity index 100% rename from examples/tiny/ring-progress/demo/ring-progress-style.ts rename to site/examples/tiny/ring-progress/demo/ring-progress-style.ts diff --git a/examples/tiny/ring-progress/demo/ring-progress.ts b/site/examples/tiny/ring-progress/demo/ring-progress.ts similarity index 100% rename from examples/tiny/ring-progress/demo/ring-progress.ts rename to site/examples/tiny/ring-progress/demo/ring-progress.ts diff --git a/examples/tiny/ring-progress/index.en.md b/site/examples/tiny/ring-progress/index.en.md similarity index 100% rename from examples/tiny/ring-progress/index.en.md rename to site/examples/tiny/ring-progress/index.en.md diff --git a/examples/tiny/ring-progress/index.zh.md b/site/examples/tiny/ring-progress/index.zh.md similarity index 100% rename from examples/tiny/ring-progress/index.zh.md rename to site/examples/tiny/ring-progress/index.zh.md diff --git a/examples/tiny/tiny-area/API.en.md b/site/examples/tiny/tiny-area/API.en.md similarity index 100% rename from examples/tiny/tiny-area/API.en.md rename to site/examples/tiny/tiny-area/API.en.md diff --git a/examples/tiny/tiny-area/API.zh.md b/site/examples/tiny/tiny-area/API.zh.md similarity index 100% rename from examples/tiny/tiny-area/API.zh.md rename to site/examples/tiny/tiny-area/API.zh.md diff --git a/examples/tiny/tiny-area/demo/area-annotation.ts b/site/examples/tiny/tiny-area/demo/area-annotation.ts similarity index 100% rename from examples/tiny/tiny-area/demo/area-annotation.ts rename to site/examples/tiny/tiny-area/demo/area-annotation.ts diff --git a/examples/tiny/tiny-area/demo/basic-area.ts b/site/examples/tiny/tiny-area/demo/basic-area.ts similarity index 100% rename from examples/tiny/tiny-area/demo/basic-area.ts rename to site/examples/tiny/tiny-area/demo/basic-area.ts diff --git a/examples/tiny/tiny-area/demo/filled-area.ts b/site/examples/tiny/tiny-area/demo/filled-area.ts similarity index 100% rename from examples/tiny/tiny-area/demo/filled-area.ts rename to site/examples/tiny/tiny-area/demo/filled-area.ts diff --git a/examples/tiny/tiny-area/demo/meta.json b/site/examples/tiny/tiny-area/demo/meta.json similarity index 100% rename from examples/tiny/tiny-area/demo/meta.json rename to site/examples/tiny/tiny-area/demo/meta.json diff --git a/examples/tiny/tiny-area/demo/pattern.ts b/site/examples/tiny/tiny-area/demo/pattern.ts similarity index 100% rename from examples/tiny/tiny-area/demo/pattern.ts rename to site/examples/tiny/tiny-area/demo/pattern.ts diff --git a/examples/tiny/tiny-area/index.en.md b/site/examples/tiny/tiny-area/index.en.md similarity index 100% rename from examples/tiny/tiny-area/index.en.md rename to site/examples/tiny/tiny-area/index.en.md diff --git a/examples/tiny/tiny-area/index.zh.md b/site/examples/tiny/tiny-area/index.zh.md similarity index 100% rename from examples/tiny/tiny-area/index.zh.md rename to site/examples/tiny/tiny-area/index.zh.md diff --git a/examples/tiny/tiny-column/API.en.md b/site/examples/tiny/tiny-column/API.en.md similarity index 100% rename from examples/tiny/tiny-column/API.en.md rename to site/examples/tiny/tiny-column/API.en.md diff --git a/examples/tiny/tiny-column/API.zh.md b/site/examples/tiny/tiny-column/API.zh.md similarity index 100% rename from examples/tiny/tiny-column/API.zh.md rename to site/examples/tiny/tiny-column/API.zh.md diff --git a/examples/tiny/tiny-column/demo/basic-column.ts b/site/examples/tiny/tiny-column/demo/basic-column.ts similarity index 100% rename from examples/tiny/tiny-column/demo/basic-column.ts rename to site/examples/tiny/tiny-column/demo/basic-column.ts diff --git a/examples/tiny/tiny-column/demo/column-annotation.ts b/site/examples/tiny/tiny-column/demo/column-annotation.ts similarity index 100% rename from examples/tiny/tiny-column/demo/column-annotation.ts rename to site/examples/tiny/tiny-column/demo/column-annotation.ts diff --git a/examples/tiny/tiny-column/demo/meta.json b/site/examples/tiny/tiny-column/demo/meta.json similarity index 100% rename from examples/tiny/tiny-column/demo/meta.json rename to site/examples/tiny/tiny-column/demo/meta.json diff --git a/examples/tiny/tiny-column/demo/tiny-column-pattern.ts b/site/examples/tiny/tiny-column/demo/tiny-column-pattern.ts similarity index 100% rename from examples/tiny/tiny-column/demo/tiny-column-pattern.ts rename to site/examples/tiny/tiny-column/demo/tiny-column-pattern.ts diff --git a/examples/tiny/tiny-column/index.en.md b/site/examples/tiny/tiny-column/index.en.md similarity index 100% rename from examples/tiny/tiny-column/index.en.md rename to site/examples/tiny/tiny-column/index.en.md diff --git a/examples/tiny/tiny-column/index.zh.md b/site/examples/tiny/tiny-column/index.zh.md similarity index 100% rename from examples/tiny/tiny-column/index.zh.md rename to site/examples/tiny/tiny-column/index.zh.md diff --git a/examples/tiny/tiny-line/API.en.md b/site/examples/tiny/tiny-line/API.en.md similarity index 100% rename from examples/tiny/tiny-line/API.en.md rename to site/examples/tiny/tiny-line/API.en.md diff --git a/examples/tiny/tiny-line/API.zh.md b/site/examples/tiny/tiny-line/API.zh.md similarity index 100% rename from examples/tiny/tiny-line/API.zh.md rename to site/examples/tiny/tiny-line/API.zh.md diff --git a/examples/tiny/tiny-line/demo/basic-line.ts b/site/examples/tiny/tiny-line/demo/basic-line.ts similarity index 100% rename from examples/tiny/tiny-line/demo/basic-line.ts rename to site/examples/tiny/tiny-line/demo/basic-line.ts diff --git a/examples/tiny/tiny-line/demo/line-annotation.ts b/site/examples/tiny/tiny-line/demo/line-annotation.ts similarity index 100% rename from examples/tiny/tiny-line/demo/line-annotation.ts rename to site/examples/tiny/tiny-line/demo/line-annotation.ts diff --git a/examples/tiny/tiny-line/demo/meta.json b/site/examples/tiny/tiny-line/demo/meta.json similarity index 100% rename from examples/tiny/tiny-line/demo/meta.json rename to site/examples/tiny/tiny-line/demo/meta.json diff --git a/examples/tiny/tiny-line/index.en.md b/site/examples/tiny/tiny-line/index.en.md similarity index 100% rename from examples/tiny/tiny-line/index.en.md rename to site/examples/tiny/tiny-line/index.en.md diff --git a/examples/tiny/tiny-line/index.zh.md b/site/examples/tiny/tiny-line/index.zh.md similarity index 100% rename from examples/tiny/tiny-line/index.zh.md rename to site/examples/tiny/tiny-line/index.zh.md diff --git a/site/package.json b/site/package.json new file mode 100644 index 0000000000..14bcf0286c --- /dev/null +++ b/site/package.json @@ -0,0 +1,22 @@ +{ + "version": "", + "scripts": { + "start": "dumi dev", + "build": "dumi build", + "preview": "dumi preview" + }, + "dependencies": { + "@antv/dumi-theme-antv": "^0.3.0", + "@antv/util": "^2.0.17", + "antd": "^4.8.4", + "chroma-js": "^2.1.2", + "dumi": "^2.0.0", + "rc-for-plots": "^0.0.1", + "react": "^16.11.0", + "react-dom": "^16.11.0" + }, + "repository": { + "type": "git", + "url": "https://github.com/antvis/g2plot" + } +} \ No newline at end of file diff --git a/site/tsconfig.json b/site/tsconfig.json new file mode 100644 index 0000000000..36aa1a4dc2 --- /dev/null +++ b/site/tsconfig.json @@ -0,0 +1,5 @@ +{ + "compilerOptions": { + "baseUrl": "." + } +} diff --git a/src/plots/liquid/shapes/liquid.ts b/src/plots/liquid/shapes/liquid.ts index 28556e2983..9ebfdc9b74 100644 --- a/src/plots/liquid/shapes/liquid.ts +++ b/src/plots/liquid/shapes/liquid.ts @@ -427,7 +427,7 @@ registerShape('interval', 'liquid-fill-gauge', { }, }); } - + // 2. 绘制一个波 const waves = container.addGroup({ name: 'waves',