From 3b9c478e2190e90979f9b9982ca7a0dfa0c5a2ba Mon Sep 17 00:00:00 2001 From: Ville Brofeldt <33317356+villebro@users.noreply.github.com> Date: Wed, 6 May 2020 10:46:58 +0300 Subject: [PATCH] fix(legacy-plugin-world-map): set useLegacyApi to true by default (#444) --- plugins/legacy-plugin-chart-world-map/src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/legacy-plugin-chart-world-map/src/index.js b/plugins/legacy-plugin-chart-world-map/src/index.js index f597d31667..c9a13fa874 100644 --- a/plugins/legacy-plugin-chart-world-map/src/index.js +++ b/plugins/legacy-plugin-chart-world-map/src/index.js @@ -26,6 +26,7 @@ const metadata = new ChartMetadata({ description: '', name: t('World Map'), thumbnail, + useLegacyApi: true, }); export default class WorldMapChartPlugin extends ChartPlugin {