react-apexcharts
react-apexcharts copied to clipboard
Issue with using a combo of rangeBar and Line chart ( or area )
RangeBar requires you to always set type:'rangeBar' in chart properties in option. Along with that it also requires you to add type='rangeBar' in <Chart options={state.options} series={chartSeries} type="rangeBar" height={500} /> </>
And if you try to make a combo of line or area chart with rangeBar, it fails