diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-24 05:58:50 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-24 05:58:50 +0100 |
| commit | 7bcc4a63695846396ff27f0d658167243e959fc4 (patch) | |
| tree | 6874b7cc437c0679518d3172b2126d9a17034ecf /stats/pwc-language-breakdown-summary.json | |
| parent | beae736ae805903e74469d4e7864c34486c6d714 (diff) | |
| download | perlweeklychallenge-club-7bcc4a63695846396ff27f0d658167243e959fc4.tar.gz perlweeklychallenge-club-7bcc4a63695846396ff27f0d658167243e959fc4.tar.bz2 perlweeklychallenge-club-7bcc4a63695846396ff27f0d658167243e959fc4.zip | |
- Added solutions by 3ter.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b3e034f34b..b8ba751c90 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,18 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "legend" : { + "enabled" : "false" }, "series" : [ { - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "enabled" : "true", - "align" : "right", - "color" : "#FFFFFF", - "y" : 10, - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", @@ -29,33 +20,42 @@ ], [ "Perl", - 2726 + 2728 ], [ "Raku", 1730 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "align" : "right", + "rotation" : -90, + "enabled" : "true" + } } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2020-06-24 04:58:26 GMT" }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2020-06-23 18:38:09 GMT" - }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" |
