This is an automated email from the ASF dual-hosted git repository.
wangzx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-handbook.git
The following commit(s) were added to refs/heads/master by this push:
new 63afb52 Fix some dead links after rename application → how-to
new 5a292c0 Merge pull request #49 from vincentbernat/fix/link
63afb52 is described below
commit 63afb5265f01a3f933a3c7a84db70e93651e9462
Author: Vincent Bernat <[email protected]>
AuthorDate: Fri Apr 29 13:10:55 2022 +0200
Fix some dead links after rename application → how-to
---
contents/en/how-to/chart-types/line/stacked-line.md | 2 +-
contents/zh/how-to/chart-types/line/stacked-line.md | 2 +-
contents/zh/how-to/cross-platform/baidu-app.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/contents/en/how-to/chart-types/line/stacked-line.md
b/contents/en/how-to/chart-types/line/stacked-line.md
index 6c3dd9c..cc98cee 100755
--- a/contents/en/how-to/chart-types/line/stacked-line.md
+++ b/contents/en/how-to/chart-types/line/stacked-line.md
@@ -1,6 +1,6 @@
# Stacked Line Chart
-Similar to the [Stacked Bar
Chart](${lang}/application/chart-types/bar/stacked-bar), Stacked Line Chart use
the `'stack'` in `series` to decide which series should be stacked together.
+Similar to the [Stacked Bar
Chart](${lang}/how-to/chart-types/bar/stacked-bar), Stacked Line Chart use the
`'stack'` in `series` to decide which series should be stacked together.
```js live
option = {
diff --git a/contents/zh/how-to/chart-types/line/stacked-line.md
b/contents/zh/how-to/chart-types/line/stacked-line.md
index 27bc688..9061147 100644
--- a/contents/zh/how-to/chart-types/line/stacked-line.md
+++ b/contents/zh/how-to/chart-types/line/stacked-line.md
@@ -1,6 +1,6 @@
# 堆叠折线图
-与[堆叠柱状图](./zh/application/chart-types/bar/stacked-bar)类似,堆叠折线图也是用系列的 `stack`
设置哪些系列堆叠在一起。
+与[堆叠柱状图](./zh/how-to/chart-types/bar/stacked-bar)类似,堆叠折线图也是用系列的 `stack`
设置哪些系列堆叠在一起。
```js live
option = {
diff --git a/contents/zh/how-to/cross-platform/baidu-app.md
b/contents/zh/how-to/cross-platform/baidu-app.md
index 6010244..96f6e82 100644
--- a/contents/zh/how-to/cross-platform/baidu-app.md
+++ b/contents/zh/how-to/cross-platform/baidu-app.md
@@ -12,6 +12,6 @@
## 注意事项
-百度智能小程序上的 ECharts 以动态库的形式开放,因此开发者的使用方式与[在微信小程序中使用
ECharts](./zh/application/cross-platform/wechat-app)
不太相同。尤其需要注意的是,前者需要在指定动态库名称的时候确定 ECharts
的版本号,而不能自行更换或使用自定义构建。这一点是由底层框架的技术实现决定的。具体来说,在指定百度智能小程序动态库名称的时候,需要通过 `provider`
指定动态库名称,具体参见[文档](http://smartprogram.baidu.com/docs/develop/framework/echarts/)的「在项目中引用动态库」章节。
+百度智能小程序上的 ECharts 以动态库的形式开放,因此开发者的使用方式与[在微信小程序中使用
ECharts](./zh/how-to/cross-platform/wechat-app) 不太相同。尤其需要注意的是,前者需要在指定动态库名称的时候确定
ECharts 的版本号,而不能自行更换或使用自定义构建。这一点是由底层框架的技术实现决定的。具体来说,在指定百度智能小程序动态库名称的时候,需要通过
`provider`
指定动态库名称,具体参见[文档](http://smartprogram.baidu.com/docs/develop/framework/echarts/)的「在项目中引用动态库」章节。
请务必查看[文档](http://smartprogram.baidu.com/docs/develop/framework/echarts/)的「兼容性说明」以了解各功能的实现方式。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]