
Manojit Ghosh • over 9 years ago
Unwanted Black Line
Jasper,
How to remove black line (probably the angle-indicator) in the polygons?
Here's the code:
styles:
{
'convex-polygon': {strokeStyle: '#ee405c',lineWidth: 1,fillStyle: '#ee405c'}
}
If I use:
angleIndicator: '#ee405c'
line of that color appears.
What do I need to do to completely remove it?
Regards,
Manojit
Comments are closed.
2 comments
Manojit Ghosh • over 9 years ago
Answer:
angleIndicator: 'hsla(0, 0%, 0%, 0)'
Jasper Manager • over 9 years ago
Exactly