aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-13 00:26:13 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-13 00:26:13 +0100
commit0e4a6d30ada4b3831d4ce45dbaeefb8a1cc02fb5 (patch)
tree7539ad040197cb2553fc7d05813c764d685d7eb3 /stats/pwc-summary.json
parent19dc1a9ffa429120ab4c0db2318b5885c8e5fb1a (diff)
downloadperlweeklychallenge-club-0e4a6d30ada4b3831d4ce45dbaeefb8a1cc02fb5.tar.gz
perlweeklychallenge-club-0e4a6d30ada4b3831d4ce45dbaeefb8a1cc02fb5.tar.bz2
perlweeklychallenge-club-0e4a6d30ada4b3831d4ce45dbaeefb8a1cc02fb5.zip
- Added solution by Philippe Bricout.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index aaf73070fd..33eefc391d 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,30 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 262] Last updated at 2022-07-12 23:24:17 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -195,7 +218,7 @@
10,
4,
1,
- 4,
+ 5,
2,
4,
1,
@@ -265,10 +288,10 @@
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -532,10 +555,10 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -799,7 +822,8 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
"xAxis" : {
@@ -1067,29 +1091,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "subtitle" : {
- "text" : "[Champions: 262] Last updated at 2022-07-12 23:15:56 GMT"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "chart" : {
- "type" : "column"
}
}