src/tabviews/custom/components/chart/antv-scatter/index.jsx
@@ -66,7 +66,11 @@ _config.plot.height = Utils.getHeight(_config.plot.height) _config.style.height = 'auto' _config.style.minHeight = _config.plot.height _config.style.minHeight = _config.plot.height + 30 if (_config.plot.title) { _config.style.minHeight = _config.style.minHeight + 45 } this.setState({ config: _config,