diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index aae367f6b6..07a4fbf71a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,24 @@ { - "series" : [ - { - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "rotation" : -90 - }, - "data" : [ - [ - "Blog", - 1666 - ], - [ - "Perl", - 5592 - ], - [ - "Raku", - 3527 - ] - ] - } - ], - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2021-06-24 05:54:51 GMT" + "legend" : { + "enabled" : "false" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2021-06-24 06:22:29 GMT" }, "yAxis" : { "title" : { @@ -51,13 +26,38 @@ }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "chart" : { + "type" : "column" }, - "legend" : { - "enabled" : "false" - } + "series" : [ + { + "data" : [ + [ + "Blog", + 1668 + ], + [ + "Perl", + 5594 + ], + [ + "Raku", + 3529 + ] + ], + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "enabled" : "true", + "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90 + } + } + ] } |
