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 815ee0ab29..3285e3fa88 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-10-04 09:57:16 GMT" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, + "legend" : { + "enabled" : "false" + }, "series" : [ { "data" : [ [ "Blog", - 2907 + 2908 ], [ "Perl", - 8989 + 8991 ], [ "Raku", - 5369 + 5371 ] ], "dataLabels" : { - "enabled" : "true", - "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF" + "align" : "right", + "enabled" : "true" }, "name" : "Contributions" } - ], - "subtitle" : { - "text" : "Last updated at 2022-10-04 09:32:49 GMT" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - } + ] } |
