diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index a03b9d8378..8a8417f56f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,27 +2,33 @@ "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "chart" : { - "type" : "column" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2022-06-08 21:55:17 GMT" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "y" : 10, - "color" : "#FFFFFF", + "align" : "right", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, + "rotation" : -90, + "enabled" : "true", "format" : "{point.y:.0f}", - "align" : "right" + "color" : "#FFFFFF", + "y" : 10 }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -30,7 +36,7 @@ ], [ "Perl", - 8170 + 8172 ], [ "Raku", @@ -39,25 +45,19 @@ ] } ], + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2022-06-08 12:18:39 GMT" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
