diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index e23f0a6180..d4c02e219e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,31 +1,48 @@ { - "legend" : { - "enabled" : "false" + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2021-12-14 13:12:55 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2021-12-14 12:33:57 GMT" + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", "rotation" : -90, - "format" : "{point.y:.0f}", - "align" : "right", "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "y" : 10 + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -33,31 +50,14 @@ ], [ "Perl", - 6861 + 6863 ], [ "Raku", 4154 ] - ] - } - ], - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + ], + "name" : "Contributions" } - } + ] } |
