diff options
| author | Simon Proctor <simon.proctor@gmail.com> | 2021-08-16 13:33:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-16 13:33:14 +0100 |
| commit | 7efb6ca2da6f4dd4ace888d064b0080429af154d (patch) | |
| tree | ef7ea19b8c9cf2abb31568ed0a94d3f2a0c2baed /stats/pwc-language-breakdown-summary.json | |
| parent | f8c1bed0ca63ca4524d73f3264c1b9b1228609f3 (diff) | |
| parent | d9bbad705412903ffd55fb8c07bedcaeae734f85 (diff) | |
| download | perlweeklychallenge-club-7efb6ca2da6f4dd4ace888d064b0080429af154d.tar.gz perlweeklychallenge-club-7efb6ca2da6f4dd4ace888d064b0080429af154d.tar.bz2 perlweeklychallenge-club-7efb6ca2da6f4dd4ace888d064b0080429af154d.zip | |
Merge branch 'manwar:master' into master
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 837bb5e203..9eee64213f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,27 @@ { - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2021-08-16 02:18:42 GMT" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, "series" : [ { "dataLabels" : { - "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, + "y" : 10, "align" : "right", "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}" + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -27,23 +29,18 @@ ], [ "Perl", - 5984 + 5985 ], [ "Raku", 3725 ] - ] + ], + "name" : "Contributions" } ], - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "subtitle" : { + "text" : "Last updated at 2021-08-16 12:03:03 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" @@ -54,10 +51,13 @@ "text" : null } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "legend" : { + "enabled" : "false" }, "chart" : { "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } |
