react-apexcharts
react-apexcharts copied to clipboard
📊 React Component for ApexCharts
Has anyone managed to change colors for treemap? I've tried to set that every way I can think of but I always get the same blue rectangles.
I tried using below code in my application. [https://apexcharts.com/react-chart-demos/column-charts/basic/](https://apexcharts.com/react-chart-demos/column-charts/basic/) In the below graph I can see the xaxis categories updates dynamically based on data. but in graph that's not reflected....
https://user-images.githubusercontent.com/24718475/175749036-fba3875e-4acf-4e4f-bd7c-fd26d04bb67d.mov i have a chart and a value been updated in my page. there's state been updated from a Socket, that value beside of the drop icon. always that the...
Using discrete markers I managed to select two datapoints and all I want to do is to apply a different color between two points
hi. I see this problem. i read Apex chart document and examples, but i cat solved this problem. formatter: function (value) { return `${value}%`; },  formatter: function (value) {...
Hi. After updating to the latest version, it seams to me that the xaxis categories and labels formatter has a strange behaviour. According to code, labels formatter could return both...
Code sandbox here that showcases the issue here: https://codesandbox.io/s/long-labels-on-y-axis-get-cut-htsyj7
I'm using react-apexcharts and I'm looking at [this](https://apexcharts.com/docs/series/) or [this](https://apexcharts.com/docs/chart-types/area-chart/) for reference. I find examples are - not working - confusing (contradictory) - showing only parts (too less) of code...
I'm testing a component with react testing library and jest. and I dont seem to be able to render the chart. I saw a similar issue [here ](https://github.com/apexcharts/react-apexcharts/issues/197) that helped...
Hello! I actually would like to check if it's possible, for me to offset a specific series, like in the stated image, I'm using 2 series of datas, both from...