react-apexcharts
react-apexcharts copied to clipboard
📊 React Component for ApexCharts
Hi there, First of all thanks a lot for this beautiful chart library. Here is my link to sandbox.. [Code sandbox link](https://codesandbox.io/s/nostalgic-goldstine-ro8kn?file=/src/App.js) My problem is I have set options in...
Hey, Is there a way to change this part  To something like this? 
Changing options won't trigger a re-render with updated options minimal codepen example: https://codepen.io/Pavinati/pen/BadKYPr
Hi, how I can do this type of colum bars? I do not encounter nothing about this 
 When we scroll X-Axis Label And TItle have Static Position. I have to scroll Y-Axis Vertically. Is there any way to implement this in ReactApexchart Heatmap?

When I try to unittest my components which wrap a react-apexcharts I always get below Warning/Error ``` (node:105221) UnhandledPromiseRejectionWarning: Error: Element not found (Use `node --trace-warnings ...` to show where...
Hello team, We we're experiencing some rendering artifacts when using a similar chart to the one in your example: https://apexcharts.com/javascript-chart-demos/line-charts/brush-chart/ My laptop viewport is: 1440 × 764 I'm not sure...
In documentation https://apexcharts.com/docs/colors/, we have the option to set global defaults for colors. This does not seem to be possible with react-apexcharts.
Hello, I encountered a bug (latest version of react-apexcharts) in the dashed line chart. You can reproduce this bug if you insert in the series prop an array of 4...