diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-29 21:50:41 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-29 21:50:41 +0000 |
| commit | d70f4d0ef91fbc1bdf6b966c812db2de7020f4c0 (patch) | |
| tree | b60acf8a2af6164d4648a91f20e03f0ca50c7482 /stats/pwc-summary.json | |
| parent | be4bcff58a2fd4292277db4fea95c449fd515c63 (diff) | |
| download | perlweeklychallenge-club-d70f4d0ef91fbc1bdf6b966c812db2de7020f4c0.tar.gz perlweeklychallenge-club-d70f4d0ef91fbc1bdf6b966c812db2de7020f4c0.tar.bz2 perlweeklychallenge-club-d70f4d0ef91fbc1bdf6b966c812db2de7020f4c0.zip | |
- Added blog by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 463f8bff00..c586ea22e6 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,22 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2021-12-29 21:48:31 GMT" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -251,9 +263,11 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -500,10 +514,10 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -750,19 +764,9 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "3ter", @@ -1012,16 +1016,12 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-29 19:28:19 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" } } |
