echarts-gl

Extension pack of ECharts providing globe visualization and 3D plots

Github星跟蹤圖

ECHARTS-GL

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

Docs

Installing

Use npm and webpack

npm install echarts
npm install echarts-gl
require('echarts');
require('echarts-gl');

You can also use the released bundle. Which is Universal Module Definition, supports AMD, CommonJS and vanilla environments.

For example, load it by script tag.

<script src="dist/echarts.min.js"></script>
<script src="dist/echarts-gl.min.js"></script>

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
        }
    }]
})

Dependencies

Built on top of

License

ECharts-GL is available under the BSD license.

主要指標

概覽
名稱與所有者ecomfe/echarts-gl
主編程語言JavaScript
編程語言JavaScript (語言數: 4)
平台
許可證BSD 3-Clause "New" or "Revised" License
所有者活动
創建於2015-02-03 04:30:48
推送於2024-08-19 08:59:05
最后一次提交2024-03-12 10:48:00
發布數34
最新版本名稱2.0.8 (發布於 )
第一版名稱0.1.0 (發布於 )
用户参与
星數2.7k
關注者數130
派生數852
提交數748
已啟用問題?
問題數517
打開的問題數336
拉請求數18
打開的拉請求數7
關閉的拉請求數11
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?