king
2020-10-11 5902ba5c3ff85efc78c95364196cd6ab5d2d1601
src/tabviews/custom/components/chart/antv-bar-line/index.jsx
@@ -29,7 +29,7 @@
  state = {
    dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS, // 字典
    config: true,              // 图表配置信息
    config: null,              // 图表配置信息
    empty: true,               // 图表数据为空
    loading: false,            // 数据加载状态
    chartId: Utils.getuuid(),  // 图表Id
@@ -1026,7 +1026,7 @@
    const { showHeader, config, loading, title, plot, empty, chartFields, selectFields } = this.state
    return (
      <div className="custom-line-chart-plot-box">
      <div className="custom-line-chart-plot-box" style={config.style}>
        {loading ?
          <div className="loading-mask">
            <div className="ant-spin-blur"></div>