react-apexcharts
react-apexcharts copied to clipboard
π React Component for ApexCharts
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:  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,...