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 1e116ecc63..12da87315d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,17 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "series" : [ { - "name" : "Contributions", "dataLabels" : { "align" : "right", - "enabled" : "true", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, + "enabled" : "true", + "format" : "{point.y:.0f}", + "rotation" : -90, "y" : 10, - "rotation" : -90 + "color" : "#FFFFFF" }, "data" : [ [ @@ -27,32 +20,39 @@ ], [ "Perl", - 2402 + 2404 ], [ "Raku", 1505 ] - ] + ], + "name" : "Contributions" } ], + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, "subtitle" : { - "text" : "Last updated at 2020-04-25 13:23:14 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" + "text" : "Last updated at 2020-04-25 16:08:11 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" |
