Skip to content

Commit

Permalink
Updated the Map Title 📧
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddy08 committed Jan 10, 2023
1 parent cf90163 commit f9bb2f9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/app/map/map.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Highcharts.setOptions({
})
export class MapComponent {
// Add HCView to ngAfteViewInit
chartConstructor="mapChart";
chartConstructor = 'mapChart';
mapData = [
{
name: 'United States of America',
Expand Down Expand Up @@ -1014,7 +1014,7 @@ export class MapComponent {
},

title: {
text: 'Airport density per country',
text: 'World Wide Login',
floating: true,
align: 'left',
style: {
Expand All @@ -1024,7 +1024,7 @@ export class MapComponent {

subtitle: {
text:
'Source: <a href="http://www.citypopulation.de/en/world/bymap/airports/">citypopulation.de</a><br>' +
'Source: <a href="https://mfe-login-app.vercel.app/">Login Application</a><br>' +
'Click and drag to rotate globe<br>',
floating: true,
y: 34,
Expand Down Expand Up @@ -1172,8 +1172,7 @@ export class MapComponent {
],
};
*/
/*
/*
// Third Chart
*/

}

1 comment on commit f9bb2f9

@vercel
Copy link

@vercel vercel bot commented on f9bb2f9 Jan 10, 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-git-main-eddy08.vercel.app
mfe-map-eddy08.vercel.app
mfe-map.vercel.app

Please sign in to comment.