In the Circle.getColorStyle function it's possible that there are more data colors than the minimum necessary values, then the code would create an array with a negative item number, leading to an exception.
The match interpolate color is used for circle-color, and it requires at least one fallback value.
In the
Circle.getColorStyle
function it's possible that there are more data colors than the minimum necessary values, then the code would create an array with a negative item number, leading to an exception. The match interpolate color is used for circle-color, and it requires at least one fallback value.