diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 24ace51f58..4b710f9046 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,15 @@ { - "chart" : { - "type" : "column" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "series" : [ { "name" : "Contributions", "data" : [ [ "Blog", - 1720 + 1721 ], [ "Perl", - 5756 + 5758 ], [ "Raku", @@ -35,29 +17,47 @@ ] ], "dataLabels" : { - "enabled" : "true", + "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90, + "align" : "right", + "enabled" : "true", "y" : 10, - "align" : "right" + "color" : "#FFFFFF", + "rotation" : -90 } } ], "legend" : { "enabled" : "false" }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "subtitle" : { - "text" : "Last updated at 2021-07-13 17:46:16 GMT" + "text" : "Last updated at 2021-07-13 19:52:41 GMT" }, "yAxis" : { "min" : 0, "title" : { "text" : null } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } |
