scatter3D散点图里面的图片会被其他颜色覆盖,无法显示自己的颜色,请问大佬们有遇到过这种问题吗
type: "scatter3D",
zlevel: 11,
coordinateSystem: "geo3D",
symbol: 'image://' + imatit,
symbolSize: [30, 40],
itemStyle: {
opacity: 1,
color:'none'
},
label: {
formatter: function (params) {
return `
${params.data.name}
`;
},
position: "top",
show: true, //是否显示地名
textStyle: {
padding: [-5, 3],
// 设置文本样式
color: "#fff", // 文本颜色
borderColor: "yellow",
// lineHeight: 20,
fontSize: 12, // 字体大小
},
在网上查询过很多办法都不顶用