king
2025-03-05 f1a4a2e83a5a3a3f8636c0d85a3a02471c5b07e7
src/menu/components/chart/antv-scatter/index.jsx
@@ -239,6 +239,9 @@
    if (card.errors.length === 0) {
      card.$tables = getTables(card)
    }
    delete card.$c_ds
    delete card.$c_ac
    
    if (!card.plot.Xaxis) {
      card.errors.push({ level: 0, detail: '坐标轴尚未设置!'})