echarts-gl icon indicating copy to clipboard operation
echarts-gl copied to clipboard

scatter3D只有一个点的时候触发不了tooltip

Open Pally-l opened this issue 4 years ago • 6 comments

现象 :scatter3D只有一个点的时候触发不了tooltip 版本:1.1.1

option = {
        grid3D: {},
        xAxis3D: {
            type: 'category'
        },
        tooltip: {},
        yAxis3D: {},
        zAxis3D: {},
        series: [
            {
                type: 'scatter3D',
                symbolSize: 10,
                data: [[101, 9, 50, 'Finland', 1850], [101, 10, 60, 'Finland', 1850]]
            }
        ]
    };

Pally-l avatar May 20 '20 08:05 Pally-l

遇到了同样的问题,有解决方案吗?

378740021 avatar Nov 10 '20 09:11 378740021

+1, confirmed with v.5.3.0 ... bug and still in v.5.4.1

helgasoft avatar Feb 11 '22 05:02 helgasoft

please fix tghis

anauwal avatar Jun 18 '23 18:06 anauwal

Still not fixed. 🥲

AndreyPatseiko avatar Nov 03 '23 12:11 AndreyPatseiko