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

代码: ```js geo3D: { map: 'china', // boxWidth: 100, boxHeight: 20, shading: "color", colorMaterial: { detailTexture: mapTexture, // detailTexture: '/earth/echarts/gradient.png', }, environment: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ offset: 0,...

echarts: "5.3.3", echarts-gl:"2.0.9", maptalks: "1.0.0-rc.6" Maptalks3DLayer.js中增加'wheel', ··· var EVENTS = ['mousedown', 'mouseup', 'click', 'dblclick', 'mousemove', 'mousewheel', 'DOMMouseScroll','wheel', 'touchstart', 'touchend', 'touchmove', 'touchcancel' ]; ··· ··· EVENTS.forEach(function (eName) { this._handlers[eName] = function...

I have implemented scatter3D together with lines3D and have shown them on the globe. Now when I minimize the Chrome browser and leave it for a few hours and when...

两个项目,同样的代码,echarts都是5.3.0,echarts-gl都为2.0.8,一个正常,一个Unkown series bar3D,可能是什么原因造成的,找一天了

如果有一类横轴数据,悬浮到横轴上时,悬浮显示的数据错乱。 这是配置: let option = { tooltip: {}, xAxis3D: { type: 'category', data: [0,1,2,3], }, yAxis3D: { type: 'category', data: ['2021-01-01','2021-01-02'], }, zAxis3D: { }, grid3D: { }, series: [...

Our requirement is to perform some operations after the earth rotates and translates. At present, it can only be simulated through mouse events. Therefore, after continuous and rapid rotation and...

所用环境版本vue: 2.6.11,echarts:5.3.1,echarts-gl:2.0.8,所用组件均为按需引入: import * as echarts from 'echarts/core' import { TitleComponent, TooltipComponent, VisualMapComponent } from 'echarts/components' import { CanvasRenderer } from 'echarts/renderers' import { MapChart } from 'echarts/charts' import {...

请问: bar3d上 coordinateSystem为'geo3D'时,系列上设置相同的stack, 柱图并未堆叠 ? echarts: 4.9.0, echarts-gl: 1.1.2 ``` { type: 'bar3D', coordinateSystem: 'geo3D', geo3DIndex: 0, barSize: 0.5, stack: 'stack', data: [{ name: '柱子1', value: [120.277682, 29.109537, 50], itemStyle:...