diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index badea9b913..9942bc139a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,43 @@ { - "subtitle" : { - "text" : "Last updated at 2020-12-22 22:38:14 GMT" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "legend" : { + "enabled" : "false" + }, "chart" : { "type" : "column" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + }, + "type" : "category" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -35,28 +45,18 @@ ], [ "Perl", - 4150 + 4152 ], [ "Raku", 2765 ] - ], - "dataLabels" : { - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "y" : 10, - "rotation" : -90 - }, - "name" : "Contributions" + ] } ], + "subtitle" : { + "text" : "Last updated at 2020-12-22 22:43:47 GMT" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" } |
