king
2022-11-15 99134da2a0c8eee1f6f2ef96651f50dd26eae8c9
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 => {