ecomfe / echarts-gl

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

bug: scatterGL with progressive or large #490

Open helgasoft opened 1 year ago

helgasoft commented 1 year ago

scatterGL does not display correctly with default progressive, or default progressiveThreshold, or undocumented large:true. Workaround is to disable progressive by using progressiveThreshold larger than the total number of data items. Demo Code

Example with default progressive: image Correct with disabled progressive by increasing progressiveThreshold to 1,000,000 : image