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

feat: support polygon tooltip independently from superset app #12

Closed kristw closed 4 years ago

kristw commented 4 years ago

🏆 Enhancements

The deck gl charts used to rely on props setTooltip from superset app to display tooltip. This PR add support for the polygon chart to handle its own tooltip independently from superset app.

From storybook image

Also tested in Superset image