mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
When the same metric is used in a World Map panel for both bubble size
and an axis (either X or Y), it currently breaks the rendering.
The change in behavior was introduced in:
71e0c07904 (diff-f451672348fc6071e8d627778bdc4e96L1730)
The use of .iloc() is not needed anymore since the code that used
to duplicate the metric is not there anymore.
Should fix #7006