echarty
echarty copied to clipboard
ECharts.js bugs list
ECharts is actively developed, with thousands of users, new bugs are promptly reported. Some postings require translation. In Chrome, right-click on the page and select Translate to English.
- Bugs reviewed and classified
- High-priority bug list - some are for older versions
- Notable subset - answered or commented by Helgasoft
Related repositories
- ECharts 3D/GL
- ECharts documentation
- ECharts website repo
- Z-render - the lightweight graphic library powering ECharts
- makeapie - code examples
Recently found and reported a serious problem with scatter3D in echarts-gl. Near points do not always hide furthest points which makes 3D view distorted.
Grab and run example code from here. Depending on viewing angle 3D bunny may look semi-transparent instead of opaque.
To make sure, I replaced series[[1]]$symbolSize <- 2
with series[[1]]$itemStyle <- list(opacity=1), but the distortion is even more pronounced.
Will delete this comment when problem fixed.