remove from legend and also remove the ability to assign color[0] i think
also, filter out entries with hasspotst0=0. this needs to be fixed on backend. This happens because aggregate sum has 0 as the default, and null + 0 = 0. We could just only do single year fetch now that map is fixed to single year though, and then the backend query parser fix would handle that?
Description
remove from legend and also remove the ability to assign color[0] i think
also, filter out entries with hasspotst0=0. this needs to be fixed on backend. This happens because aggregate sum has 0 as the default, and null + 0 = 0. We could just only do single year fetch now that map is fixed to single year though, and then the backend query parser fix would handle that?
Type of Issue