Open nottiffanylee opened 10 years ago
Well the easy answer is to just set the stroke to the same color as the fill. Would that do what you need?
stateStyles: {fill: '#5183CF','stroke': '#fff'}, stateHoverStyles: {fill: '#4871B0','stroke': '#fff'},
I can change the color of it and the width but not get rid of the white stroke between each state. Is there a way to do this? I also tried editing the svg file thinking it was that showing through.
Thanks!