Skip to content

Commit

Permalink
removed fill color of polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianBeilschmidt committed Mar 15, 2022
1 parent 7d84a65 commit 1ba6d7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export class AnalysisComponent implements OnInit {
},
fillColor: {
type: 'static',
color: [54, 154, 203, 50],
color: [54, 154, 203, 0],
},
}),
isLegendVisible: false,
Expand Down

0 comments on commit 1ba6d7a

Please sign in to comment.