In superset, I create a map layer with deck.gl Scatterplot chart and define categorical color for each point. The color is define in dashboard properties
"label_colors": { "Bus": "#F6DC09", "velo": "#EB483C", "voiture": "#8BC53E", "Stationnement": "#0283C5" }, This works fine, the color appears for each categorie in the maps deck.gl Scatterplot result
but when I add this chart in deck.gl multilayer chart, there are just one color for all points deck.gl multilayer result
I expected that have the same result in the scatterplot and the multilayer.
I create a issue in github too: https://github.com/apache/superset/issues/23259
Environment: browser: chrome Version 110.0.5481.177 superset version: 2.0.0