Skip to content

Commit c4e31c0

Browse files
authored
Merge pull request #25 from weaponsforge/dev
v1.0.6
2 parents d073db1 + 52dd778 commit c4e31c0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

data/countries.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
const countryList = [
2+
'Afghanistan',
3+
'Armenia',
4+
'Azerbaijan',
5+
'Georgia',
6+
'Kazakhstan',
7+
'Kyrgyzstan',
28
'Pakistan',
3-
'Philippines',
4-
'Vietnam',
5-
'Mexico',
6-
'Kenya',
7-
'Suriname',
8-
'Haiti',
9-
'Micronesia',
10-
'San Marino',
11-
'Slovenia'
9+
'Tajikistan',
10+
'Turkmenistan',
11+
'Uzbekistan'
1212
]
1313

1414
export default countryList

data/donut_data.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
const donutChartData = {
2-
labels: ['Vaporize', 'Melt', 'Freeze', 'Burning', 'Bloom', 'Hyper Bloom'],
2+
labels: ['Energy', 'Agriculture', 'Industrial processes', 'Waste', 'Land Use and Forestry'],
33
datasets: [
44
{
55
label: 'Crit Rate %',
6-
data: [12, 19, 3, 5, 2, 3],
6+
data: [6.88, 1.83, 0.74, 0.51, 0.04],
77
backgroundColor: [
88
'rgba(54, 162, 235, 0.2)',
99
'rgba(255, 99, 132, 0.2)',
1010
'rgba(255, 206, 86, 0.2)',
1111
'rgba(75, 192, 192, 0.2)',
1212
'rgba(153, 102, 255, 0.2)',
13-
'rgba(255, 159, 64, 0.2)',
13+
// 'rgba(255, 159, 64, 0.2)',
1414
],
1515
borderColor: [
1616
'rgba(54, 162, 235, 1)',
1717
'rgba(255, 99, 132, 1)',
1818
'rgba(255, 206, 86, 1)',
1919
'rgba(75, 192, 192, 1)',
2020
'rgba(153, 102, 255, 1)',
21-
'rgba(255, 159, 64, 1)',
21+
// 'rgba(255, 159, 64, 1)',
2222
],
2323
borderWidth: 1,
2424
},

0 commit comments

Comments
 (0)