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 44c930cba1..52476cfc60 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,30 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2020-09-13 22:02:45 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "type" : "category" }, "series" : [ { @@ -20,7 +35,7 @@ ], [ "Perl", - 3249 + 3251 ], [ "Raku", @@ -29,34 +44,19 @@ ], "name" : "Contributions", "dataLabels" : { - "align" : "right", - "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "enabled" : "true", - "rotation" : -90, + "align" : "right", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, + "rotation" : -90, "y" : 10, - "color" : "#FFFFFF" + "format" : "{point.y:.0f}" } } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2020-09-13 21:33:50 GMT" - }, - "legend" : { - "enabled" : "false" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } |
