king
2022-11-15 99134da2a0c8eee1f6f2ef96651f50dd26eae8c9
src/tabviews/custom/components/chart/antv-pie/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
    }
    let decimal = 0
    _config.columns.forEach(col => {