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 10e06506b9..9d23194794 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,20 +2,14 @@ "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "subtitle" : { - "text" : "Last updated at 2021-11-14 21:42:45 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" @@ -23,41 +17,47 @@ "legend" : { "enabled" : "false" }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 2011 + 2180 ], [ "Perl", - 6633 + 7072 ], [ "Raku", - 4016 + 4261 ] ], "dataLabels" : { + "color" : "#FFFFFF", "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, "align" : "right", + "format" : "{point.y:.0f}", "enabled" : "true", + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF" - }, - "name" : "Contributions" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2022-01-12 14:16:56 GMT" }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } |
