diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-10 07:31:45 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-10 07:31:45 +0100 |
| commit | 4590f6a4f7828fe1a21411b7f7ec5c86f18dced4 (patch) | |
| tree | 5b3760bf17a0386323cc382409d09a81bb077068 /stats/pwc-language-breakdown-summary.json | |
| parent | da464d06d3b75fd682a4014503dc8e7953864829 (diff) | |
| download | perlweeklychallenge-club-4590f6a4f7828fe1a21411b7f7ec5c86f18dced4.tar.gz perlweeklychallenge-club-4590f6a4f7828fe1a21411b7f7ec5c86f18dced4.tar.bz2 perlweeklychallenge-club-4590f6a4f7828fe1a21411b7f7ec5c86f18dced4.zip | |
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0022a19363..c4c5a43a93 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,22 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2021-05-10 06:31:19 GMT" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" + }, "xAxis" : { "labels" : { "style" : { @@ -10,54 +28,36 @@ }, "series" : [ { + "name" : "Contributions", "dataLabels" : { + "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, "enabled" : "true", - "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "y" : 10, - "rotation" : -90, "align" : "right", - "color" : "#FFFFFF" + "format" : "{point.y:.0f}" }, "data" : [ [ "Blog", - 1545 + 1546 ], [ "Perl", - 5262 + 5264 ], [ "Raku", - 3341 + 3343 ] - ], - "name" : "Contributions" + ] } ], - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "subtitle" : { - "text" : "Last updated at 2021-05-10 05:01:32 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" } } |
