diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index aa6ec9939c..933b0fb21b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,30 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { "name" : "Contributions", "dataLabels" : { + "format" : "{point.y:.0f}", + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "format" : "{point.y:.0f}", "align" : "right", - "y" : 10, - "color" : "#FFFFFF", "enabled" : "true", - "rotation" : -90 + "color" : "#FFFFFF", + "y" : 10 }, "data" : [ [ "Blog", - 1225 + 1226 ], [ "Perl", - 4266 + 4268 ], [ "Raku", @@ -33,31 +33,31 @@ ] } ], - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2021-01-03 23:44:50 GMT" }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2021-01-03 23:38:17 GMT" + "chart" : { + "type" : "column" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "yAxis" : { "min" : 0, "title" : { "text" : null } - }, - "chart" : { - "type" : "column" } } |
