aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-61-90.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-31 21:24:11 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-31 21:24:11 +0100
commit79b7eb6b0f63bca4ed1a4e2cc9c367bbdd0c3ed1 (patch)
treedc9cd36071ebad323aaf93dd92813c40da2eb72c /stats/pwc-summary-61-90.json
parent23e117bffd0eda3524c1b0dc16f1eaa854ad3bbf (diff)
downloadperlweeklychallenge-club-79b7eb6b0f63bca4ed1a4e2cc9c367bbdd0c3ed1.tar.gz
perlweeklychallenge-club-79b7eb6b0f63bca4ed1a4e2cc9c367bbdd0c3ed1.tar.bz2
perlweeklychallenge-club-79b7eb6b0f63bca4ed1a4e2cc9c367bbdd0c3ed1.zip
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
-rw-r--r--stats/pwc-summary-61-90.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json
index c1eb8adc0c..9fc20b8c33 100644
--- a/stats/pwc-summary-61-90.json
+++ b/stats/pwc-summary-61-90.json
@@ -1,16 +1,12 @@
{
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"series" : [
{
+ "name" : "Perl",
"data" : [
300,
324,
@@ -42,10 +38,10 @@
1,
0,
198
- ],
- "name" : "Perl"
+ ]
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -77,8 +73,7 @@
0,
3,
10
- ],
- "name" : "Raku"
+ ]
},
{
"name" : "Blog",
@@ -116,6 +111,25 @@
]
}
],
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2022-05-31 20:22:31 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"xAxis" : {
"categories" : [
"Duncan C. White",
@@ -149,19 +163,5 @@
"James Raspass",
"James Smith"
]
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2022-05-31 20:13:31 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
}
}