diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 90d0de5c9f..916c741899 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,35 +1,36 @@ { + "chart" : { + "type" : "column" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "legend" : { - "enabled" : "false" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "subtitle" : { - "text" : "Last updated at 2020-08-04 18:27:19 GMT" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 856 + 857 ], [ "Perl", - 2961 + 2963 ], [ "Raku", @@ -37,27 +38,26 @@ ] ], "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, "y" : 10, + "align" : "right", + "color" : "#FFFFFF", "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}" - }, - "name" : "Contributions" - } - ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "format" : "{point.y:.0f}", + "rotation" : -90 } } + ], + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2020-08-05 03:43:45 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
