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 18cf02e7f3..d3d9c73947 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2022-12-26 06:17:00 GMT" - }, "series" : [ { "dataLabels" : { "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, + "rotation" : -90, "y" : 10, - "color" : "#FFFFFF" + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "enabled" : "true" }, "name" : "Contributions", "data" : [ [ "Blog", - 3137 + 3148 ], [ "Perl", - 9650 + 9665 ], [ "Raku", - 5784 + 5797 ] ] } ], - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2022-12-27 13:32:16 GMT" }, "chart" : { "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
