react-apexcharts
react-apexcharts copied to clipboard
📊 React Component for ApexCharts
Using a line chart with stroke curve set to smooth, if the series data has at least two consecutive points with the same x-axis value, the series line will display...
I came across problem in linecharts when I used graphs with one group for sync. If I add one more graph I will get incorrect colors in every graph. If...
Annotation for ApexCharts does not clear itself after rerendering the chart with new options with annotations removed.
Dear devs, I think I've found an issue with zooming on charts where type = 'datetime'. If the chart has 2 entries in series data, then zooming on any part...
I have a component in `storybook` that uses apexcharts. My storybook component library should be able to be used by normal react and also SSR react. `dynamic imports` do not...
https://apexcharts.com/react-chart-demos/column-charts/column-with-markers/ Hi, I want to use 'column-with-markers' chart However, the column works well, but the marker is not displayed on the chart. The same problem is occurring in the provided...
The `options.stroke.curve` parameter to Chart component has enum type. Typescript doesn't recognize any of the enum values when they are used in code. When: `curve: "smooth"` Typescript would throw an...
Hello Contributor I am trying to hide series using the hideSeries method and came across an issue. **Issue details ** suppose my initial chart has the following series ``` series:...
strokeDashArray and strokeHeight property are not working in Bar with Markers Chart I think this property is very useful. I hope someone can fixed it or give me an answer...
hi @junedchhipa , I am getting the below errors while running test cases for PieChart react component. I am using Jest and Enzyme for testing. While mounting the component: **TypeError:...