diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index a1f7919c55..ffa4083ecc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,10 +1,12 @@ { + "legend" : { + "enabled" : "false" + }, "subtitle" : { - "text" : "Last updated at 2022-07-20 22:49:07 GMT" + "text" : "Last updated at 2022-07-20 22:56:35 GMT" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -12,52 +14,50 @@ ], [ "Perl", - 8468 + 8470 ], [ "Raku", 5042 ] ], + "name" : "Contributions", "dataLabels" : { - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}", + "align" : "right", "color" : "#FFFFFF", + "y" : 10, "rotation" : -90, + "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "align" : "right" + "enabled" : "true" } } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } - }, - "yAxis" : { - "title" : { - "text" : null }, - "min" : 0 + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
