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}