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 d11557b5da..dedc7b20ae 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,7 @@ { + "subtitle" : { + "text" : "Last updated at 2023-05-18 13:57:05 GMT" + }, "xAxis" : { "type" : "category", "labels" : { @@ -8,56 +11,53 @@ } } }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2023-05-17 14:58:55 GMT" - }, "series" : [ { "dataLabels" : { - "enabled" : "true", - "align" : "right", "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "y" : 10, + "enabled" : "true", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, "rotation" : -90, - "color" : "#FFFFFF" + "align" : "right" }, + "name" : "Contributions", "data" : [ [ "Blog", - 3586 + 3587 ], [ "Perl", - 11055 + 11063 ], [ "Raku", - 6405 + 6407 ] - ], - "name" : "Contributions" + ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2023]" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "legend" : { + "enabled" : "false" } } |
