From ed2b617e77fe3ca94daba6f9680391ddf7a6fa80 Mon Sep 17 00:00:00 2001 From: jingbowen <970029315@qq.com> Date: Sat, 4 Mar 2023 08:00:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E5=8C=BA=E5=9F=9F=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E6=94=B9=E4=B8=BA=E5=9B=BA=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/statistic-analysis/home/home.component.ts | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/app/home/statistic-analysis/home/home.component.ts b/src/app/home/statistic-analysis/home/home.component.ts index b1d9561..eb5c939 100644 --- a/src/app/home/statistic-analysis/home/home.component.ts +++ b/src/app/home/statistic-analysis/home/home.component.ts @@ -869,17 +869,7 @@ export class HomeComponent implements OnInit { {h:'268',s:0.79,l:0.71}, {h:'287',s:0.79,l:0.54}, ]; - // let colors = [ - // '#EE30B3', - // '#B37CF0', - // '#BD2CE6', - // '#7768EE', - // '#359EEF', - // '#7B95CA', - // '#CAFBF8', - // '#43D0E1', - // '#72C6EF', - // ]; + var upd = sel.selectAll('path.geojson').data(countries); upd .enter()