<div id="card"> <div id="chart"> <ReactApexChart options={state.options} series={state.series} type="radialBar" height={350} /> </div> </div>