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 056a84ad78..bf6c746766 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,6 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "series" : [ { @@ -20,44 +11,53 @@ ], [ "Perl", - 6913 + 6914 ], [ "Raku", 4173 ] ], - "name" : "Contributions", "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", "rotation" : -90, "format" : "{point.y:.0f}", - "align" : "right", - "enabled" : "true", "y" : 10, - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "enabled" : "true", + "color" : "#FFFFFF" + }, + "name" : "Contributions" } ], "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "legend" : { + "enabled" : "false" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, "subtitle" : { - "text" : "Last updated at 2021-12-22 02:20:21 GMT" + "text" : "Last updated at 2021-12-22 03:02:50 GMT" + }, + "chart" : { + "type" : "column" } } |
