New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

echarts-x

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

echarts-x - npm Package Compare versions

Comparing version 0.2.0 to 1.0.0-alpha

.jshintignore

45

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc