starschema / mapboxgl-powerbi

Mapbox Visual for Power BI - High performance, custom map visuals for Power BI dashboards
https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381472?tab=Overview
MIT License
34 stars 9 forks source link

Default Color is missing if more than 5 data points are available #79

Closed budavariam closed 1 year ago

budavariam commented 1 year ago

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.