diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ad9da0d415..451e6cbbd8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,16 +1,13 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "legend" : { + "enabled" : "false" }, "series" : [ { "data" : [ [ "Blog", - 2098 + 2099 ], [ "Perl", @@ -22,28 +19,37 @@ ] ], "dataLabels" : { - "enabled" : "true", - "y" : 10, - "rotation" : -90, "format" : "{point.y:.0f}", - "align" : "right", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF" + "align" : "right", + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, + "enabled" : "true" }, "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "chart" : { "type" : "column" }, "subtitle" : { - "text" : "Last updated at 2021-12-15 20:00:01 GMT" + "text" : "Last updated at 2021-12-16 10:38:09 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "xAxis" : { "labels" : { @@ -53,11 +59,5 @@ } }, "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 } } |
