diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-17 17:21:18 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-17 17:21:18 +0100 |
| commit | c41d315cb4b91cd5a4bca875cb848c2a0a211501 (patch) | |
| tree | 37ee719eadf4cd017b7157cedb0fd05c9076a870 /stats/pwc-language-breakdown-summary.json | |
| parent | 42cec2beb33d0ca9179dab7660f57ca46b170797 (diff) | |
| download | perlweeklychallenge-club-c41d315cb4b91cd5a4bca875cb848c2a0a211501.tar.gz perlweeklychallenge-club-c41d315cb4b91cd5a4bca875cb848c2a0a211501.tar.bz2 perlweeklychallenge-club-c41d315cb4b91cd5a4bca875cb848c2a0a211501.zip | |
- Tidied up solutions to week 5 by Lakpa Tashi Bhutia.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 95e691745a..dc1da4d491 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,7 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2021-04-17 16:00:44 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "series" : [ { "data" : [ @@ -45,19 +18,46 @@ 3238 ] ], + "name" : "Contributions", "dataLabels" : { - "align" : "right", - "rotation" : -90, - "format" : "{point.y:.0f}", - "y" : 10, "enabled" : "true", + "format" : "{point.y:.0f}", + "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "rotation" : -90, + "y" : 10, "color" : "#FFFFFF" - }, - "name" : "Contributions" + } + } + ], + "subtitle" : { + "text" : "Last updated at 2021-04-17 16:20:05 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } } - ] + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + } } |
