king
2020-06-09 f448bd7b318f7696c97b392a263bc364700bc8a0
src/templates/sharecomponent/chartcomponent/index.jsx
@@ -607,7 +607,7 @@
  render() {
    const { plot } = this.props
    console.log(plot)
    return (
      <div className="line-chart-edit-box" style={{minHeight: plot.height ? plot.height + 50 : 450}}>
        {plot.title ? <p className="chart-title">{plot.title}</p> : null}