diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 99ed36638b..38c3afe775 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { "dataLabels" : { - "rotation" : -90, - "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true", - "color" : "#FFFFFF", "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "rotation" : -90, + "color" : "#FFFFFF" }, - "name" : "Contributions", "data" : [ [ "Blog", - 2275 + 2277 ], [ "Perl", - 7308 + 7310 ], [ "Raku", - 4389 + 4391 ] - ] + ], + "name" : "Contributions" } ], - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "subtitle" : { - "text" : "Last updated at 2022-02-18 11:22:43 GMT" + "text" : "Last updated at 2022-02-18 14:02:25 GMT" } } |
