king
2020-10-26 1b89aa4493d1c9768447f2f480d594cdb8077fdc
src/tabviews/custom/components/chart/antv-bar-line/index.jsx
@@ -109,6 +109,12 @@
      _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)}
    }
    this.setState({
      config: _config,
      data: _data,