king
2020-09-24 bcef9a2845e6800704fecb3eb60c204f80854a07
src/tabviews/custom/components/chart/antv-bar-line/index.jsx
@@ -102,7 +102,7 @@
    }
    let showHeader = false
    if (config.setting.title || _config.plot.datatype === 'statistics') {
    if (config.plot.title || _config.plot.datatype === 'statistics') {
      showHeader = true
    }
@@ -115,7 +115,7 @@
      arr_field: _config.columns.map(col => col.field).join(','),
      plot: _config.plot,
      sync: _sync,
      title: config.setting.title,
      title: config.plot.title,
      search: Utils.initMainSearch(config.search),
      showHeader
    }, () => {