diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0da8fcc233..94bad0693f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,28 +1,42 @@ { - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : "false" }, + "chart" : { + "type" : "column" + }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "subtitle" : { - "text" : "Last updated at 2021-04-13 15:12:45 GMT" + "text" : "Last updated at 2021-04-13 16:59:25 GMT" }, "series" : [ { - "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "y" : 10, + "rotation" : -90, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true" + }, "data" : [ [ "Blog", @@ -30,34 +44,20 @@ ], [ "Perl", - 5056 + 5058 ], [ "Raku", 3229 ] ], - "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, - "y" : 10 - } + "name" : "Contributions" } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } } } |
