react-apexcharts
react-apexcharts copied to clipboard
📊 React Component for ApexCharts
 - when I click on the PNG Download getting the error like - apexcharts.common.js?55c3:6 Uncaught (in promise) TypeError: Cannot set property 'fillStyle' of undefined at eval (apexcharts.common.js?55c3:6) at new...
Hi, I have a problem All props are good as you can see, but Apexchart is crashing every time Installed last versions of react-apexcharts and apexcharts
I am getting the issue of overlapping x-axis data on each other when we zoom in or zoom out and the same issue occurs in large-size screen devices. you can...
Hi Team! I have been working with ApexCharts for the past couple of weeks and have been really impressed thus far. Recently, I have run into an issue that I...
I have opened an issue about Line chart from React Apex Chart returns [object Object] in custom tooltip in the stackoverflow.com here https://stackoverflow.com/questions/68172536/line-chart-from-react-apex-chart-returns-object-object-in-custom-tooltip
Hello, I am trying to change the chart type dynamically at runtime. Here is a quick link to sandbox how I am trying to implement. [Codesandbox](https://codesandbox.io/s/apexcharts-react-demo-d6hiu ) Here updating the...
From the `.d.ts` file: ``` options?: object ``` If you try to create a component without the `options` object, you get the error **at runtime** that `options` is marked required....
When implementing similar charts like here: https://apexcharts.com/react-chart-demos/candlestick-charts/combo/ I receive "cannot read property of undefined 'w'. - for Bar chart. I use exactly the same options like in example.
 on getting a array of data height remains constant even, give parent class a fixed height code is bellow for parent class `.graphic-container...
@junedchhipa I have a graph that displays two series as two lines. For testing purposes, I hardcode data for each series. When I use toggleSeries and hideSeries for one of...