How can I change polygon fill colors based in data table column? #10437
PatronMaster
started this conversation in
General
Replies: 2 comments
-
Hi! Did you manage to get this working? |
Beta Was this translation helpful? Give feedback.
0 replies
-
NoEm 29/03/2021 21:57, Szegedi Gábor ***@***.***> escreveu:
Hi! Did you manage to get this working?
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Experts,
I am using the deck.gl Polygon.
I used Javascript tooltip and onClick to get the data from my data table.
image
My goal now it just change the polygon fill color.
I have one column in data table that have the color of each polygon, like (#cccce0, #7f7fb2) and column for the legend (class of this polygon).
I tried to use javascript data interceptor (d[i].color) I can change the color column in data table but I cannot use to change polygon fill color.
The customize tab also do not give any option for that.
.
I just want do do the following:
How can do that with Superset?
Beta Was this translation helpful? Give feedback.
All reactions