diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 5cfe30a915..3cf7ca1226 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,18 @@ { - "subtitle" : { - "text" : "Last updated at 2021-08-17 11:32:05 GMT" - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true", + "align" : "right" + }, "data" : [ [ "Blog", @@ -18,30 +24,18 @@ ], [ "Raku", - 3735 + 3736 ] ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "rotation" : -90, - "align" : "right", - "y" : 10, - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, "name" : "Contributions" } ], - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "subtitle" : { + "text" : "Last updated at 2021-08-17 16:05:05 GMT" + }, "xAxis" : { "labels" : { "style" : { @@ -51,13 +45,19 @@ }, "type" : "category" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" } } |
