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 404c1451b5..6ff9badbc4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,32 +1,17 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2021-06-21 11:33:31 GMT" - }, "series" : [ { "dataLabels" : { - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF", - "enabled" : "true", "y" : 10, + "color" : "#FFFFFF", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "align" : "right" + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90, + "enabled" : "true" }, "data" : [ [ @@ -35,7 +20,7 @@ ], [ "Perl", - 5569 + 5571 ], [ "Raku", @@ -45,19 +30,34 @@ "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2021-06-22 08:38:06 GMT" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" } } |
