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 1788754934..fbb12a86bd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,16 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { "labels" : { "style" : { @@ -20,9 +8,21 @@ }, "type" : "category" }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "legend" : { "enabled" : "false" }, + "subtitle" : { + "text" : "Last updated at 2021-06-06 22:27:53 GMT" + }, "series" : [ { "data" : [ @@ -32,32 +32,32 @@ ], [ "Perl", - 5446 + 5448 ], [ "Raku", 3456 ] ], + "name" : "Contributions", "dataLabels" : { + "y" : 10, + "enabled" : "true", + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "rotation" : -90, - "format" : "{point.y:.0f}", - "y" : 10, - "color" : "#FFFFFF", "align" : "right", - "enabled" : "true" - }, - "name" : "Contributions" + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" + } } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "subtitle" : { - "text" : "Last updated at 2021-06-06 22:19:31 GMT" } } |
