react-apexcharts
react-apexcharts copied to clipboard
📊 React Component for ApexCharts
### I get this error when I am using the apex chart. I also pass the props type for chart. after reloading the page I get this error I don't...
i have simple annotation point, but when xAxis tickplacement = "on" the annotation point does'nt show in my chart...
Whenever I opened your website I show an `Error establishing a database connection`. Its works for some time but most of the time its throw error.
If we use **moment-timezone** method `moment.tz.setDefault('Europe/London')` with **react-apexcharts** configuration `options.xaxis.type: 'datetime'` we get some wrong offset on the xaxis labels. Also we've tried the `datetimeUTC` changing. It doesn't help. For...
Screenshots:   Source code: ``` const chart = { // code regarding colors, animations, etc....
How to add new type of marker ? i'm currently limited to square and round and need at least triangle. Any hope to add this ? or where can i...
### How to reproduce Use [NEXTJS typescript](https://nextjs.org/docs/basic-features/typescript) then use the apexcharts component and provide a **options** property. ` ` ### The Error displayed > Type '{ plotOptions: { bar: {...
Similar to https://apexcharts.com/react-chart-demos/column-charts/column-with-group-label/ does Bar supports group label?
As the title suggests, I am having problem when plotting one particular point. The point I am referring to is the first point in the last item of the series...
**Describe the bug** In Apex Charts React, Line chart stacked on area chart, whenever I use multiple line and area in Series, the straight line is Visible as curve line....