MyGit

ecomfe/echarts-gl

Fork: 844 Star: 2599 (更新于 2024-10-28 01:55:41)

license: BSD-3-Clause

Language: JavaScript .

Extension pack for Apache ECharts, providing globe visualization and 3D plots.

最后发布版本: 2.0.8 ( 2021-08-06 12:31:18)

GitHub网址

ECHARTS-GL

ECharts-GL is an extension pack of Apache ECharts, which providing 3D plots, globe visualization and WebGL acceleration.

Docs

Installing

npm and webpack

npm install echarts
npm install echarts-gl

Import all

import * as echarts from 'echarts';
import 'echarts-gl';

Minimal Import

import * as echarts from 'echarts/core';
import { Scatter3DChart } from 'echarts-gl/charts';
import { Grid3DComponent } from 'echarts-gl/components';

echarts.use([Scatter3DChart, Grid3DComponent]);

Include by scripts

<script src="https://cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/echarts-gl/dist/echarts-gl.min.js"></script>

NOTE:

ECharts GL 2.x is compatible with ECharts 5.x. ECharts GL 1.x is compatible with ECharts 4.x.

Basic Usage

var chart = echarts.init(document.getElementById('main'));
chart.setOption({
    grid3D: {},
    xAxis3D: {},
    yAxis3D: {},
    zAxis3D: {},
    series: [{
        type: 'scatter3D',
        symbolSize: 50,
        data: [[-1, -1, -1], [0, 0, 0], [1, 1, 1]],
        itemStyle: {
            opacity: 1
        }
    }]
})

License

ECharts-GL is available under the BSD license.

Notice

The Apache Software Foundation Apache ECharts, ECharts, Apache, the Apache feather, and the Apache ECharts project logo are either registered trademarks or trademarks of the Apache Software Foundation.

最近版本更新:(数据更新于 2024-10-03 16:14:43)

2021-08-06 12:31:18 2.0.8

2021-07-28 15:40:44 2.0.7

2021-07-03 13:58:55 2.0.6

2021-06-16 12:21:34 2.0.5

2021-04-08 13:44:08 2.0.4

2021-04-07 20:00:46 2.0.3

2021-02-17 15:49:56 2.0.2

2021-01-24 14:30:25 2.0.1

2021-01-16 14:29:53 2.0.0

2020-12-22 15:50:58 2.0.0-rc.3

主题(topics):

echarts, javascript, visualization, webgl

ecomfe/echarts-gl同语言 JavaScript最近更新仓库

2024-11-05 19:13:47 jerryc127/hexo-theme-butterfly

2024-11-05 13:53:42 LiteLoaderQQNT/LiteLoaderQQNT

2024-11-03 02:40:36 chris81605/Degrees-of-Lewdity_Cheat_Extended

2024-11-01 21:55:46 projectdiscovery/nuclei-templates

2024-11-01 19:24:44 NumberSir/DoL-I18n-Build

2024-11-01 12:25:14 midoks/mdserver-web