diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index a59779527c..7047e47388 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,43 +1,18 @@ { "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "type" : "category" }, "subtitle" : { - "text" : "Last updated at 2020-12-20 01:49:02 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "legend" : { - "enabled" : "false" + "text" : "Last updated at 2020-12-20 01:53:15 GMT" }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "align" : "right", - "format" : "{point.y:.0f}", - "y" : 10, - "color" : "#FFFFFF" - }, "data" : [ [ "Blog", @@ -45,19 +20,44 @@ ], [ "Perl", - 4104 + 4106 ], [ "Raku", 2740 ] - ] + ], + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true", + "rotation" : -90 + }, + "name" : "Contributions" } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "legend" : { + "enabled" : "false" }, "chart" : { "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
