aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-30 00:36:30 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-06-30 00:36:30 +0100
commit54b35a71cbde611e30169897bd5de481f7d2fbd5 (patch)
treeac89217430b6ba0b490930d8d70b57172b982962 /stats/pwc-summary.json
parent33d0594c5bc20422226e3dd586791d8770d93304 (diff)
downloadperlweeklychallenge-club-54b35a71cbde611e30169897bd5de481f7d2fbd5.tar.gz
perlweeklychallenge-club-54b35a71cbde611e30169897bd5de481f7d2fbd5.tar.bz2
perlweeklychallenge-club-54b35a71cbde611e30169897bd5de481f7d2fbd5.zip
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 3e119a7490..6332b0fb82 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,24 +1,6 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 170] Last updated at 2020-06-29 20:32:45 GMT"
- },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -190,9 +172,11 @@
2,
37,
11
- ]
+ ],
+ "name" : "Perl"
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -286,7 +270,7 @@
2,
1,
0,
- 22,
+ 23,
16,
32,
3,
@@ -364,8 +348,7 @@
2,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
"data" : [
@@ -543,6 +526,30 @@
"name" : "Blog"
}
],
+ "subtitle" : {
+ "text" : "[Champions: 170] Last updated at 2020-06-29 23:36:04 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -716,12 +723,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
}
}