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

I want to create a candlestick chart with data being updated every few seconds. The problem starts when I navigate the chart and then the update fires. What happens is,...

Hi, I'm trying to get an candlestick chart. When I'm using xaxis type: 'datetime' I'm getting spaces on weekends which I don't want When I'm using category it works fine...

# Context and the problem I'm testing the library using the wrapper of React with **Next.js** (for fetching data with Server-Side Rendering). I pass some fake data with props to...

[link to sandbox](https://codesandbox.io/s/undefined-opts-tooltip-vmt3v?file=/src/App.js) I'm trying to render the datapoints in a certain way in the tooltips for this chart, however I can't reliably access the opts object in the tooltip.x.formatter...

![error](https://user-images.githubusercontent.com/56813021/133358234-220707b3-d8e5-4e22-9b29-96178c5f9605.png)

Please see below: looks like a bug, but I hope it's only wrong configuration: The marker of the green line is blue, and the one of the blue line is...

Hello, I have also posted this in this [apexcharts issue](https://github.com/apexcharts/apexcharts.js/issues/1813) but it is probably more suited to the `react-apexcharts` repository. I have this problem when I want to update the...

no-issue-activity

https://github.com/apexcharts/react-apexcharts/blob/19b8503e07bfe49301073af6b0ae6eaba329e572/src/react-apexcharts.jsx#L24 here you are passing all props to the div, while you probably should pass only those that are not extracted by getConfig(). The result is that the external div...

I have couple of pages with charts inside, everytime perform url hash change(ex. click links on the menu), Edge would throw ``` 0: Unable to get property 'querySelector' of undefined...

I have a sidebar and a ApexCharts bar. When I click on the sidebar, it opens smoothly, but the bar changes its width abruptly. Please, look at the example https://codesandbox.io/s/react-apexcharts-bar-chart-forked-c52pq?file=/src/index.js...