diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7a2869d531..02d88163f6 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,27 @@ { - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Contributions", "dataLabels" : { "y" : 10, - "color" : "#FFFFFF", - "rotation" : -90, "enabled" : "true", - "align" : "right", - "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } + }, + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}" }, - "name" : "Contributions", "data" : [ [ "Blog", - 1864 + 1865 ], [ "Perl", - 6165 + 6166 ], [ "Raku", @@ -33,23 +30,17 @@ ] } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "legend" : { - "enabled" : "false" - }, "subtitle" : { - "text" : "Last updated at 2021-09-12 15:54:29 GMT" + "text" : "Last updated at 2021-09-12 16:15:27 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "xAxis" : { "labels" : { @@ -59,5 +50,14 @@ } }, "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } |
