如何在 React Apexcharts 中的每个系列的条形图之间添加间隙?

How can I add gap between bars of each series in React Apexcharts?

如何在 React Apexcharts 中的每个 series 的条柱之间添加间隙?

将此配置添加到 options:

  stroke: {
    colors: ["transparent"],
    width: 5
  }

更多信息请参考:Related Document