diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index e74555d6e8..8f3b65dd51 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,9 +2,27 @@ "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-02-02 16:45:32 GMT" + }, "series" : [ { "name" : "Contributions", @@ -19,41 +37,23 @@ ], [ "Raku", - 4335 + 4337 ] ], "dataLabels" : { - "y" : 10, - "align" : "right", - "color" : "#FFFFFF", "enabled" : "true", + "format" : "{point.y:.0f}", + "y" : 10, "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "format" : "{point.y:.0f}" + "align" : "right", + "color" : "#FFFFFF" } } ], - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2022-02-02 16:27:06 GMT" - }, "yAxis" : { "min" : 0, "title" : { |
