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

In Safari, dataLabels not working for bar charts and heatmap charts. No issue in other browsers, @junedchhipa please may you check this issue particularly with Safari browser.

**Issue Description:** The Apex Gantt chart tooltip is not displaying the expected minutes and hours when using moment to format the value returned by the formatter option. **Steps to Reproduce:**...

Chart code: ![Snímek obrazovky 2023-10-18 v 15 18 30](https://github.com/apexcharts/react-apexcharts/assets/102683622/e9afc8a4-0e2e-47ec-b5e3-9103f6b48d02) When I provide data as this: Notice that Y coordinate data has decimal place but the X coordinate data DOES NOT!...

import React, { useState, useEffect } from 'react'; import Chart from 'react-apexcharts'; import { Card, Grid, IconButton, Tooltip, TextField, Button, Typography, CardHeader, Box, Autocomplete, styled, useTheme, CircularProgress } from '@mui/material';...

I am using three **useState** hooks to manage the state of my options. This is necessary because the **min** and **max** parameters of **xaxis** can change dynamically based on the...

Query: Hello, I'm facing an issue where my ApexCharts Area chart isn't resizing correctly. I've tried several fixes, but none have worked so far. Fixes Tried: Window resize event listener...

Hi everyone, I'm trying to add a fill gradient that begins from beneath the chart line, but the only gradient options I've been able to work with are those that...

I have a nextjs app with dashboard section, specifically two pages. In one of these there is a bloxPlot chart that breakes and throw two errors when I change between...

Hello, I separated the custom tooltip of apexcharts into react components and converted the html string to renderToString. When I applied it, there was a bug that didn't apply styled-components,...