diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 4d5b951cc4..80c19712e6 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,43 +1,39 @@ { - "subtitle" : { - "text" : "Last updated at 2019-10-06 12:56:02 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, + "subtitle" : { + "text" : "Last updated at 2019-10-06 23:59:06 GMT" + }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + } }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right", + "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, "enabled" : "true", - "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}", - "y" : 10 + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -45,19 +41,23 @@ ], [ "Perl 5", - 1135 + 1137 ], [ "Perl 6", 690 ] - ] + ], + "name" : "Contributions" } ], + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" } } |
