Skip to content

Commit

Permalink
change chart width example closes #155
Browse files Browse the repository at this point in the history
  • Loading branch information
symbolixau committed Apr 29, 2018
1 parent 8e089ff commit 704c017
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/charts.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
#' departures = sample(1:100, size = nrow(tram_stops) * 2, replace = T))
#'
#' chartList <- list(data = markerCharts,
#' type = 'area')
#' type = 'area',
#' options = list(width = 400, chartArea = list(width = "50%")))
#'
#' google_map() %>%
#' add_markers(data = tram_stops, info_window = chartList, id = "stop_id")
Expand Down
3 changes: 2 additions & 1 deletion man/google_charts.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 704c017

Please sign in to comment.