aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-91-120.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-25 19:43:28 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-25 19:43:28 +0100
commitb924cd8b9173998274e1c1228f9456cd1b90b5b4 (patch)
treebbde8aa44986c3f17e55038d546acb97b9b6b4a9 /stats/pwc-summary-91-120.json
parent2adf77af049b3c8fb01c820063088ce142a4e43d (diff)
downloadperlweeklychallenge-club-b924cd8b9173998274e1c1228f9456cd1b90b5b4.tar.gz
perlweeklychallenge-club-b924cd8b9173998274e1c1228f9456cd1b90b5b4.tar.bz2
perlweeklychallenge-club-b924cd8b9173998274e1c1228f9456cd1b90b5b4.zip
- Added solutions by Lars Thegler.
Diffstat (limited to 'stats/pwc-summary-91-120.json')
-rw-r--r--stats/pwc-summary-91-120.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json
index 7bfc4d55f8..d5b369ed1c 100644
--- a/stats/pwc-summary-91-120.json
+++ b/stats/pwc-summary-91-120.json
@@ -1,4 +1,22 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
"xAxis" : {
"categories" : [
"Oleksii Tsvietnov",
@@ -33,14 +51,14 @@
"Tim Smith"
]
},
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2019-10-25 18:42:46 GMT"
},
"series" : [
{
- "name" : "Perl 5",
"data" : [
2,
0,
@@ -72,7 +90,8 @@
2,
1,
0
- ]
+ ],
+ "name" : "Perl 5"
},
{
"data" : [
@@ -144,24 +163,5 @@
0
]
}
- ],
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2019-10-24 23:57:31 GMT"
- }
+ ]
}