-
Notifications
You must be signed in to change notification settings - Fork 616
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
47,006 additions
and
23,713 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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` | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.