Skip to content

Commit

Permalink
changed symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
c1au6i0 committed Mar 16, 2020
1 parent 1f41a17 commit 2410b96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions other_f.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ mapbox <- function(dat = dat, variab, hover, c_lon = -72, c_lat = 40, c_zoom =
lat = ~latitude,
lon = ~longitude,
mode = "markers",
color = I("grey50"),
# color = I("grey50"),
marker = list(symbol ='circle-stroked', size=5, color='black'),
type = 'scattermapbox',
hovertext = ~dat[,hover])
} else {
Expand All @@ -60,15 +61,16 @@ mapbox <- function(dat = dat, variab, hover, c_lon = -72, c_lat = 40, c_zoom =
lat = ~latitude,
lon = ~longitude,
mode = "markers",
color = dat[,variab],
color= dat[,variab],
marker = list(size=5),
type = 'scattermapbox',
hovertext = ~dat[,hover])
}

fig <- fig %>%
layout(
mapbox = list(
style = 'open-street-map',
# style = 'open-street-map',
zoom = c_zoom,
center = list(lon = c_lon, lat = c_lat)))

Expand Down
4 changes: 2 additions & 2 deletions rsconnect/shinyapps.io/rden/howard.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ account: rden
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 1904651
bundleId: 2876407
bundleId: 2876453
url: https://rden.shinyapps.io/howard/
when: 1584052428.24907
when: 1584054033.78065

0 comments on commit 2410b96

Please sign in to comment.