diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-02 09:38:24 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-02 09:38:24 +0000 |
| commit | 1594215dac459eef085ceadcf8ffe2e7280ffecb (patch) | |
| tree | 8e7b8c80e9f960c46e767ee47ca803caf049f653 /stats/pwc-language-breakdown-summary.json | |
| parent | 9e9c2dc93aaa287972655961977993eba27238d0 (diff) | |
| download | perlweeklychallenge-club-1594215dac459eef085ceadcf8ffe2e7280ffecb.tar.gz perlweeklychallenge-club-1594215dac459eef085ceadcf8ffe2e7280ffecb.tar.bz2 perlweeklychallenge-club-1594215dac459eef085ceadcf8ffe2e7280ffecb.zip | |
- Added solutions by Marton Polgar.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 9eb4663cb9..a8003cfb59 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,45 +1,6 @@ { - "subtitle" : { - "text" : "Last updated at 2022-02-02 09:24:24 GMT" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "enabled" : "true", - "y" : 10, - "rotation" : -90, - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", @@ -51,13 +12,52 @@ ], [ "Raku", - 4333 + 4335 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "enabled" : "true", + "align" : "right", + "color" : "#FFFFFF", + "y" : 10 + } } ], + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2022-02-02 09:33:40 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "legend" : { + "enabled" : "false" } } |
