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 3e65cfb2f5..7bb5d8d80e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,10 @@ { + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, "xAxis" : { "type" : "category", "labels" : { @@ -8,30 +14,13 @@ } } }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2020-08-16 05:13:12 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 887 + 889 ], [ "Perl", @@ -43,21 +32,32 @@ ] ], "dataLabels" : { - "enabled" : "true", "align" : "right", "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}", + "rotation" : -90, + "color" : "#FFFFFF", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90 - }, - "name" : "Contributions" + } + } } ], + "subtitle" : { + "text" : "Last updated at 2020-08-16 05:22:52 GMT" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
