diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-14 10:17:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-14 10:17:09 +0100 |
| commit | 3077ec98b156d8ca59216bc950354d3ca43716c2 (patch) | |
| tree | 88087b1d8c3407ba087a11d890aa1a2969212d7c /stats/pwc-language-breakdown-summary.json | |
| parent | dd3a7c5ba37a164093d730ec3d1224a0772f8e1f (diff) | |
| download | perlweeklychallenge-club-3077ec98b156d8ca59216bc950354d3ca43716c2.tar.gz perlweeklychallenge-club-3077ec98b156d8ca59216bc950354d3ca43716c2.tar.bz2 perlweeklychallenge-club-3077ec98b156d8ca59216bc950354d3ca43716c2.zip | |
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index cf19bcba24..f12a642ede 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,31 @@ { - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "subtitle" : { - "text" : "Last updated at 2020-09-14 08:44:17 GMT" - }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "align" : "right", + "y" : 10, + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "rotation" : -90 + }, "data" : [ [ "Blog", @@ -33,31 +37,27 @@ ], [ "Raku", - 2126 + 2128 ] - ], - "dataLabels" : { - "color" : "#FFFFFF", - "y" : 10, - "format" : "{point.y:.0f}", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "rotation" : -90 - }, - "name" : "Contributions" + ] } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2020-09-14 09:15:26 GMT" } } |
