diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 9f740fefaf..c60a8d7700 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,7 +1,4 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { "labels" : { "style" : { @@ -11,53 +8,56 @@ }, "type" : "category" }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2020-04-06 00:15:03 GMT" + "chart" : { + "type" : "column" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { "data" : [ [ "Blog", - 594 + 595 ], [ "Perl", - 2296 + 2298 ], [ "Raku", - 1429 + 1431 ] ], "name" : "Contributions", "dataLabels" : { - "rotation" : -90, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", "format" : "{point.y:.0f}", "y" : 10, - "color" : "#FFFFFF", - "align" : "right" + "rotation" : -90, + "align" : "right", + "enabled" : "true", + "color" : "#FFFFFF" } } ], "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2020-04-06 00:21:18 GMT" } } |
