Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
fix(legacy-plugin-world-map): set useLegacyApi to true by default (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro authored May 6, 2020
1 parent 86847d1 commit 3b9c478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/legacy-plugin-chart-world-map/src/index.js
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

1 comment on commit 3b9c478

@vercel
Copy link

@vercel vercel bot commented on 3b9c478 May 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.