Skip to content

Commit

Permalink
fix(legacy-plugin-world-map): set useLegacyApi to true by default (ap…
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored and zhaoyongjie committed Nov 25, 2021
1 parent 795d86d commit c0205c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const metadata = new ChartMetadata({
description: '',
name: t('World Map'),
thumbnail,
useLegacyApi: true,
});

export default class WorldMapChartPlugin extends ChartPlugin {
Expand Down

0 comments on commit c0205c7

Please sign in to comment.