diff options
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 918b365885..1823701cdd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,48 +1,36 @@ { + "legend" : { + "enabled" : "false" + }, "chart" : { "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "subtitle" : { - "text" : "Last updated at 2020-01-16 22:22:38 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { - "name" : "Contributions", "dataLabels" : { "align" : "right", - "enabled" : "true", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "format" : "{point.y:.0f}", "rotation" : -90, "y" : 10, + "format" : "{point.y:.0f}", + "enabled" : "true", "color" : "#FFFFFF" }, + "name" : "Contributions", "data" : [ [ "Blog", - 456 + 457 ], [ "Perl", - 1747 + 1749 ], [ "Raku", @@ -51,13 +39,25 @@ ] } ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } + }, + "subtitle" : { + "text" : "Last updated at 2020-01-17 07:21:31 GMT" } } |
