jamesdales / IconMapSupport

MIT License
4 stars 1 forks source link

Different colors for GeoJSON polygons, when drill-down through GeoJSON to circles #37

Closed KazakovNsk closed 5 months ago

KazakovNsk commented 7 months ago

Hi. I want to assign different colors for GeoJSON polygons when use drill-down through GeoJSON to circles. Please help me

jamesdales commented 5 months ago

This is possible if you use DAX to return your specific colors for formatting. Then you can use the ISINSCOPE function to detect the drilldown level, and return the appropriate set of colors.