@@ -573,7 +573,6 @@ const initChart = () => {
// 显示 tooltip
tip.style.display = 'block'
- console.log(rect.x , e.offsetX);
// tip.style.left = rect.x + e.offsetX + 30 + 'px'
// tip.style.top = rect.y + e.offsetY + 'px'