king
2022-03-31 fe227dd3d6c4ff9fd031033c15ae7b873dbf5535
src/tabviews/custom/components/chart/antv-scatter/index.jsx
@@ -438,8 +438,16 @@
  render() {
    const { config, loading, empty, BID } = this.state
    let style = {...config.style}
    if (empty && config.plot.empty === 'hidden') {
      style.opacity = 0
      style.position = 'absolute'
      style.zIndex = -1
      style.width = '100%'
    }
    return (
      <div className="custom-scatter-plot-box" style={config.style}>
      <div className="custom-scatter-plot-box" style={style}>
        {loading ?
          <div className="loading-mask">
            <div className="ant-spin-blur"></div>