diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 8ba19864c1..e3f0d8b91d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,18 @@ { - "subtitle" : { - "text" : "Last updated at 2021-08-21 00:36:08 GMT" + "legend" : { + "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "subtitle" : { + "text" : "Last updated at 2021-08-21 00:52:24 GMT" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "chart" : { + "type" : "column" }, "series" : [ { @@ -32,7 +23,7 @@ ], [ "Perl", - 6022 + 6024 ], [ "Raku", @@ -41,23 +32,32 @@ ], "dataLabels" : { "align" : "right", - "y" : 10, - "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "rotation" : -90, + "enabled" : "true", "color" : "#FFFFFF", - "format" : "{point.y:.0f}" + "format" : "{point.y:.0f}", + "rotation" : -90, + "y" : 10 }, "name" : "Contributions" } ], - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
