diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-25 12:24:50 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-25 12:24:50 +0100 |
| commit | 46ec8c498e6abbbd3b223842f4df45cda19aa617 (patch) | |
| tree | b3723edda7253d847f84fc743b3523bb1e020a2a /stats/pwc-language-breakdown-summary.json | |
| parent | 87106c1e85af6f8badcfa08c41442f01fa9f5b8e (diff) | |
| download | perlweeklychallenge-club-46ec8c498e6abbbd3b223842f4df45cda19aa617.tar.gz perlweeklychallenge-club-46ec8c498e6abbbd3b223842f4df45cda19aa617.tar.bz2 perlweeklychallenge-club-46ec8c498e6abbbd3b223842f4df45cda19aa617.zip | |
- Added solutions by Shahed Nooshmand.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b255474bb4..bc0284ab70 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,26 +1,16 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "chart" : { "type" : "column" }, "series" : [ { - "dataLabels" : { - "y" : 10, - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "align" : "right", - "rotation" : -90, - "enabled" : "true" - }, - "name" : "Contributions", "data" : [ [ "Blog", - 829 + 830 ], [ "Perl", @@ -28,36 +18,46 @@ ], [ "Raku", - 1854 + 1856 ] - ] + ], + "dataLabels" : { + "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90, + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "color" : "#FFFFFF" + }, + "name" : "Contributions" } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2020-07-25 11:23:34 GMT" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, - "subtitle" : { - "text" : "Last updated at 2020-07-25 00:57:11 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "legend" : { - "enabled" : "false" + }, + "min" : 0 } } |
