diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 68750fd80c..f8e0bbbc04 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,31 +1,13 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { "data" : [ [ "Blog", - 340 + 341 ], [ "Perl 5", @@ -33,31 +15,49 @@ ], [ "Perl 6", - 791 + 793 ] ], "name" : "Contributions", "dataLabels" : { + "enabled" : "true", "align" : "right", + "rotation" : -90, "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "rotation" : -90 + "color" : "#FFFFFF", + "y" : 10 } } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "legend" : { "enabled" : "false" }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "Last updated at 2019-11-03 01:50:05 GMT" + "text" : "Last updated at 2019-11-03 01:58:34 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" } } |
