diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-07 18:26:08 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-01-07 18:26:08 +0000 |
| commit | ff7c27abf24d3ad05b63a0e05306b565bfccfe7f (patch) | |
| tree | a8d785626ca3ae69889347318b2a54362ada95d0 /stats/pwc-summary-31-60.json | |
| parent | 3d5ebd43f8d969586b39553a116f183f687637c0 (diff) | |
| download | perlweeklychallenge-club-ff7c27abf24d3ad05b63a0e05306b565bfccfe7f.tar.gz perlweeklychallenge-club-ff7c27abf24d3ad05b63a0e05306b565bfccfe7f.tar.bz2 perlweeklychallenge-club-ff7c27abf24d3ad05b63a0e05306b565bfccfe7f.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index c0b8ccbed3..ceff59a35c 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,4 +1,10 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { "name" : "Perl", @@ -9,7 +15,7 @@ 0, 52, 71, - 75, + 77, 2, 6, 21, @@ -36,6 +42,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -67,11 +74,9 @@ 1, 17, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -103,9 +108,22 @@ 1, 7, 0 - ] + ], + "name" : "Blog" } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "David Kayal", @@ -141,27 +159,9 @@ ] }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-01-07 17:15:08 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "text" : "[Champions: 30] Last updated at 2020-01-07 18:25:48 GMT" }, "chart" : { "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 } } |
