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 21649b90fb..8bbff1db2b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,18 @@ { "series" : [ { + "dataLabels" : { + "y" : 10, + "color" : "#FFFFFF", + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "rotation" : -90, + "format" : "{point.y:.0f}" + }, "name" : "Contributions", "data" : [ [ @@ -9,36 +21,15 @@ ], [ "Perl", - 5550 + 5552 ], [ "Raku", - 3511 + 3513 ] - ], - "dataLabels" : { - "align" : "right", - "rotation" : -90, - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - } + ] } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "subtitle" : { - "text" : "Last updated at 2021-06-19 21:07:15 GMT" - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "type" : "category", "labels" : { @@ -48,16 +39,25 @@ } } }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2021-06-19 21:09:16 GMT" }, "yAxis" : { "title" : { "text" : null }, "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
