diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 604dd12b39..a3aab76401 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,26 +1,15 @@ { - "subtitle" : { - "text" : "Last updated at 2022-01-03 01:13:30 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 2146 + 2147 ], [ "Perl", - 6990 + 6994 ], [ "Raku", @@ -28,25 +17,27 @@ ] ], "dataLabels" : { - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, "enabled" : "true", - "format" : "{point.y:.0f}", - "y" : 10 - }, - "name" : "Contributions" + "color" : "#FFFFFF", + "align" : "right", + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}" + } } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-03 01:23:33 GMT" + }, + "legend" : { + "enabled" : "false" }, "xAxis" : { "labels" : { @@ -57,7 +48,16 @@ }, "type" : "category" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
