From 8a253d79e247afb4568c6ac10b190cd17ce50242 Mon Sep 17 00:00:00 2001 From: plainheart Date: Tue, 26 Jan 2021 16:49:58 +0800 Subject: [PATCH] fix some outdated links in faq page. --- _jade/en/faq.jade | 12 ++++++------ _jade/zh/faq.jade | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/_jade/en/faq.jade b/_jade/en/faq.jade index f90dd6c6..3d435d52 100644 --- a/_jade/en/faq.jade +++ b/_jade/en/faq.jade @@ -30,12 +30,12 @@ block content h3 What to do if you have technical problem? p 1)It is recommended that you read the navigation on the left side of the option manual before you ask questions. In the option manual, you can find out what configuration items does ECharts have. And you can find under the relevant components whether there are configuration items that can implement the functions you need. p 2)Browse FAQ questions on this page. - p 3)Create a simple example to reproduce your problem on ECharts Gallery. If you can't use the code to describe the requirements, you can try to provide a design draft or draw a sketch. + p 3)Create a simple example to reproduce your problem on ECharts Gallery. If you can't use the code to describe the requirements, you can try to provide a design draft or draw a sketch. p 4)Paste the link when you ask questions on stackoverflow, OSCHINA or segmentfault.com and etc. Plaes attach the example link. h3 Is ECharts free to use? - p Yes, ECharts is open-sourced under Apache License 2.0. + p Yes, ECharts is open-sourced under Apache License 2.0. h2#axis Axis h3 What should I do if the axis label don`t have enough space? @@ -47,7 +47,7 @@ block content h3 How do I force the first / last label of the axis to be displayed? p Both axisLabel.showMinLabel and axisLabel.showMaxLabel are supported since ECharts version 3.5.2. It can be used to control whether the first / last tags are forced to display. - p If you can't update the version, please refer to this example to achieve the same effect. + p If you can't update the version, please refer to this example to achieve the same effect. @@ -85,7 +85,7 @@ block content | myChart.on('georoam', function (params) { | console.log(params); | }); - p Please refer to this example. + p Please refer to this example. h3 How to make my custom map? p The ECharts map is additionally encoded from original coordinates. You can use the mapshaper-plus tool to upload a custom geojson file and then generate a map file that can be used in Echarts. @@ -97,7 +97,7 @@ block content li Include echarts.js, bmap.js and https://api.map.baidu.com/api?v=2.0&ak=Here is the access key you obtained on the Baidu development platform. li Set bmap in option,You can refer to this example. li If you need to get a Baidu map instance, you can use chart.getModel().getComponent('bmap').getBMap(),and then make do settings based on Baidu Maps API . - p There are more examples about Baidu maps on ECharts Gallery , which can be used as a reference. + p There are more examples about Baidu maps on ECharts Gallery , which can be used as a reference. @@ -122,7 +122,7 @@ block content li Whether the DOM container has a width or height when calling echarts.init. h3 Where can I learn ECharts? - p The official website is the best learning platform. In addition, learning other people's work on the ECharts Gallery is also a good choice. + p The official website is the best learning platform. In addition, learning other people's work on the ECharts Gallery is also a good choice. p ECharts related projects and resources can be found at awesome-echarts. include ../components/inner-footer diff --git a/_jade/zh/faq.jade b/_jade/zh/faq.jade index 7a55c718..3272f035 100644 --- a/_jade/zh/faq.jade +++ b/_jade/zh/faq.jade @@ -27,11 +27,11 @@ block content h3 有技术问题怎么办? p 1)建议您在提问前,大致阅读一下配置项手册左侧导航,了解 ECharts 有哪些配置项,并且在相关的组件下查找是否有实现您需要功能的配置项; p 2)查看本页常见问题的解答; - p 3)建议在 ECharts Gallery 上添加图表,复现你的问题,如果无法使用代码描述需求,可以尝试提供设计稿或画个草图; + p 3)建议在 ECharts Gallery 上添加图表,复现你的问题,如果无法使用代码描述需求,可以尝试提供设计稿或画个草图; p 4)推荐在 stackoverflow.com开源中国segmentfault.com 等问答平台上提问,附上图表链接。 h3 ECharts 可以免费商用吗? - p 可以,ECharts 基于 Apache License 2.0 开源。 + p 可以,ECharts 基于 Apache License 2.0 开源。 h2#axis 坐标轴 h3 坐标轴标签显示空间不够怎么办? @@ -43,7 +43,7 @@ block content h3 如何强制显示坐标轴第一个/最后一个标签? p ECharts 3.5.2 版本起,支持 axisLabel.showMinLabel 以及 axisLabel.showMaxLabel,分别用来控制第一个/最后一个标签是否强制显示,设为 true 则强制显示。 - p 如果不方便更新版本,可以参考这个例子实现同样的效果。 + p 如果不方便更新版本,可以参考这个例子实现同样的效果。 @@ -82,7 +82,7 @@ block content | myChart.on('georoam', function (params) { | console.log(params); | }); - p 参见这个完整的例子。 + p 参见这个完整的例子。 h3 如何制作自定义地图? p ECharts 地图在地图坐标的基础上进行过额外的编码。可以使用 mapshaper-plus 工具,上传自定义的 geojson 文件,生成 ECharts 可以使用的地图文件。 @@ -95,7 +95,7 @@ block content li 引入 echarts.jsbmap.js 以及 https://api.map.baidu.com/api?v=2.0&ak=这里填在百度开发平台注册得到的 access key; li 在 option 中设置 bmap,参考这个例子; li 如需获得百度地图实例,可以通过 chart.getModel().getComponent('bmap').getBMap(),然后根据百度地图 API做进一步设置。 - p Gallery 上有更多百度地图的例子,可作为参考。 + p Gallery 上有更多百度地图的例子,可作为参考。 @@ -120,7 +120,7 @@ block content li 调用 echarts.init 的时候,DOM 容器是否有宽高。 h3 ECharts 有哪些学习资料? - p 官网是最好的学习平台。此外,在 ECharts Gallery 上学习别人的作品也是一个不错的选择。 + p 官网是最好的学习平台。此外,在 ECharts Gallery 上学习别人的作品也是一个不错的选择。 p ECharts 相关项目及资源请参见 awesome-echarts。 include ../components/inner-footer