diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-07 04:28:01 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-07 04:28:01 +0100 |
| commit | 18aa4796294741571efbc43db87173f5cce1828d (patch) | |
| tree | 1dc527eb41da550472b21be104b36c9939b589a1 /stats/pwc-language-breakdown-summary.json | |
| parent | 88c9ae9e39e68d86b3c816efaad9955408557b16 (diff) | |
| download | perlweeklychallenge-club-18aa4796294741571efbc43db87173f5cce1828d.tar.gz perlweeklychallenge-club-18aa4796294741571efbc43db87173f5cce1828d.tar.bz2 perlweeklychallenge-club-18aa4796294741571efbc43db87173f5cce1828d.zip | |
- Added solutions by Walt Mankowski.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d46e6508c2..0cb5314ea3 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,30 @@ { + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2020-07-07 03:27:35 GMT" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "series" : [ { "name" : "Contributions", "dataLabels" : { + "rotation" : -90, "enabled" : "true", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "align" : "right", - "rotation" : -90, - "color" : "#FFFFFF", "y" : 10, - "format" : "{point.y:.0f}" + "align" : "right" }, "data" : [ [ @@ -30,7 +33,7 @@ ], [ "Perl", - 2793 + 2795 ], [ "Raku", @@ -39,25 +42,22 @@ ] } ], - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2020-07-06 22:10:14 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } - }, - "chart" : { - "type" : "column" + }, + "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "legend" : { + "enabled" : "false" } } |
