Huge News!Announcing our $40M Series B led by Abstract Ventures.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

Extension pack of ECharts providing 3d plots and globe visualization

  • 0.2.0-amd-beta1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-40%
Maintainers
1
Weekly downloads
 
Created
Source

ECharts-X

ECharts-X is an extension pack of ECharts providing globe visualization and 3D plots. Maintained by ECharts team.

It is built on top of Canvas library ZRender and WebGL graphic library QTEK

NPM version Gitter

Dependency Status devDependency Status peerDependency Status

Demo: http://uooo.github.io/echarts-x-examples

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save echarts-x

in webpack:

$ npm i --save text-loader
import echarts from 'echarts/echarts';
import 'echarts-x/echarts-x';
import 'echarts/chart/map';
import 'echarts/chart/bar';
import 'echarts-x/chart/map3d';

let mychart = echarts.init(dom);
mychart.setOption({...});

webpack example: https://github.com/uooo/echarts-x-examples

Download v0.2

Documentation

Examples

Changelog

FAQs

Package last updated on 03 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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