Apexcharts.js: White space between each slice in Donut chart

Created on 6 Aug 2019  路  1Comment  路  Source: apexcharts/apexcharts.js

Explanation

When using donut charts, there is some white space between each slice.
How to remove that.
See attached image.
Apex DOnut White Space issue

Most helpful comment

options = {
  stroke: {
    width: 0
  }
}

>All comments

options = {
  stroke: {
    width: 0
  }
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

rudeayelo picture rudeayelo  路  3Comments

Sumon-miazi picture Sumon-miazi  路  3Comments

EroTiXx picture EroTiXx  路  3Comments

frlinw picture frlinw  路  3Comments

artfulrobot picture artfulrobot  路  3Comments