You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to colour the map based on the value of Field.
geometry
yield
contains geojson coordinates
0.89
contains geojson coordinates
0.6
contains geojson coordinates
0.5
this is what my datasets look like.
A yield with a higher number would give a darker green, and a smaller yield would give a a lighter green.
When the map is loaded, i am able to see the map, and the yield in the tooltip. However the Map doesn't colour based on the yield given. Furthermore, the label of 'Yield Index' isn't appearing.
I would like to colour the map based on the value of Field.
this is what my datasets look like.
A yield with a higher number would give a darker green, and a smaller yield would give a a lighter green.
When the map is loaded, i am able to see the map, and the yield in the tooltip. However the Map doesn't colour based on the yield given. Furthermore, the label of 'Yield Index' isn't appearing.
From my understanding,
visConfig, is to adjust the colour of the WHOLE map
visualChannels, is to adjust the colour by fields.
I have tried putting the colourRange in either visConfig,visualChannels
I have also tried adjusting the tableFieldIndex in colorField
Both don't seem to have any effect. I have been stuck for days, and any help would really be appreciated!
The text was updated successfully, but these errors were encountered: