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 have the following chart in my project, it receives several data based on datetimes to show stocks quotation, however, there are hours that the stocks stops receiving data. The...

Hi all! I have an issue while updating series and options of syncing charts. You can check the behavior on this sandbox. https://codesandbox.io/s/dawn-grass-ylt02?fontsize=14&hidenavigation=1&theme=dark Try changing the top select and notice...

Hi, i'm trying use Apexcharts with useState of React Hook, but the data series does not showing up. the chart is rendered without bars and without yaxis labels this is...

xaxis values (`chart.options.xaxis.categories`) not updated on `setState` in React. ```js class ChartView extends React.Component { constructor(props) { super(props); const sharedOptions = MyCommonChartOptions; sharedOptions.chart.id = 'my-chart'; this.state = { chart: {...

I have a basic line chart with large amount of data points (multiple lines), and the chart freezes up the browser for a second and its noticeable. Here are React...

Hi Team, First of all, thank you for this wonderful chart and graph library. I have used this chart in my react project and I am trying to change the...

The following logarithmic scale configuration ``` yaxis: { logarithmic: true } ``` Displays a graph this way: ![image](https://user-images.githubusercontent.com/22778896/113518012-d44cf600-9583-11eb-8183-fa17c76f11fd.png) The OHLC values are correct, but the candles are not visible at...

Hi I've been trying for a while now to get the `toggleDataPointSelection` to work but it's not working for me. I'm using `"react-apexcharts": "^1.3.7"` and `"apexcharts": "^3.23.1",`. This is the...

As I see react-apexcharts rerenders whole svg element when I update data series. Demo: [codesandbox](https://codesandbox.io/s/apexchart-xbhrl) When I open this demo and elements tab in web console I see that generated...

=== **So this is how the graph looks initially, everything is okay.** === ![candlestick-chart-autoscaleyaxis-zoom](https://user-images.githubusercontent.com/30269157/104656394-811f8180-56bf-11eb-805f-753272a1078d.png) But then when I zoom it, the Y axis scales strangely. It tries to center everything,...