feat: Enable cross fitlers in WorldMap and Graph charts (#22886)

This commit is contained in:
Kamil Gabryjelski
2023-02-22 11:42:56 +01:00
committed by GitHub
parent a0ca0c04ff
commit 871cab8cbe
9 changed files with 247 additions and 67 deletions

View File

@@ -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 {