src/tabviews/custom/components/chart/antv-bar-line/index.jsx
@@ -110,7 +110,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 } let transfield = {} _config.columns.forEach(col => {