king
2022-05-17 2ae980243b7ad705dea575eadcfc4cf4e24073bd
src/tabviews/custom/components/chart/custom-chart/index.jsx
@@ -380,7 +380,7 @@
    const { config, loading, empty, BID } = this.state
    return (
      <div className="custom-chart-plot-box" style={config.style}>
      <div className="custom-chart-plot-box" id={'anchor' + config.uuid} style={config.style}>
        {loading ?
          <div className="loading-mask">
            <div className="ant-spin-blur"></div>