diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 79e7568bfb..ff209d36a6 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,39 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2020-10-07 08:39:57 GMT" + }, + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Contributions", "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", "align" : "right", - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, + "color" : "#FFFFFF", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } + }, + "enabled" : "true", + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}" }, "data" : [ [ @@ -21,7 +42,7 @@ ], [ "Perl", - 3482 + 3484 ], [ "Raku", @@ -38,26 +59,5 @@ "title" : { "text" : null } - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2020-10-07 08:23:06 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "legend" : { - "enabled" : "false" } } |
