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

Hello! I tried this [example](https://github.com/apexcharts/apexcharts.js/issues/1178) for placing my tooltip above a line in the chart, but it didn't work. I'm getting that **pointsArray** property is an empty array. Please, I...

I'm getting an error when rendering a donut chart on apexcharts. In the same page, I have many charts, but this one is returning the following error: "TypeError: Cannot read...

# Environments - macOS 12.4 - react 17.0.2 - react-apexcharts 1.3.9 - apexcharts 3.29.0 # Discriptions I create custom charts with custom Apexchart options to disable all the girds, and...

Treemap chart truncates the labels for small values as picture below : [https://ibb.co/XCvBHV7](url)

no-issue-activity

Is all that's needed for sync charts to work, as stated in the demo here: https://apexcharts.com/docs/chart-types/synchronized-charts/ * `chart.id` should be a unique identifier. * `chart.group` should be same for the...

Is it possible to implement labels alignment to the inside of the chart? apexcharts: 3.35.2 react-apexcharts: 1.4.0 ![image](https://user-images.githubusercontent.com/56446558/168145060-22e1b70a-cfb3-4035-acf6-8fd856ad24c0.png)

i was changing my project to use react v18, i alsu use react-apexcharts and it works the intended way almos all the time, except if you want to change state...

I have multiple ``'s that share a `group` in order to synchronize the tooltips. ![image](https://user-images.githubusercontent.com/404765/83048404-25f52d80-a00f-11ea-8023-ac5a323a8ce1.png) When I hover over "MAX(value)", they'll all get the same `title` ![image](https://user-images.githubusercontent.com/404765/83048503-49b87380-a00f-11ea-8e9a-cf894b50b594.png) I tracked it...

![image](https://user-images.githubusercontent.com/76032597/162713198-0afe979f-1ec3-457d-89a8-94fa7ad97342.png) **How can i hide this label from chart**

I want to use custom parameter to tooltip in custom. in chart, they appear some value that sum in number, and if hover the mouse pointer in stacked graph, want...