igroffman commited on
Commit
307e07c
·
verified ·
1 Parent(s): 05b13bc

Update app.R

Browse files
Files changed (1) hide show
  1. app.R +3 -3
app.R CHANGED
@@ -1841,15 +1841,15 @@ draw_info_row_colored_team(
1841
  # ============================================================
1842
  # CHARTS (kept same formatting; nudged slightly down)
1843
  # ============================================================
1844
- pushViewport(viewport(x = 0.23, y = 0.659, width = 0.42, height = 0.30))
1845
  print(loc_plot, newpage = FALSE)
1846
  popViewport()
1847
 
1848
- pushViewport(viewport(x = 0.22, y = 0.345, width = 0.41, height = 0.29))
1849
  print(mov_plot, newpage = FALSE)
1850
  popViewport()
1851
 
1852
- pushViewport(viewport(x = 0.23, y = 0.12, width = 0.42, height = 0.26))
1853
  print(rel_plot, newpage = FALSE)
1854
  popViewport()
1855
 
 
1841
  # ============================================================
1842
  # CHARTS (kept same formatting; nudged slightly down)
1843
  # ============================================================
1844
+ pushViewport(viewport(x = 0.23, y = 0.662, width = 0.42, height = 0.30))
1845
  print(loc_plot, newpage = FALSE)
1846
  popViewport()
1847
 
1848
+ pushViewport(viewport(x = 0.22, y = 0.355, width = 0.41, height = 0.29))
1849
  print(mov_plot, newpage = FALSE)
1850
  popViewport()
1851
 
1852
+ pushViewport(viewport(x = 0.23, y = 0.14, width = 0.42, height = 0.26))
1853
  print(rel_plot, newpage = FALSE)
1854
  popViewport()
1855