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

Video of bug: https://www.loom.com/share/8224f404e44f44508e5533bd37935a99 Code: ```js import React from 'react'; import ReactApexChart from 'react-apexcharts'; export const StackedAreaChart = ({series, height, colors, dataOptions}) => { let options = { chart: {...

I see that after bundling it picks up the CJS version of apexcharts. Could we update package.json to alternatively point to an ESM version of charts for those of us...

Been using react-apexcharts in our in-house UI library Chart component, building it with rollup, and installing it via npm into our front-end app for about 6 months. Since I upgraded...

I first create an area chart and it automatically takes the gradient color. ![Screenshot 2023-12-04 at 14-39-06 Dashboard Edit](https://github.com/apexcharts/react-apexcharts/assets/75964501/83318350-b603-4275-8aa0-5699de8f9938) Then I changed the line chart. Then the line color of...

no-issue-activity

Hi, Can you check why apexchart throws multiple errors with nextJs 13. Server Error ReferenceError: window is not defined This error happened while generating the page. Any console logs will...

Hi, i'm using react-appext chart , i want to draw a graph with bar ranges and also i want to make a line chart in same chart. i succeded to...

Hi and thank you for this library, I was wondering what happens under the hood before rendering options.dataLabels?

Hello. I have trouble with chart. Here is demo https://codesandbox.io/s/friendly-cdn-73stn5?file=/src/App.js here are two problems: 1) when hovering over a line, for some reason the marker is cut off 2) the...

no-issue-activity

### Description I have a react component which shows a `LineChart` but the user also has the possibility to view the data in a `RangeAreaChart`. I also show an annotation...

Hello, Does the current feature set support forecasting only for a single series in the multi-series line chart? ![image](https://github.com/apexcharts/react-apexcharts/assets/10431495/a5bdf553-7860-4fa6-995b-17609875e338) Based on the image above, I want to show only one...