How can I add gap between bars of each series in React Apexcharts?
series
Add this config to options:
options
stroke: { colors: ["transparent"], width: 5 }
For more information, please refer to : Related Document