GitHub user sonfire186 added a comment to the discussion: Not work Color(fill 
color) the polygons in graphicseck.gl Polygons

> ```js
> hexToRGB(d.extraProps.zone_index_color)
> ```
```
data => data.map(d => ({
  ...d,
  color: [255, 255, 255]
}));

```

doesn't work either, all the colors are the same

GitHub link: 
https://github.com/apache/superset/discussions/32910#discussioncomment-12665541

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to