
tooltip: {
trigger: 'axis',
axisPointer: {
type: 'shadow',
show: false
},
formatter: "{a}
{b} : {c}%"
},
这个地方设置false还是不管用? 求指教
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
如果既不要直线也不要阴影,去掉trigger和axisPointer配置即可的