mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-05 03:54:22 +00:00
Merge branch 'private-http-ha' into alerting-rules
This commit is contained in:
@@ -218,7 +218,7 @@ function drawInteractiveCountries(
|
||||
});
|
||||
hoverPath
|
||||
.datum(country)
|
||||
.attr("d", path(country) as string)
|
||||
.attr("d", path(country as any) as string)
|
||||
.style("display", null);
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user