<div id="wrapper"> <div id="chart-line2"> <ReactApexChart options={this.state.options} series={this.state.series} type="line" height={230} /> </div> <div id="chart-line"> <ReactApexChart options={this.state.optionsLine} series={this.state.seriesLine} type="area" height={130} /> </div> </div>