echarts-gl icon indicating copy to clipboard operation
echarts-gl copied to clipboard

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

Results 160 echarts-gl issues
Sort by recently updated
recently updated
newest added

1、请问globe地球地图外能否设置出地球地表发光效果呢 2、GL里的series配置是否支持 markPoint呢, 比如 scatter3D

enhancement

目前的 globe 组件在配置 baseTexture 后直接贴上,希望可以有透视的效果,可以看到另一面(背面)。 类似如下。 ### 期望效果 ![datav-globe](https://user-images.githubusercontent.com/16096736/35550602-21fd4fa4-05c6-11e8-9f29-5bee8e12ffdf.png) ### 目前的效果 ![show-globe](https://user-images.githubusercontent.com/16096736/35550610-2bbf4786-05c6-11e8-92b4-b9b3adf56afd.png) 尝试过在 option 中给 globe 添加 opacity, 但是没有效果。请问如何配置可以达到该效果。

enhancement

更改scattergl的itemStyle => color后。当前series下的data会消失。导致地图所有散点消失。请问这是个bug吗?还是我设置错了。

bar3D的label不能支持富文本吗?

官网栗子可以画出demo图,代码如下: option = { tooltip: {}, backgroundColor: '#fff', visualMap: { show: false, dimension: 2, min: -10, max: 10, inRange: { color: ['#313695', '#4575b4', '#74add1', '#abd9e9', '#e0f3f8', '#ffffbf', '#fee090', '#fdae61', '#f46d43',...

示例:https://www.makeapie.com/editor.html?c=xZilRkZW9A&v=3 中图片pic1无法正常显示。 该图片在https://www.makeapie.editor.html?c=x0KbuI9XOF 中可以正常显示。 该问题我在segmentFault中提出了,但是目前不清楚为什么未发布成功。 我的需求是能在3d点图中显示png图和gif图。 我试了svgPathData,但是这种方式无法显示彩图。只能显示color中设置的单一的颜色。

import Echarts from 'echarts' import 'echarts-gl' ... private makeGaussian(amplitude: number, x0: number, y0: number, sigmaX: number, sigmaY: number) { return function (amplitude: number, x0: number, y0: number, sigmaX: number, sigmaY:...

``` echarts 3d $(function () { var alt = 1; var url = './js/440500.json'; //'https://geo.datav.aliyun.com/areas_v2/bound/440500_full.json'; $.get(url, function (json) { echarts.registerMap('440500', json); var option = { "tooltip":{ "show": true }, "geo3D":...