diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ddf0892f20..7087f24e99 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,31 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "legend" : { "enabled" : "false" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2020-08-24 11:21:59 GMT" + }, "series" : [ { + "dataLabels" : { + "y" : 10, + "enabled" : "true", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "rotation" : -90, + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -20,44 +33,31 @@ ], [ "Perl", - 3100 + 3102 ], [ "Raku", - 2019 + 2021 ] - ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "rotation" : -90, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "enabled" : "true" - } + ] } ], - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2020-08-24 04:22:03 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" } } |
