diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-20 09:45:17 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-20 09:45:17 +0000 |
| commit | c1d348be077bc146e2f814cf3f6cc90fd0540154 (patch) | |
| tree | 8aca3e72e5f10b460cac795af813c34bf616d6dc /stats/pwc-summary.json | |
| parent | f59e23cac8cf6b4474716139dca24378a9df76bc (diff) | |
| download | perlweeklychallenge-club-c1d348be077bc146e2f814cf3f6cc90fd0540154.tar.gz perlweeklychallenge-club-c1d348be077bc146e2f814cf3f6cc90fd0540154.tar.bz2 perlweeklychallenge-club-c1d348be077bc146e2f814cf3f6cc90fd0540154.zip | |
- Added solution by Robert Ransbottom.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c090b041aa..33acd8bb15 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,14 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "xAxis" : { "categories" : [ "3ter", @@ -253,17 +263,6 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 250] Last updated at 2022-02-19 11:20:10 GMT" - }, "series" : [ { "name" : "Perl", @@ -724,7 +723,7 @@ 0, 1, 3, - 1, + 2, 0, 125, 57, @@ -776,7 +775,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1028,20 +1026,22 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 250] Last updated at 2022-02-20 09:41:11 GMT" }, "chart" : { "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
