-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.Rmd
28 lines (20 loc) · 910 Bytes
/
readme.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
output:
md_document:
variant: markdown_github
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# Bubble Chart
Bubble is a small repository implementing a bubble chart made with D3.js. The data are manipulated using R and then converted into .json format.
The chart represents the imports and average tariffs of the different WTO members for the year 2013-2014 (depending on data availability). Trade statistics used to build the dataset can be found in the databases of the WTO, ITC or UNCTAD. More information on the WTO web site: [Statistics](https://www.wto.org/statistics).
In order to start playing with data charts:
1. Clone the repository,
2. Locate file index.html,
3. Open it with your favorite web browser (Preferably Chrome or Firefox),
or simply click here: [Bubble Chart](https://marcgumowski.github.io/Bubble/).