aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-06 18:44:38 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-06 18:44:38 +0000
commitb07604b3dd4ce1f6f7823814c3edbc2d72e03aac (patch)
treecda5da4a2f8d7e74157e0d9bb2767a0d4ee9e929 /stats/pwc-summary.json
parent19d0285d523f68bd8bf308e072d5d44ddc8ce02f (diff)
downloadperlweeklychallenge-club-b07604b3dd4ce1f6f7823814c3edbc2d72e03aac.tar.gz
perlweeklychallenge-club-b07604b3dd4ce1f6f7823814c3edbc2d72e03aac.tar.bz2
perlweeklychallenge-club-b07604b3dd4ce1f6f7823814c3edbc2d72e03aac.zip
- Added solution by Andrew Shitov.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 2367ea98ae..0fadf3c5da 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,4 +1,13 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2021]"
+ },
"series" : [
{
"name" : "Perl",
@@ -267,7 +276,7 @@
0,
7,
11,
- 35,
+ 36,
0,
0,
1,
@@ -751,27 +760,6 @@
"name" : "Blog"
}
],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 245] Last updated at 2021-12-06 03:05:43 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -1021,7 +1009,19 @@
"Yozen Hernandez"
]
},
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2021]"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 245] Last updated at 2021-12-06 18:42:38 GMT"
}
}