diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-25 22:01:28 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-25 22:01:28 +0000 |
| commit | 16008c950a7c2fac4cc659003f43cecea043ffa4 (patch) | |
| tree | 526d4f78991e710bf79e681b1483cfe19f6ee7ca /stats/pwc-language-breakdown-summary.json | |
| parent | e5d6cb29354ee3de6f0167f161063009513efde5 (diff) | |
| download | perlweeklychallenge-club-16008c950a7c2fac4cc659003f43cecea043ffa4.tar.gz perlweeklychallenge-club-16008c950a7c2fac4cc659003f43cecea043ffa4.tar.bz2 perlweeklychallenge-club-16008c950a7c2fac4cc659003f43cecea043ffa4.zip | |
- Added solution by Cristina Heredia.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 178980a620..593da886b5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,6 @@ { - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { @@ -11,53 +11,53 @@ ], [ "Perl", - 3920 + 3921 ], [ "Raku", 2542 ] ], - "name" : "Contributions", "dataLabels" : { - "rotation" : -90, + "y" : 10, "enabled" : "true", "align" : "right", "format" : "{point.y:.0f}", - "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF" - } + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "name" : "Contributions" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "subtitle" : { - "text" : "Last updated at 2020-11-25 21:54:05 GMT" + "text" : "Last updated at 2020-11-25 22:01:08 GMT" }, "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" } } |
