apexcharts / apexcharts.js

📊 Interactive JavaScript Charts built on SVG
https://apexcharts.com
MIT License
14.36k stars 1.3k forks source link

White space between each slice in Donut chart #827

Closed anilreddy128 closed 5 years ago

anilreddy128 commented 5 years ago

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

junedchhipa commented 5 years ago
options = {
  stroke: {
    width: 0
  }
}
SimonChatillon commented 11 months ago

What if i want to have transparent spaces between each slice ? I can't manage to achieve this, I tried using transparent stroke but it's not working because the fill colors always connect below the stroke. My background is a gradient pattern so I can't use any specific stroke color either. Any idea ?

jstadev commented 8 months ago

i was trying the same, ,if you found a solution please share

michele1234567 commented 6 months ago

Does anybody found a solution for this? I need the same , transparent spaces between slices