react-apexcharts
react-apexcharts copied to clipboard
📊 React Component for ApexCharts
After Implementing i got the error 
### Description X-axis labels are prematurely trimmed when rotate is enabled for horizontal bar charts. This is observed when the number of "bars" are relatively less in number. However these...
### Description X-axis labels don't auto-rotate after crossing a threshold in horizontal bar charts. They auto-rotate by 45 degrees as expected for vertical bar charts but don't for horizontal ones....
I am trying to render a bar chart but i am getting the following error "Failed prop type: The prop `series` is marked as required in `r`, but its value...
I have a dynamically loaded data for the graph, whenever I create a new data, my legend selection needs to reset back. how to do it?
When using rangeArea, the line and rangeArea properties are not applied to the series. Even if you add the stroke property, the rangeArea covers the line. ``` export default function...
TimeLine
Hi,how can i add picture to every series like blow 
Apex Charts tries to access the `window` object without checking it is available first, so it does not work in server contexts. The workaround is to ensure the library is...

I am trying to create an Area Chart but sometimes the lines are overlapping and its look weried When i resize the window it is getting fixed Something seems buggy...