echarts-gl
echarts-gl copied to clipboard
scatter3D只有一个点的时候触发不了tooltip
现象 :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]]
}
]
};
遇到了同样的问题,有解决方案吗?
+1, confirmed with v.5.3.0 ... bug and still in v.5.4.1
please fix tghis
Still not fixed. 🥲