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

Hi there, First of all thanks a lot for this beautiful chart library. Here is my link to sandbox.. [Code sandbox link](https://codesandbox.io/s/nostalgic-goldstine-ro8kn?file=/src/App.js) My problem is I have set options in...

Hey, Is there a way to change this part ![image](https://user-images.githubusercontent.com/49334712/142201857-966cf321-8ab9-4027-876d-206c6ec43080.png) To something like this? ![image](https://user-images.githubusercontent.com/49334712/142202082-f9e68d6b-bb45-4181-b3db-c3016f206065.png)

Changing options won't trigger a re-render with updated options minimal codepen example: https://codepen.io/Pavinati/pen/BadKYPr

Hi, how I can do this type of colum bars? I do not encounter nothing about this ![Screenshot_1](https://user-images.githubusercontent.com/38127649/140916297-ed62d3de-7cbf-4210-a4fa-c9c240699d7d.png)

![ApexchartScrollbar](https://user-images.githubusercontent.com/71388551/139429874-96baf011-1b58-4e6f-ac44-4a035dc523e2.JPG) When we scroll X-Axis Label And TItle have Static Position. I have to scroll Y-Axis Vertically. Is there any way to implement this in ReactApexchart Heatmap?

![image](https://user-images.githubusercontent.com/33274229/139177795-5af871f0-bf8d-4325-8e2b-197cea390ae6.png)

When I try to unittest my components which wrap a react-apexcharts I always get below Warning/Error ``` (node:105221) UnhandledPromiseRejectionWarning: Error: Element not found (Use `node --trace-warnings ...` to show where...

Hello team, We we're experiencing some rendering artifacts when using a similar chart to the one in your example: https://apexcharts.com/javascript-chart-demos/line-charts/brush-chart/ My laptop viewport is: 1440 × 764 I'm not sure...

In documentation https://apexcharts.com/docs/colors/, we have the option to set global defaults for colors. This does not seem to be possible with react-apexcharts.

Hello, I encountered a bug (latest version of react-apexcharts) in the dashed line chart. You can reproduce this bug if you insert in the series prop an array of 4...