diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-23 21:37:25 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-23 21:37:25 +0000 |
| commit | 09b61f98046d4a5c92ebc4ef97ec9974c341face (patch) | |
| tree | 6d0aa8ccc6092157eab201d388868e249c257f3e /stats/pwc-language-breakdown-summary.json | |
| parent | f2d37bae3f91dcc174ee033cf5e880db4e09be8b (diff) | |
| download | perlweeklychallenge-club-09b61f98046d4a5c92ebc4ef97ec9974c341face.tar.gz perlweeklychallenge-club-09b61f98046d4a5c92ebc4ef97ec9974c341face.tar.bz2 perlweeklychallenge-club-09b61f98046d4a5c92ebc4ef97ec9974c341face.zip | |
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ca1ba10e08..d0dce9294e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,21 @@ { - "legend" : { - "enabled" : "false" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true" - }, "data" : [ [ "Blog", @@ -23,41 +23,41 @@ ], [ "Perl", - 4731 + 4734 ], [ "Raku", 3054 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90 + } } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "subtitle" : { - "text" : "Last updated at 2021-02-23 21:29:44 GMT" + "text" : "Last updated at 2021-02-23 21:34:35 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "legend" : { + "enabled" : "false" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } } } |
