#charts color not working

2 messages · Page 1 of 1 (latest)

compact flame
#

Hi, I'm using charts particularly AreaChart however the colors are not displaying properly.

I have imported the required css according to its order but the issue still persists

`import { MantineProvider } from '@mantine/core';

import '@mantine/core/styles.css';
import '@mantine/charts/styles.css';`

versions:
"@mantine/charts": "^8.1.3",
"recharts": "^2.15.4",

#

BarChart is working tho