0.0.8 • Published 5 years ago

rich-echarts-x v0.0.8

Weekly downloads
34
License
-
Repository
github
Last release
5 years ago

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

Dependency Status devDependency Status peerDependency Status

Installation

Using npm:

$ npm i --save echarts-x

Then with a module bundler like webpack, require text-loader:

import echarts from 'rich-echarts';
import 'rich-echarts-x';
import 'rich-echarts/chart/map';
import 'rich-echarts/chart/bar';
import 'rich-echarts-x/chart/map3d';

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

Documentation

Examples

online demo webpack example source code

Changelog

0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago