aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-15 16:21:38 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-15 16:21:38 +0100
commit5079c9ed366d4c0705b259410477880f62fbcef3 (patch)
tree0ddc54e710b1e784b36ea20d6c645df32ce4b886 /stats/pwc-summary.json
parentb2d84dbf950a4c63ae993965ea6ab36cdd6fa116 (diff)
downloadperlweeklychallenge-club-5079c9ed366d4c0705b259410477880f62fbcef3.tar.gz
perlweeklychallenge-club-5079c9ed366d4c0705b259410477880f62fbcef3.tar.bz2
perlweeklychallenge-club-5079c9ed366d4c0705b259410477880f62fbcef3.zip
- Added solution by Wanderdoc.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 53a3e76b56..1f22827980 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,11 +1,7 @@
{
- "subtitle" : {
- "text" : "[Champions: 235] Last updated at 2021-08-15 15:14:46 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
"xAxis" : {
"categories" : [
@@ -246,6 +242,26 @@
"Yozen Hernandez"
]
},
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 235] Last updated at 2021-08-15 15:21:10 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"series" : [
{
"name" : "Perl",
@@ -479,7 +495,7 @@
2,
35,
33,
- 81,
+ 82,
1,
3,
3,
@@ -967,21 +983,5 @@
],
"name" : "Blog"
}
- ],
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2021]"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- }
+ ]
}