react-apexcharts icon indicating copy to clipboard operation
react-apexcharts copied to clipboard

Issue with using a combo of rangeBar and Line chart ( or area )

Open AhmedRedbuffer opened this issue 2 years ago • 0 comments

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

AhmedRedbuffer avatar Sep 06 '23 10:09 AhmedRedbuffer