diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 031597169e..4e40bb9e62 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "legend" : { + "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, - "min" : 0 + "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true" + }, "data" : [ [ "Blog", - 2896 + 2897 ], [ "Perl", - 8963 + 8965 ], [ "Raku", 5356 ] - ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "align" : "right", - "y" : 10, - "rotation" : -90, - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions" + ] } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "subtitle" : { - "text" : "Last updated at 2022-10-02 18:50:48 GMT" + "text" : "Last updated at 2022-10-02 20:50:24 GMT" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
