diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6083e7acab..aa09a1e1f8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,30 @@ { - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "legend" : { + "enabled" : "false" + }, "series" : [ { "name" : "Contributions", "data" : [ [ "Blog", - 2149 + 2150 ], [ "Perl", - 7013 + 7015 ], [ "Raku", @@ -36,28 +33,31 @@ ], "dataLabels" : { "color" : "#FFFFFF", - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "align" : "right", - "enabled" : "true" + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}", + "rotation" : -90, + "align" : "right" } } ], - "subtitle" : { - "text" : "Last updated at 2022-01-04 18:02:31 GMT" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } + }, + "subtitle" : { + "text" : "Last updated at 2022-01-04 18:12:48 GMT" } } |
