Comparing version 0.2.0 to 1.0.0-alpha
{ | ||
"name": "echarts-x", | ||
"description": "Extension pack of ECharts providing 3d plots and globe visualization", | ||
"scripts": { | ||
"build-dist": "gulp dist" | ||
}, | ||
"version": "0.2.0", | ||
"maintainers": [ | ||
{ "name": "Yi Shen", "email": "shenyi.914@gmail.com" } | ||
], | ||
"dependencies": { | ||
"zrenderjs": "2.0.8-amd-beta1", | ||
"echarts": "2.2.1-amd-beta1", | ||
"qtek": "0.2.1-amd-beta2" | ||
}, | ||
"devDependencies": { | ||
"del": "^2.0.0", | ||
"gulp": "^3.9.0", | ||
"gulp-plumber": "^1.0.1", | ||
"gulp-replace": "^0.5.4" | ||
}, | ||
"repository": "git://github.com/luqin/echarts-x", | ||
"main": "echarts-x", | ||
"homepage": "http://echarts.baidu.com/x" | ||
"name": "echarts-x", | ||
"description": "Extension pack of ECharts providing 3d plots and globe visualization", | ||
"version": "1.0.0-alpha", | ||
"maintainers": [ | ||
{ | ||
"name": "Yi Shen", | ||
"email": "shenyi.914@gmail.com" | ||
} | ||
], | ||
"dependencies": { | ||
"zrender": "3.4.0", | ||
"echarts": "3.5.2", | ||
"qtek": "0.3.2" | ||
}, | ||
"repository": "git://github.com/ecomfe/echarts-x", | ||
"main": "echarts-x", | ||
"homepage": "http://echarts.baidu.com/x", | ||
"devDependencies": { | ||
"benchmark": "^2.1.3", | ||
"case-sensitive-paths-webpack-plugin": "^1.1.4", | ||
"text-loader": "0.0.1" | ||
} | ||
} |
@@ -1,53 +0,14 @@ | ||
ECharts-X | ||
ECHARTS-GL | ||
======= | ||
ECharts-X is an extension pack of [ECharts](https://github.com/luqin/echarts) providing globe visualization and 3D plots. Maintained by [ECharts](http://echarts.baidu.com/doc/about.html) team. | ||
echarts-gl is an extension pack of [echarts](http://echarts.baidu.com) providing globe visualization and 3D plots. Maintained by [echarts](http://echarts.baidu.com/doc/about.html) team. | ||
It is built on top of Canvas library [ZRender](https://github.com/luqin/zrender) and WebGL graphic library [QTEK](https://github.com/luqin/qtek)。 | ||
It is built on top of Canvas library [zrender](https://github.com/ecomfe/zrender) and WebGL graphic library [qtek](https://github.com/pissang/qtek)。 | ||
[![NPM version][npm-badge]][npm] | ||
## Docs | ||
[![Dependency Status][deps-badge]][deps] | ||
[![devDependency Status][dev-deps-badge]][dev-deps] | ||
[![peerDependency Status][peer-deps-badge]][peer-deps] | ||
+ [Option Manual](https://ecomfe.github.io/echarts-doc/public/cn/option-gl.html) | ||
[npm-badge]: http://badge.fury.io/js/echarts-x.svg | ||
[npm]: http://badge.fury.io/js/echarts-x | ||
## License | ||
[deps-badge]: https://david-dm.org/luqin/echarts-x.svg | ||
[deps]: https://david-dm.org/luqin/echarts-x | ||
[dev-deps-badge]: https://david-dm.org/luqin/echarts-x/dev-status.svg | ||
[dev-deps]: https://david-dm.org/luqin/echarts-x#info=devDependencies | ||
[peer-deps-badge]: https://david-dm.org/luqin/echarts-x/peer-status.svg | ||
[peer-deps]: https://david-dm.org/luqin/echarts-x#info=peerDependencies | ||
### Installation | ||
Using npm: | ||
```sh | ||
$ npm i --save echarts-x | ||
``` | ||
Then with a module bundler like [webpack](https://github.com/webpack/webpack), require `text-loader`: | ||
```js | ||
import echarts from 'echarts'; | ||
import 'echarts-x'; | ||
import 'echarts/chart/map'; | ||
import 'echarts/chart/bar'; | ||
import 'echarts-x/chart/map3d'; | ||
let mychart = echarts.init(dom); | ||
mychart.setOption({...}); | ||
``` | ||
### [Documentation](http://echarts.baidu.com/x/doc/cn/article/getting_started.html) | ||
### [Examples](http://echarts.baidu.com/x/doc/example.html) | ||
[online demo](http://luqin.github.io/echarts-x/examples/webpack) [webpack example source code](https://github.com/luqin/echarts-x/tree/master/examples/webpack) | ||
### [Changelog](https://github.com/ecomfe/echarts-x/wiki/Changelog) | ||
ECharts-GL is available under the BSD license. |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2772915
3
132
57734
2
14
29
3
+ Addedzrender@3.4.0
+ Addedecharts@3.5.2(transitive)
+ Addedqtek@0.3.2(transitive)
+ Addedzrender@3.4.03.7.4(transitive)
- Removedzrenderjs@2.0.8-amd-beta1
- Removedecharts@2.2.1-amd-beta1(transitive)
- Removedqtek@0.2.1-amd-beta2(transitive)
- Removedzrenderjs@2.0.8-amd-beta12.0.8-beta1(transitive)
Updatedecharts@3.5.2
Updatedqtek@0.3.2