Skip to content

Commit

Permalink
Commenting out interactive plots
Browse files Browse the repository at this point in the history
  • Loading branch information
sophialecuona committed Jul 2, 2024
1 parent 646b443 commit 544d924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions globalprep/le/v2024/economies_dataprep.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ prelim_plot <- plot_ly(data = gdp_prop_clean, x = ~year, y = ~gdp_prop_percent,
prelim_plot
htmlwidgets::saveWidget(prelim_plot, file = "gdp_prelim_plot_all_years.html")
# htmlwidgets::saveWidget(prelim_plot, file = "gdp_prelim_plot_all_years.html")
```

Really interesting to see how the proportions drop in 202 -- intuition check: makes sense because of Covid.... especially interesting to note how extremely Macau was impacted!
Expand Down Expand Up @@ -255,7 +255,7 @@ top_diff_gdp_plot <- plot_ly(data = gdp_filled_diff, x = ~year, y = ~appx_gdp_fi
top_diff_gdp_plot
htmlwidgets::saveWidget(top_diff_gdp_plot, file = "tour_gdp_top_diff_gf_plot.html")
# htmlwidgets::saveWidget(top_diff_gdp_plot, file = "tour_gdp_top_diff_gf_plot.html")
```


Expand Down

0 comments on commit 544d924

Please sign in to comment.