Skip to content

Commit

Permalink
core: release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed Jun 2, 2020
1 parent a9f39b4 commit 12f35dd
Show file tree
Hide file tree
Showing 10 changed files with 47,006 additions and 23,713 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,25 @@ npm install echarts-liquidfill
npm will warn you that you have to install peer dependencies by yourself:

```
npm WARN [email protected].4 requires a peer of echarts@^4.2.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected].4 requires a peer of zrender@^4.0.7 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected].6 requires a peer of echarts@^4.8.0 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected].6 requires a peer of zrender@^4.3.1 but none is installed. You must install peer dependencies yourself.
```

Note that the version number may change in your case. Install will the version it shows.
**Note that the version numbers may not be exactly the same with the above message. Use the version numbers in the warning or refer to package.json for echarts and zrender version numbers.**

```
npm i echarts@^4.2.1 zrender@^4.0.7
npm i echarts@^4.8.0 zrender@^4.3.1
```

Remember to install echarts and zrender manually with the above command.

## Download echarts-liquidfill from GitHub

You may download the lastest ECharts files on [ECharts official site](http://echarts.baidu.com/download.html) and download this plugin in [dist directory](https://github.com/ecomfe/echarts-liquidfill/tree/master/dist). Note that if you need tooltip for Liquid Fill Chart, you need the complete ECharts version. Otherwise, simple version will do.
You may download the lastest ECharts files on [ECharts official site](http://echarts.baidu.com/download.html) and download this plugin in [dist directory](https://github.com/ecomfe/echarts-liquidfill/tree/master/dist).

**Note that if you need tooltip for Liquid Fill Chart, you need the complete ECharts version. Otherwise, the simple version will be competent.**

## Notes
## Important Notes

### Omitted `normal`

Expand Down
18,034 changes: 17,438 additions & 596 deletions dist/echarts-liquidfill.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/echarts-liquidfill.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts-liquidfill.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/echarts-liquidfill.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 12f35dd

Please sign in to comment.