diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-13 01:25:11 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-13 01:25:11 +0100 |
| commit | 91125fa53b62751ff2d9445065a0b7e2a715eb40 (patch) | |
| tree | e6b21cfcac0aa25013c149b30eb2e68d7f9f0ecf /stats/pwc-language-breakdown-summary.json | |
| parent | 04abbd28475c2793f63e3d350b5cc298b468af7d (diff) | |
| download | perlweeklychallenge-club-91125fa53b62751ff2d9445065a0b7e2a715eb40.tar.gz perlweeklychallenge-club-91125fa53b62751ff2d9445065a0b7e2a715eb40.tar.bz2 perlweeklychallenge-club-91125fa53b62751ff2d9445065a0b7e2a715eb40.zip | |
- Added solutions by Rick Bychowski.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 9678d0748a..75cb1f7e25 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,12 @@ { - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "subtitle" : { - "text" : "Last updated at 2022-06-13 00:18:05 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" + "text" : "Last updated at 2022-06-13 00:23:33 GMT" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -31,23 +18,33 @@ ], [ "Raku", - 4857 + 4859 ] ], "dataLabels" : { + "rotation" : -90, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, - "color" : "#FFFFFF" - } + "y" : 10 + }, + "name" : "Contributions" } ], + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "xAxis" : { "labels" : { "style" : { @@ -57,7 +54,10 @@ }, "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } |
