Closed daydream05 closed 6 years ago
This is what it looks like since that part is still white
The option you may want to change is polygon.draw
.
If you want to disable it:
draw: {
enable: false
}
If you want to change color:
draw: {
enable: true,
stroke: {
color: 'rgba(0, 0, 0, .1)'
}
}
On the polygon example im trying to change the color for the particles. I was able to change it for the particles and line_linked but not for this part.
What's the option for changing the color of this? I've looked at the docs and can't seem to find it.