Skip to content

Commit

Permalink
Disabled DataLabels from 🌏 for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddy08 committed Jan 24, 2023
1 parent bd3bd8a commit 30d856c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export class MapComponent {
},
},
dataLabels: {
enabled: true,
enabled: false,
format: '{point.name}',
},

Expand Down

1 comment on commit 30d856c

@vercel
Copy link

@vercel vercel bot commented on 30d856c Jan 24, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

mfe-map – ./

mfe-map-eddy08.vercel.app
mfe-map-git-main-eddy08.vercel.app
mfe-map.vercel.app

Please sign in to comment.