This shiny application is a force bubble charts that shows the new hirings nationality of foreign workers in Luxembourg between 1982 and 2009. This application is composed of an interface file (ui.R) and a server file (server.R).
The www folder regroups all the files that are related to the d3js graph:
-
d3.min.js is the library used.
-
forceBubble.js is the animated d3 graphic.
-
bubble_chart.css is the css file for the style associated to the forceBubble.js file.
-
tooltip_ForceBubble.js is the tooltip associated with the force bubble charts (forceBubble.js).
-
img folder contains the flag pictures.
You can see the shiny application in action here
Enjoy this application and if you have any issues to make it work correctly, you can always watch my tutorial video or contact me.