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