diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d470109426..669a60e7a7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,4 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "subtitle" : { - "text" : "Last updated at 2021-05-16 21:45:19 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { "type" : "category", "labels" : { @@ -23,6 +8,9 @@ } } }, + "chart" : { + "type" : "column" + }, "yAxis" : { "min" : 0, "title" : { @@ -31,33 +19,45 @@ }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 1561 + 1562 ], [ "Perl", - 5305 + 5307 ], [ "Raku", - 3366 + 3368 ] ], "dataLabels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "enabled" : "true", + "align" : "right", "rotation" : -90, "y" : 10, - "align" : "right" - } + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" + }, + "name" : "Contributions" } - ] + ], + "subtitle" : { + "text" : "Last updated at 2021-05-16 21:47:29 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "legend" : { + "enabled" : "false" + } } |
