king
2021-04-17 ada653685c62e55b2d293f93470eaad59fb5cafb
src/tabviews/custom/components/chart/antv-pie/index.jsx
@@ -61,11 +61,7 @@
      _config.plot.height = _config.plot.height - 30
    }
    if (_config.style) {
      _config.style = {..._config.style, minHeight: (config.plot.height || 400)}
    } else {
      _config.style = {minHeight: (config.plot.height || 400)}
    }
    _config.style.height = config.plot.height || 400
    this.setState({
      config: _config,