Skip to content

Commit

Permalink
chore: change display image
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohuoni committed Feb 18, 2021
1 parent 54e13fd commit 182273c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# @alitajs/charts

基于 [@alitajs/f2](https://github.com/alitajs/f2) 封装的图表组件。帮助你快速的在移动端项目中构建图表。
不支持自定义,只支持展示的集中用法,如果你需要自定义的组件,可以使用 [@alitajs/f2](https://github.com/alitajs/f2) 进行自定义。

不支持自定义,只支持展示的几种用法,如果你需要自定义的组件,可以使用 [@alitajs/f2](https://github.com/alitajs/f2) 进行自定义。

## 用法

Expand Down Expand Up @@ -48,4 +49,4 @@ const ChartDemo = () => {
export default ChartDemo;
```

![image](https://user-images.githubusercontent.com/11746742/108316474-ebb06980-71f7-11eb-97d0-ef90c1d985c9.png)
![image](./image.webp)
5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ footer: Open-source MIT Licensed | Copyright © 2021-present<br />Powered by xia
---

基于 [@alitajs/f2](https://github.com/alitajs/f2) 封装的图表组件。帮助你快速的在移动端项目中构建图表。
不支持自定义,只支持展示的集中用法,如果你需要自定义的组件,可以使用 [@alitajs/f2](https://github.com/alitajs/f2) 进行自定义。

不支持自定义,只支持展示的几种用法,如果你需要自定义的组件,可以使用 [@alitajs/f2](https://github.com/alitajs/f2) 进行自定义。

## 用法

Expand Down Expand Up @@ -68,4 +69,4 @@ const ChartDemo = () => {
export default ChartDemo;
```

![image](https://user-images.githubusercontent.com/11746742/108316474-ebb06980-71f7-11eb-97d0-ef90c1d985c9.png)
![image](../image.webp)
5 changes: 3 additions & 2 deletions docs/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ footer: Open-source MIT Licensed | Copyright © 2021-present<br />Powered by xia
---

基于 [@alitajs/f2](https://github.com/alitajs/f2) 封装的图表组件。帮助你快速的在移动端项目中构建图表。
不支持自定义,只支持展示的集中用法,如果你需要自定义的组件,可以使用 [@alitajs/f2](https://github.com/alitajs/f2) 进行自定义。

不支持自定义,只支持展示的几种用法,如果你需要自定义的组件,可以使用 [@alitajs/f2](https://github.com/alitajs/f2) 进行自定义。

## 用法

Expand Down Expand Up @@ -68,4 +69,4 @@ const ChartDemo = () => {
export default ChartDemo;
```

![image](https://user-images.githubusercontent.com/11746742/108316474-ebb06980-71f7-11eb-97d0-ef90c1d985c9.png)
![image](../image.webp)
Binary file added image.webp
Binary file not shown.

0 comments on commit 182273c

Please sign in to comment.