diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-30 14:05:18 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-30 14:05:18 +0100 |
| commit | 74741a25434045ba04e87a1049476e7a14c62ae6 (patch) | |
| tree | 156a008169e2c169bc518394c66bbc9ebe587f49 /client/chart/countriesByYear.chart.js | |
| parent | 164b92454f2814e73dee9f673c1de07b715bc424 (diff) | |
pie chart sizing
Diffstat (limited to 'client/chart/countriesByYear.chart.js')
| -rw-r--r-- | client/chart/countriesByYear.chart.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/chart/countriesByYear.chart.js b/client/chart/countriesByYear.chart.js index c846fd0f..4257748c 100644 --- a/client/chart/countriesByYear.chart.js +++ b/client/chart/countriesByYear.chart.js @@ -32,7 +32,6 @@ class CountriesByYearChart extends Component { years[year][country] += 1 } else { years[year][country] = 1 - countries[country] = true } }) }) |
