react-apexcharts
react-apexcharts copied to clipboard
📊 React Component for ApexCharts
### Description Setting up events in synced charts by a group, only the events of the chart interacted with are triggered. That makes impossible execute certain code inside of these...
Hi @junedchhipa, I am using React with Apex Line chart data. Given below the sandbox link. Explanation When I disable legends for series with more data points and observe the...
Maybe it's problem connects with #235 If I try remove graph I will get error about getPreviousPaths Example: https://codesandbox.io/s/react-update-example-forked-u46ic Video: http://s.csssr.ru/U7RQKLD4J/2020-11-10-15-11-36-7gxvj.mp4
When using apex charts to display a line chart where the series has identical values for every date, the line is not drawn.  As you can see, when hovering,...
Hello, when using the scatter chart, with: dataLabels: { enabled: true } At various times all dataLabels are not displayed, sometimes 20% without displaying, but I have not found a...
I have created a storybook repo in which multiple apps share (nextjs SSR and normal client side rendered react apps). I have used Apexcharts in my storybook, however when i...
https://codesandbox.io/s/muddy-sun-bjlx5?file=/pages/Charts2.js
I'm developing a dashboard with a UI, that is inspired by Apple's Stocks app. When hovering over an area chart, they display the time outside the chart and only the...
- Please I am working on a date time graph. - I would like to indicate an active date by applying a different set of formatting like different color and...
Adding width: '50%' appears to make no difference to the chart. The xaxis is too long, and I want the graph in a square shape, which I don't see how...