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

![image](https://user-images.githubusercontent.com/28891034/36776106-9ea1e642-1c9f-11e8-89b3-103e9624bdff.png) 如图,测试过geo3D和grid3D下scatter3D都会。不知道用术语怎么说,图标边缘线条模糊,而且图片被填充了颜色。 正常的图片是这样的。 ![12366request](https://user-images.githubusercontent.com/28891034/36792309-3b37c8a2-1cd5-11e8-9861-ae08d678a6dd.png)

enhancement

目的是希望像 https://echarts.apache.org/handbook/zh/how-to/cross-platform/server/ 中描述的那样通过服务端 Canvas 渲染bar3d的图片,但是 `import 'echarts-gl';`会导致错误 我在node中运行如下代码 ```js import * as echarts from 'echarts'; import 'echarts-gl'; console.log("a") ``` 控制台出现如下的错误 ```log D:\test>node index.js D:\test\node_modules\echarts-gl\dist\echarts-gl.js:10 })(self, function(__WEBPACK_EXTERNAL_MODULE_echarts_lib_echarts__) { ^ ReferenceError: self...

当type是map3D时, 使用dispatchAction 触发highlight以及showTip时,并不会将tooltip显示出来。

# 版本 "echarts": "^5.3.3", "echarts-gl": "^2.0.9", # EChartOptions # 引入进来,使用option提示type # 求问 我应该在那里引入optionType,

Shouldn't this be a simple thing to add?

var uploadedDataURL = "/bdap-datachart/mapdata/china.json"; // 请求的方式获取 $.get(uploadedDataURL, function(as) { // 引入新疆地区地图 echarts.registerMap('测试', as); option = { visualMap: [{ type: 'continuous', seriesIndex: 0, text: ['bar3D'], calculable: true, max: 300, inRange: {...

enhancement

echarts版本:5.3.3 echarts-gl版本:2.0.9 平面地图: ![image](https://user-images.githubusercontent.com/26565985/174938575-337ec5e8-a8a3-4fcf-b5fc-dc5381f1a1ca.png) 3D地图: ![image](https://user-images.githubusercontent.com/26565985/174938621-6a9b003c-b678-424b-94a0-022a1b213a31.png) 使用地图json: [https://github.com/apache/echarts/blob/master/test/data/map/json/china-new.json](url)

require.config({ paths: { 'echarts': 'js', 'echarts-x': 'js' } }); // 然后就可以动态加载图表进行绘制啦 require([ 'echarts', 'echarts-x', // ECharts-X 中 map3d 的地图绘制基于 ECharts 中的 map。 'echarts/chart/map', 'echarts-x/chart/map3d' ], function (ec) { // 跟...

https://github.com/ecomfe/echarts-gl/blob/master/test/flowGL-wind.html 第二个for循环处