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 b67cca2acb..0f7866a0c1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,31 +1,19 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "rotation" : -90, + "format" : "{point.y:.0f}", "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, + "rotation" : -90, "align" : "right", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "enabled" : "true" + "enabled" : "true", + "color" : "#FFFFFF" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -33,7 +21,7 @@ ], [ "Perl", - 7922 + 7924 ], [ "Raku", @@ -42,20 +30,32 @@ ] } ], + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "subtitle" : { - "text" : "Last updated at 2022-05-02 03:30:20 GMT" + "text" : "Last updated at 2022-05-02 06:21:28 GMT" }, "chart" : { "type" : "column" }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "legend" : { "enabled" : "false" |
