aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-1-30.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-22 19:48:51 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-22 19:48:51 +0000
commitbe2e76103a172b4eea118e953fd23660d50c342c (patch)
tree6b44704bc9f52c70d21b66f8d68164253d2fc1d7 /stats/pwc-summary-1-30.json
parented547f751a9b112dc9602a39f119422be0ad9e0b (diff)
downloadperlweeklychallenge-club-be2e76103a172b4eea118e953fd23660d50c342c.tar.gz
perlweeklychallenge-club-be2e76103a172b4eea118e953fd23660d50c342c.tar.bz2
perlweeklychallenge-club-be2e76103a172b4eea118e953fd23660d50c342c.zip
- Added solution by Yet Ebreo.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
-rw-r--r--stats/pwc-summary-1-30.json38
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json
index 1c5f37df1b..f230d0e087 100644
--- a/stats/pwc-summary-1-30.json
+++ b/stats/pwc-summary-1-30.json
@@ -1,12 +1,25 @@
{
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2020-03-22 19:47:39 GMT"
+ },
"xAxis" : {
"categories" : [
"Aaron Rowe",
@@ -113,6 +126,7 @@
]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -144,24 +158,10 @@
0,
0,
0
- ],
- "name" : "Blog"
+ ]
}
],
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2020-03-22 19:40:37 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "chart" : {
+ "type" : "column"
}
}