react-apexcharts
react-apexcharts copied to clipboard
📊 React Component for ApexCharts
when I add border radius to the bars in the bar chart it's not responsive it become like this when the screen get's smaller  and like this when the...
1. Access link: https://apexcharts.com/react-chart-demos/heatmap-charts/basic/ 2. Download SVG 3. Throw error in consolog `Error: attribute width: Expected length, "NaN".`
Hi When I add selection event to brush chart produce error: ```js events: { selection: function (chartContext, { xaxis, yaxis }) {}, }, ```  package.json ``` "react": "16.13.1", "react-apexcharts":...
Hey guys, First of all I would like to thank and congratulate everybody working on this project, it is absolutely amazing! Also, this is the first GitHub issue I am...
Hello, is it possible to know what has been changed at 1.4.0?
On my project, I have two tabs with an Apexchart instance on each. The first chart's tab is active by default. As the page opens, both charts render normally as...
I am trying to get the smallest useful donut chart. Found sparkline. Cool. Except, now I need to ADD a little more padding, because the hover effect for the slices...
Hi, how do I await a render of the chart? I am currently doing 'await ApexCharts.exec("chart_id", "dataURI").then(() => bla bla) but sometimes the chart comes up as unrendered, so i...

https://user-images.githubusercontent.com/29911508/154406694-42456753-0ed6-4e95-9698-d0ae4858001d.mov Notice how the white dropshadow changes, I think it copies the dropshadow of the blue series options is in a useState ``` const series = [3456069, 1456069]; const [options]...