diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 121c4017e8..fd9abe0b4d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,48 +1,41 @@ { - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "subtitle" : { - "text" : "Last updated at 2021-05-16 17:33:07 GMT" + "text" : "Last updated at 2021-05-16 17:39:14 GMT" }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}", "align" : "right", + "y" : 10, + "color" : "#FFFFFF", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "color" : "#FFFFFF", - "y" : 10 + "enabled" : "true", + "format" : "{point.y:.0f}", + "rotation" : -90 }, "data" : [ [ @@ -51,13 +44,20 @@ ], [ "Perl", - 5298 + 5300 ], [ "Raku", - 3362 + 3364 ] - ] + ], + "name" : "Contributions" } - ] + ], + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + } } |
