diff options
| author | boblied <boblied@gmail.com> | 2020-09-07 07:23:29 -0500 |
|---|---|---|
| committer | boblied <boblied@gmail.com> | 2020-09-07 07:23:29 -0500 |
| commit | fcf5411c4bd218cb8f01220cd7b4d61337ec2365 (patch) | |
| tree | 9cddb1ef6e41c683060262f95b1edb105aeffb35 /stats/pwc-language-breakdown-summary.json | |
| parent | 1609503c7b0dc62dbd8481046db444f342f3288b (diff) | |
| parent | 446ee93bf52a600ad0e0601e0a768249799b1c32 (diff) | |
| download | perlweeklychallenge-club-fcf5411c4bd218cb8f01220cd7b4d61337ec2365.tar.gz perlweeklychallenge-club-fcf5411c4bd218cb8f01220cd7b4d61337ec2365.tar.bz2 perlweeklychallenge-club-fcf5411c4bd218cb8f01220cd7b4d61337ec2365.zip | |
Prepare for challenge 076
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index eb6b73cd3d..25ff462401 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "legend" : { - "enabled" : "false" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "subtitle" : { - "text" : "Last updated at 2020-08-25 13:09:43 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" }, "series" : [ { "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF", + "y" : 10, "align" : "right", + "color" : "#FFFFFF", + "rotation" : -90, + "format" : "{point.y:.0f}", + "enabled" : "true", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "enabled" : "true" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } }, "data" : [ [ "Blog", - 919 + 952 ], [ "Perl", - 3106 + 3198 ], [ "Raku", - 2029 + 2083 ] ] } - ] + ], + "subtitle" : { + "text" : "Last updated at 2020-09-07 09:42:48 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + } } |
