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 c418e94525..32bd701420 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,16 @@ { + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "chart" : { + "type" : "column" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, @@ -8,21 +20,23 @@ }, "min" : 0 }, + "legend" : { + "enabled" : "false" + }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", "align" : "right", "enabled" : "true", + "color" : "#FFFFFF", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "rotation" : -90, "y" : 10, + "rotation" : -90, "format" : "{point.y:.0f}" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -30,32 +44,18 @@ ], [ "Perl", - 3447 + 3449 ], [ "Raku", 2216 ] - ] + ], + "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2020-10-04 13:46:49 GMT" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "text" : "Last updated at 2020-10-04 13:51:12 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" |
