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 db07e1ba14..e6f4be02ef 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,31 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2024-05-22 12:36:58 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, "series" : [ { "name" : "Contributions", "data" : [ [ "Blog", - 4870 + 4879 ], [ "Perl", - 13972 + 13975 ], [ "Raku", - 8105 + 8107 ] ], "dataLabels" : { + "color" : "#FFFFFF", + "rotation" : -90, + "enabled" : "true", "format" : "{point.y:.0f}", + "y" : 10, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", - "color" : "#FFFFFF", - "rotation" : -90, - "y" : 10, "align" : "right" } } @@ -57,7 +39,25 @@ } } }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2024-05-24 11:50:57 GMT" + }, + "legend" : { + "enabled" : "false" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2024]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "chart" : { + "type" : "column" } } |
