PatronMaster opened a new issue #10437: URL: https://github.com/apache/incubator-superset/issues/10437
Hi Experts, I am using the deck.gl Polygon.  I used Javascript tooltip and onClick to get the data from my data table. [image](https://user-images.githubusercontent.com/7825849/88572699-84528280-d037-11ea-8cc0-03ba29d4e194.png) **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: - polygon 1, RED, means BAD so legend = BAD - polygon 2, GREEN, means GOOD so legend = GOOD - polygon 3, RED, means BAD so legend = BAD - polygon 4, RED, means BAD so legend = BAD How can do that with Superset? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
