Skip to content

Commit

Permalink
docs: 修复文档上一些失效的链接
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue committed Jul 11, 2020
1 parent 2e6d33c commit 478f56d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/api/chart/gesture.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ order: 12

用于图表绑定图表上的手势事件。该方法会返回 gestureController。除了支持系统基础事件 touchstart、touchmove、touchend,还支持复杂的手势,基于手势库 [hammerjs](https://github.com/hammerjs/hammer.js)

![](https://cdn.yuque.com/yuque/0/2018/png/104396/1524466228977-0589fe3d-2cef-4d42-946f-ae54f2dfb18b.png#width=827)
![](https://gw.alipayobjects.com/zos/finxbff/compress-tinypng/534cf6aa-7dea-4f03-b84c-e24566f08d6a.png)

## 如何引入使用插件

Expand Down
2 changes: 1 addition & 1 deletion docs/api/chart/gesture.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ order: 12

用于图表绑定图表上的手势事件。该方法会返回 gestureController。除了支持系统基础事件 touchstart、touchmove、touchend,还支持复杂的手势,基于手势库 [hammerjs](https://github.com/hammerjs/hammer.js)

![](https://cdn.yuque.com/yuque/0/2018/png/104396/1524466228977-0589fe3d-2cef-4d42-946f-ae54f2dfb18b.png#width=827)
![](https://gw.alipayobjects.com/zos/finxbff/compress-tinypng/534cf6aa-7dea-4f03-b84c-e24566f08d6a.png)

## 如何引入使用插件

Expand Down
14 changes: 3 additions & 11 deletions docs/tutorial/manual/miniprogram.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,16 @@ order: 9

详见:[《聊一聊 F2 与小程序》](https://yuque.com/antv/blog/bg9sxf)

为了使用方便,我们分别对支付宝小程序和微信小程序分装了自定义组件,官网上的demo都是可以在小程序中运行的

### 支付宝小程序

F2 的支付宝小程序版本(待支付宝支持自定义组件后,会基于此库提供一个支付宝小程序的组件)
F2 的支付宝小程序版本。

- github:[https://github.com/antvis/my-f2](https://github.com/antvis/my-f2)

- 使用文档:[这里](https://github.com/antvis/my-f2/blob/master/README.md)

- Demos:  [github](https://github.com/antvis/mini-program-f2-demos/tree/master/my-charts),用户可以通过[蚂蚁开发者工具](https://docs.alipay.com/mini/ide/overview)直接打开此项目进行体验感受。

### 支付宝小程序图表库mini-chart
和上面小程序版本不同之处在于,my-f2是用f2的方式较为自定义底层地绘制,而mini-chart是封装成了自定义组件的形式,在使用上要简单些。

- github:[https://github.com/ant-mini-program/mini-chart](https://github.com/ant-mini-program/mini-chart)

文档和demo都在这个仓库中。

### 微信小程序

Expand All @@ -49,7 +43,5 @@ F2 的微信小程序图表组件

- 使用文档:[这里](https://github.com/antvis/wx-f2/blob/master/README.md)

- Demos: 源码位于项目 pages/charts/ 目录下,可以使用[微信开发者工具](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html?t=2018412)打开[ wx-f2](https://github.com/antvis/wx-f2) 项目进行体验感受,也可以打开微信扫描以下二维码进行体验:


![](https://cdn.yuque.com/lark/0/2018/png/514/1524555862386-7010f1b3-7100-4a84-bc97-ec4a6560155d.png#align=left&display=inline&height=344&originHeight=344&originWidth=344&status=done&width=344)
14 changes: 3 additions & 11 deletions docs/tutorial/manual/miniprogram.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,16 @@ order: 9

详见:[《聊一聊 F2 与小程序》](https://yuque.com/antv/blog/bg9sxf)

为了使用方便,我们分别对支付宝小程序和微信小程序分装了自定义组件,官网上的demo都是可以在小程序中运行的

### 支付宝小程序

F2 的支付宝小程序版本(待支付宝支持自定义组件后,会基于此库提供一个支付宝小程序的组件)
F2 的支付宝小程序版本。

- github:[https://github.com/antvis/my-f2](https://github.com/antvis/my-f2)

- 使用文档:[这里](https://github.com/antvis/my-f2/blob/master/README.md)

- Demos:  [github](https://github.com/antvis/mini-program-f2-demos/tree/master/my-charts),用户可以通过[蚂蚁开发者工具](https://docs.alipay.com/mini/ide/overview)直接打开此项目进行体验感受。

### 支付宝小程序图表库mini-chart
和上面小程序版本不同之处在于,my-f2是用f2的方式较为自定义底层地绘制,而mini-chart是封装成了自定义组件的形式,在使用上要简单些。

- github:[https://github.com/ant-mini-program/mini-chart](https://github.com/ant-mini-program/mini-chart)

文档和demo都在这个仓库中。

### 微信小程序

Expand All @@ -49,7 +43,5 @@ F2 的微信小程序图表组件

- 使用文档:[这里](https://github.com/antvis/wx-f2/blob/master/README.md)

- Demos: 源码位于项目 pages/charts/ 目录下,可以使用[微信开发者工具](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html?t=2018412)打开[ wx-f2](https://github.com/antvis/wx-f2) 项目进行体验感受,也可以打开微信扫描以下二维码进行体验:


![](https://cdn.yuque.com/lark/0/2018/png/514/1524555862386-7010f1b3-7100-4a84-bc97-ec4a6560155d.png#align=left&display=inline&height=344&originHeight=344&originWidth=344&status=done&width=344)
2 changes: 1 addition & 1 deletion docs/tutorial/manual/node-env.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const chart = new F2.Chart({

下面是 F2 在 node 端绘制饼图的完整代码:

![](https://cdn.yuque.com/lark/0/2018/png/514/1524314241103-865e6682-9508-4bb3-9f30-676bf0042d58.png#width=375)
![](https://gw.alipayobjects.com/zos/finxbff/compress-tinypng/6154589f-b6eb-4647-9634-9baf6fc70991.png)

```javascript
const fs = require('fs');
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/manual/node-env.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const chart = new F2.Chart({

下面是 F2 在 node 端绘制饼图的完整代码:

![](https://cdn.yuque.com/lark/0/2018/png/514/1524314241103-865e6682-9508-4bb3-9f30-676bf0042d58.png#width=375)
![](https://gw.alipayobjects.com/zos/finxbff/compress-tinypng/6154589f-b6eb-4647-9634-9baf6fc70991.png)

```javascript
const fs = require('fs');
Expand Down

0 comments on commit 478f56d

Please sign in to comment.