aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-12 14:32:50 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-12 14:32:50 +0100
commit72ba70a96cfd587443c3eaa0f5ba02e3557f4b82 (patch)
tree18f5aaf753e2ff353458d31c740bd108a12b4c6c /stats/pwc-summary.json
parente8cd5a80119b074ea1c6cd9e204063dbb95de50b (diff)
downloadperlweeklychallenge-club-72ba70a96cfd587443c3eaa0f5ba02e3557f4b82.tar.gz
perlweeklychallenge-club-72ba70a96cfd587443c3eaa0f5ba02e3557f4b82.tar.bz2
perlweeklychallenge-club-72ba70a96cfd587443c3eaa0f5ba02e3557f4b82.zip
- Added solution by Maxim Kolodyazhny.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 33267a5e49..603f2d70b9 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,4 +1,17 @@
{
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 253] Last updated at 2022-04-12 13:27:35 GMT"
+ },
"series" : [
{
"data" : [
@@ -151,7 +164,7 @@
0,
2,
4,
- 7,
+ 8,
7,
3,
0,
@@ -775,24 +788,17 @@
]
}
],
- "subtitle" : {
- "text" : "[Champions: 253] Last updated at 2022-04-12 11:07:25 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "chart" : {
- "type" : "column"
- },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -1049,11 +1055,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
}
}