Skip to content

Commit

Permalink
Revert to leaflet 1.1.0
Browse files Browse the repository at this point in the history
See rstudio/leaflet#539

This reverts commit 70e44f7.
  • Loading branch information
davidbody committed Apr 30, 2018
1 parent a97b5f7 commit 4635a19
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
6 changes: 2 additions & 4 deletions grassley-townhalls.R
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,10 @@ townhall_count_map <- census_df %>%
addLabelOnlyMarkers(lng = ~ lon, lat = ~ lat,
label = ~ as.character(meetings),
labelOptions = labelOptions(noHide = T,
direction = 'center',
direction = 'top',
textOnly = T,
style = list(
"font-size" = "20px",
"font-weight" = "bold"
"font-size" = "20px"
)))

# County population bar chart
Expand Down Expand Up @@ -325,4 +324,3 @@ townhalls_by_year_plot <- townhalls_by_year %>%
labs(title = "Total Grassley public town hall meetings by year 2011-2017",
x = "Year",
y = "Town halls")

29 changes: 15 additions & 14 deletions index.html

Large diffs are not rendered by default.

0 comments on commit 4635a19

Please sign in to comment.