diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d75b359e5f..9770bf1d10 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,19 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" + "min" : 0 }, - "subtitle" : { - "text" : "Last updated at 2021-02-23 18:29:31 GMT" + "legend" : { + "enabled" : "false" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2021-02-23 18:35:22 GMT" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -27,37 +25,39 @@ ], [ "Raku", - 3033 + 3035 ] ], - "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "y" : 10, - "align" : "right", + "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, "enabled" : "true", - "color" : "#FFFFFF", - "rotation" : -90 + "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF" } } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } }, - "min" : 0 + "type" : "category" + }, + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
