echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Bug] surface曲面想根据数据生成一个类似圆柱体,数据只有两千多条渲染失败

Open liqifena opened this issue 1 year ago • 3 comments
trafficstars

Version

5.5.1

Link to Minimal Reproduction

https://echarts.apache.org/examples/zh/editor.html?c=sphere-parametric-surface&gl=1&code=PYBwLglsB2AEC8sDeBYAULTszGAG0hAC5kBfAGnS1gA8BBGiAZwGYARE1DarMATxABTEgHIAbgEM8AV0EiqWCgsx8Gzdp2U9-Q0ZJlytS7pgBea1h2RbqO4bHFTZ8k7GPUA5gCcIAEw3WrtRiEIIA7gDCMGBe-JpBPJgA9EmwgMAxgC6mgGORgEuRgKdygP3ygC9mgL6agAzqgEORgPvagGDqgI_mgMryNomwILEAVoIAxpAwosBeYAAWwN4SIEMQXS4tbkaUrkyCPoJMJADaXLN2okzSXgBmEl1yC7O-EmASJAfS0D1QcAAUAJSBs8ESXrAXVwiw6wAugBuZqJSTfLwSXwQaRMf4AVmBsBSsHqDUAIW6AKWVACH6YJ4ENgQ0EEA8QzA_wAjAAGZGo9EYwAbWYAyvXxn2-0GkAFt_iwAGx01LowCpeoAjdIxgDG_QBgSoAHU0A84lsrAHAawJ6EiD_WmwDUAHkQnK5yIgAGpjW8th9EsrvmqvrB2prkQ69bADU7TebFZbCcNBH9EAAmWAAKlgAFlLkMAHQABQAkiHtSjXdzQQlLezWpN_hHhrGE6GHak3V6PoSaP8oTC4Ync9GusAmE9fVcXmmM2W7XxK9DYfDQ3Wo0wINBm8TW-2Oy1CaZ_hMNaHiaTycnB_HYABaIkkskU1IBydTni_CRRkBwoZPdY0ciwPi30yAtul6ikUtv9M8Lx-_ZwE-HnhSFeM4WiYIZe2gDxRDwCQuQAI2WMARBAxIwggb8DihLl7AtS0wOAMIbikJZ8XcUCIDwQRoDAEgYlkIxAXQUhgSAA

Steps to Reproduce

打开示例控制台会出现webgl提示信息

Current Behavior

[.WebGL-00004820030D4D00] GL_INVALID_OPERATION: Error: 0x00000502, in ....\third_party\angle\src\libANGLE\renderer\d3d\VertexDataManager.cpp, rx::VertexDataManager::reserveSpaceForAttrib:523. Internal error: 0x00000502: Vertex buffer is not big enough for the draw call.

Expected Behavior

正确渲染

Environment

- OS:windos10
- Browser:Chrome
- Framework:vue@2

Any additional comments?

No response

liqifena avatar Aug 23 '24 06:08 liqifena

@liqifena It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED

TITLE

[Bug] surface wants to generate a cylinder-like based on the data, but the data only has more than 2,000 renderings failed

echarts-bot[bot] avatar Aug 23 '24 06:08 echarts-bot[bot]

surface.data has to follow an exact order - loop first X, then Y and finally Z. Your data does not follow this order. Cylinder is easier with surface.parametricEquation - Demo image 📌 please close issue if problem solved.

helgasoft avatar Aug 23 '24 23:08 helgasoft

谢谢回复,但是我使用这种数据还是渲染不出来,https://codepen.io/liqifena/pen/ZEdRqYe 我发现前3220个数据已经接近圆柱体了,但是再多点数据就出不来 微信截图_20240827174955

liqifena avatar Aug 27 '24 09:08 liqifena