superset
superset copied to clipboard
Not work Color(fill color) the polygons in graphicseck.gl Polygons
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?