mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
feat: Enable cross fitlers in WorldMap and Graph charts (#22886)
This commit is contained in:
committed by
GitHub
parent
a0ca0c04ff
commit
871cab8cbe
@@ -45,7 +45,7 @@ const metadata = new ChartMetadata({
|
||||
],
|
||||
thumbnail,
|
||||
useLegacyApi: true,
|
||||
behaviors: [Behavior.DRILL_TO_DETAIL],
|
||||
behaviors: [Behavior.INTERACTIVE_CHART, Behavior.DRILL_TO_DETAIL],
|
||||
});
|
||||
|
||||
export default class WorldMapChartPlugin extends ChartPlugin {
|
||||
|
||||
Reference in New Issue
Block a user