react-apexcharts
react-apexcharts copied to clipboard
📊 React Component for ApexCharts
Hi, I am using react-apexcharts and set height as fixed 300px. I thought the chart's width should be set typed or fit to parent tag. But when I using react-apexcharts,...
A stacked bar chart with a value of 0 is overlapping the value that is greater than 0 which looks like the numbers are wrong. Happy to share more information...
Hello I am using reactjs and interactjs with react-apexcharts showing more than 6 charts at the same time and when I drag one chart (the charts are inside of individuals...
# Bug report The issue can be reproduced in the codesandbox below. Click the `toggle` button to switch between a state value. The labels update the first time, but then...
I want to toggleSeries data of a chart in my next js application. I am trying to use that method in 2 different ways, but none of them is working....
For serie with data ` [ { y: 1, x: "category-1" }, { y: 2, x: "category-1" }, { y: 3, x: "category-2" }, { y: 4, x: "category-3" }...
When I click "Operational", the green bar disappears.  Instead I want to highlight "Operational" above the others (similar to onItemHover but permanent. And the other captions will be dimmed:...
Steps to reproduce: 1. [https://apexcharts.com/react-chart-demos/pie-charts/update-donut/](https://apexcharts.com/react-chart-demos/pie-charts/update-donut/) 2. Click randomize button to get new data 3. Change the page zoom expected behavior: chart should display the latest values current behavior: chart series...
I am using react-apexcharts in my project ,all well good...but at time of plotting ,one problem occurred,that is ,if we have empty points in our data, that is there is...
# Fix ## Types - **TS** make `type`, `series` and `options` required, not optional (now TS should say you are missing this props) - **PropTypes** removed `any` in favour of...