diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-12 09:30:20 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-12 09:30:20 +0100 |
| commit | 56dff1e5a018f8d2ca229494d30d56294c677a40 (patch) | |
| tree | 4ebc75bbdb6caed6b07037b245a641565d7cc1d6 /stats/pwc-language-breakdown-summary.json | |
| parent | 1002781982cf4d8ec8d613cf249e2534ed9ad235 (diff) | |
| download | perlweeklychallenge-club-56dff1e5a018f8d2ca229494d30d56294c677a40.tar.gz perlweeklychallenge-club-56dff1e5a018f8d2ca229494d30d56294c677a40.tar.bz2 perlweeklychallenge-club-56dff1e5a018f8d2ca229494d30d56294c677a40.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b441cab59f..0e2ba9dc53 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,28 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2021-05-11 10:28:20 GMT" - }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true" + }, "data" : [ [ "Blog", @@ -17,47 +30,34 @@ ], [ "Perl", - 5279 + 5281 ], [ "Raku", 3354 ] - ], - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, - "y" : 10, - "align" : "right" - }, - "name" : "Contributions" + ] } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "chart" : { "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2021-05-12 08:29:57 GMT" + }, + "legend" : { + "enabled" : "false" } } |
