diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-03-21 17:59:15 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-03-21 17:59:15 +0000 |
| commit | 8e95e94de527f8344f979dbb45b935139b1ddeb7 (patch) | |
| tree | 02f051923040a88ab2524f1cb0bccc84b9e32818 /stats/pwc-summary-181-210.json | |
| parent | 8324f1a32086d3c296f2cc1aa2e2d36456213810 (diff) | |
| download | perlweeklychallenge-club-8e95e94de527f8344f979dbb45b935139b1ddeb7.tar.gz perlweeklychallenge-club-8e95e94de527f8344f979dbb45b935139b1ddeb7.tar.bz2 perlweeklychallenge-club-8e95e94de527f8344f979dbb45b935139b1ddeb7.zip | |
- Added solutions by Arne Sommer.
- Added solutions by Athanasius.
- Added solutions by PokGoPun.
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 8c3bfa409d..d78c82a423 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -2,6 +2,10 @@ "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "Maxim Kolodyazhny", @@ -42,9 +46,16 @@ "text" : "" } }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, "series" : [ { - "name" : "Perl", "data" : [ 13, 12, @@ -76,9 +87,11 @@ 70, 18, 458 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 1, 0, @@ -110,8 +123,7 @@ 70, 0, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -149,19 +161,7 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-03-20 20:00:19 GMT" + "text" : "[Champions: 30] Last updated at 2024-03-21 17:49:22 GMT" } } |
