diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index e0fcadcba2..1db9bbd9f9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,12 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "dataLabels" : { - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "format" : "{point.y:.0f}", - "align" : "right" - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -21,32 +14,36 @@ ], [ "Perl", - 3235 + 3236 ], [ "Raku", 2113 ] - ] + ], + "dataLabels" : { + "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10 + }, + "name" : "Contributions" } ], "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" + }, + "type" : "category" }, "yAxis" : { "title" : { @@ -54,10 +51,13 @@ }, "min" : 0 }, + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "subtitle" : { - "text" : "Last updated at 2020-09-13 04:47:46 GMT" + "text" : "Last updated at 2020-09-13 06:46:29 GMT" } } |
