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 a0647146cc..e96047d84a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,19 @@ { - "subtitle" : { - "text" : "Last updated at 2022-01-18 18:19:33 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { "dataLabels" : { - "align" : "right", - "rotation" : -90, "format" : "{point.y:.0f}", + "enabled" : "true", "color" : "#FFFFFF", - "y" : 10, + "align" : "right", + "rotation" : -90, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true" + "y" : 10 }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -32,24 +21,23 @@ ], [ "Perl", - 7115 + 7117 ], [ "Raku", 4282 ] - ], - "name" : "Contributions" + ] } ], - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-18 18:29:37 GMT" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" @@ -57,7 +45,19 @@ "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } |
