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 two issues on my codesandbox - https://codesandbox.io/s/react-apexcharts-bar-chart-forked-76pvlt?file=/src/index.js a) The XAxis as you can see I am not getting the last value(**May 2022**) and for various screen sizes it...

I used your example code to create a chart and used react testing library to simply render it and I got nothing but error messages. The code (called fake.js): ```...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) to 1.7.3 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `shell-quote` from 1.6.1 to 1.7.3 Commits See full diff in compare view Updates...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) to 16.7.0 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `jsdom` from 11.12.0 to 16.7.0 Release notes Sourced from jsdom's releases. Version 16.7.0...

dependencies

Bumps [terser](https://github.com/terser/terser) to 5.15.1 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `terser` from 3.14.1 to 5.15.1 Changelog Sourced from terser's changelog. v5.15.1 Fixed missing...

dependencies

Removes [jsdom](https://github.com/jsdom/jsdom). It's no longer used after updating ancestor dependency [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Removes `jsdom` Updates `jest` from 25.5.4 to 29.1.2 Release notes Sourced from...

dependencies

When I test drawing any apex chart, when calling cleanup, I get the following error: Error: Uncaught [TypeError: this.node.getScreenCTM is not a function] I'm using jest and by calling cleanup...

**Click on mobile version not showing** **Click on desktop version** in mobile version the tooltip appears when long clicked, but it's not good in UX

Hey Guys, I'm using react-apexcharts and some of our clients have some issues with the `area` chart but I can't reproduce it. The issue happened on windows and mac os...

I am trying to use the **ReactApexChart** in my low code app and my code is the following - `/* eslint-disable no-console */ import ReactApexChart from 'react-apexcharts'; import {ApexOptions} from...