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

📊 React Component for ApexCharts

Results 251 react-apexcharts issues
Sort by recently updated
recently updated
newest added

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 And if you try to make a...

The top level component accepts height and width, but this is very not useful in case of a donut chart. 1. Is there any way to pass donut size (radius),...

Using apexchart from long time and faced multiple issues till now. Currently facing issue in mix chart of line and area where toolbar wont work with responsive screen . No...

annotations: { position: 'back', yaxis: [] }, this is my code, I made the position "back" but its coming on my markers chart ![wb84m7ybk](https://user-images.githubusercontent.com/110219075/229690188-5b9d0f04-559c-4b4f-91f9-0c082e669ce5.png) Note: I try to give high...

I am using react-apexcharts with nextjs 13. Rendering it on client side works fine but in production the charts do not render. Here is the demo of what happens when...

I'm able to create the annotation dashed line on X axis as average value but unable to move the line behind the graph currently it's coming on top of the...

I have a graph already rendered and visible . how can I get the chart instance when using hooks ? I have a button and on click I would like...

This upgrades the dependency on apexcharts from `3.18` to `3.41`. My application has seen definitive side-effects. Please rollback and move this to `1.5.X`?

How can i change the text "series-1:" to another text? Thanks

Hello, Using react-apexchart and adding a Content-Security-Policy header I get errors in console. Error: `Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'...