Skip to content

Commit

Permalink
Updated the Color for the series mapline
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddy08 committed Jan 29, 2023
1 parent 02e2ffb commit 14e792d
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 @@ -298,7 +298,7 @@ export class MapComponent {
name: 'London flight routes',
type: 'mapline',
lineWidth: 2,
color: '#a4edba',
color: '#333333',
borderColor: '#333333',
// color: this.Highcharts.setOptions({color:'green'} as Highcharts.Options),
data: [
Expand Down

1 comment on commit 14e792d

@vercel
Copy link

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

Please sign in to comment.