apache-superset / superset-ui-plugins-deckgl

deck.gl plugins for Superset
https://apache-superset.github.io/superset-ui-plugins-deckgl/
Apache License 2.0
18 stars 19 forks source link

fix: missing groupby/dimension select options #21

Closed ktmud closed 3 years ago

ktmud commented 3 years ago

🐛 Bug Fix

Fixes https://github.com/apache/incubator-superset/issues/11865

where dimension selects for deck.gl charts are missing options in the dropdown menu list.

Before

After

junlincc commented 3 years ago

@nikolagigic

junlincc commented 3 years ago
Screen Shot 2020-12-11 at 4 53 35 PM

LGTM~ thanks again @ktmud 🙏

rusackas commented 3 years ago

@ktmud Would you mind building the new package (npm release) and adding it in incubator-superset? Again, thanks for this!