diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c53921df9e..be40c23c64 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,12 @@ { - "subtitle" : { - "text" : "Last updated at 2019-12-09 13:32:30 GMT" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", @@ -51,13 +14,50 @@ ], [ "Perl 5", - 1549 + 1551 ], [ "Perl 6", 924 ] - ] + ], + "dataLabels" : { + "enabled" : "true", + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "name" : "Contributions" } - ] + ], + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "subtitle" : { + "text" : "Last updated at 2019-12-09 16:42:44 GMT" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + } } |
