ecomfe / echarts-gl

Extension pack for Apache ECharts, providing globe visualization and 3D plots.
BSD 3-Clause "New" or "Revised" License
2.59k stars 844 forks source link

orthographic projection and visualMap selection causes a zoom reset #492

Open helgasoft opened 1 year ago

helgasoft commented 1 year ago

Preconditions:   grid3D.viewControl.projection:'orthographic' and visualMap.type:'piecewise' User action:     first zoom in/out, then select/deselect from visualMap Result:       chart's zoom is reset Note:       it works fine with projection: 'perspective' Demo Code

baight commented 10 months ago

I have the same problem Preconditions: grid3D.viewControl.projection:'orthographic' User action: first zoom in/out, then call setOption method to set new data. Result: chart's zoom is reset Note: it works fine with projection: 'perspective'