diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 1d7fafd6d4..ff0e7f2133 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,23 +2,45 @@ "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2022-03-16 18:46:55 GMT" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2022-03-16 18:53:03 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } }, "series" : [ { + "dataLabels" : { + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right" + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -26,38 +48,16 @@ ], [ "Perl", - 7488 + 7490 ], [ "Raku", 4503 ] - ], - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}", - "y" : 10, - "color" : "#FFFFFF" - }, - "name" : "Contributions" + ] } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "chart" : { + "type" : "column" } } |
