Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
publishing something
Browse files Browse the repository at this point in the history
  • Loading branch information
Slender4fun committed May 13, 2023
1 parent c7299e0 commit 22d8246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion map/app.R
Expand Up @@ -132,7 +132,7 @@ server <- function(input, output, session) {
"<tr><td>", top_5_names[1, rownum], ":</td><td>", paste0(format(top_5_values[1, rownum] / count * 100, digits = 2), "%"), "</td></tr>",
"</table>"
),
radius = ~log(count),
radius = ~log(count^2),
weight = 2
) %>%
setView(lng = 7.5, lat = 46.82, zoom = 8.5)
Expand Down

0 comments on commit 22d8246

Please sign in to comment.