diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 3a1341b1b7..0a90b75d71 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-14 14:18:14 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 2184 + 2185 ], [ "Perl", - 7081 + 7083 ], [ "Raku", 4265 ] ], + "name" : "Contributions", "dataLabels" : { "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, "enabled" : "true", + "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "format" : "{point.y:.0f}", + "align" : "right", "color" : "#FFFFFF" } } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-13 16:15:35 GMT" } } |
