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 8057761985..f1e5f9f45e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,21 @@ { "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" @@ -17,47 +23,41 @@ "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2022-03-20 09:21:38 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90 + }, "data" : [ [ "Blog", - 2363 + 2365 ], [ "Perl", - 7503 + 7505 ], [ "Raku", 4515 ] - ], - "name" : "Contributions", - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90 - } + ] } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "subtitle" : { + "text" : "Last updated at 2022-03-20 13:10:26 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
