superset icon indicating copy to clipboard operation
superset copied to clipboard

Not work Color(fill color) the polygons in graphicseck.gl Polygons

Open sonfire186 opened this issue 7 months ago • 3 comments

Hi all! I want to color(fill color) the polygons in graphicseck.gl Polygons in my own colors. But the code doesn't work for me

data => data.map(d => ({
  ...d,
  color: colors.hexToRGB(d.extraProps.zone_index_color)
}));

How can I do that?

image

sonfire186 avatar Jun 26 '24 11:06 sonfire186