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 c049f43d37..450c08092f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,15 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { @@ -14,7 +20,7 @@ ], [ "Perl 5", - 1345 + 1347 ], [ "Perl 6", @@ -22,42 +28,36 @@ ] ], "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, "color" : "#FFFFFF", "y" : 10, - "rotation" : -90, - "enabled" : "true", "format" : "{point.y:.0f}", - "align" : "right" + "align" : "right", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true" }, "name" : "Contributions" } ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "subtitle" : { - "text" : "Last updated at 2019-11-03 15:06:28 GMT" - }, - "legend" : { - "enabled" : "false" + "text" : "Last updated at 2019-11-03 15:21:35 GMT" } } |
