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 27b90ca0dc..82b7718e8a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "enabled" : "true", "rotation" : -90, - "align" : "right", "format" : "{point.y:.0f}", - "y" : 10, + "enabled" : "true", "color" : "#FFFFFF", + "y" : 10, + "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } }, - "name" : "Contributions", "data" : [ [ "Blog", - 2210 + 2211 ], [ "Perl", - 7139 + 7141 ], [ "Raku", - 4294 + 4296 ] ] } ], - "subtitle" : { - "text" : "Last updated at 2022-01-23 20:00:21 GMT" + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2022-01-23 21:23:17 GMT" }, - "legend" : { - "enabled" : "false" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
