Skip to content

Commit

Permalink
chore: release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed May 23, 2019
1 parent 58551bd commit 7c66d6a
Show file tree
Hide file tree
Showing 8 changed files with 1,303 additions and 300 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ ECharts can be downloaded at [GitHub dist directory](https://github.com/ecomfe/e
npm install echarts-liquidfill
```

npm will warn you that you have to install peer dependencies by yourself:

```
npm WARN [email protected] requires a peer of echarts@^4.2.1 but none is installed. You must install peer dependencies yourself.
npm WARN [email protected] requires a peer of zrender@^4.0.7 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.

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

## 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.
Expand Down
993 changes: 991 additions & 2 deletions dist/echarts-liquidfill.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/echarts-liquidfill.js.map

This file was deleted.

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.

7 changes: 7 additions & 0 deletions license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2019 Ovilia

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading

0 comments on commit 7c66d6a

Please sign in to comment.