diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 3805e6c05a..2df3a092e2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,9 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2024-09-24 13:34:26 GMT" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "xAxis" : { "type" : "category", @@ -20,15 +20,19 @@ }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2024-09-25 08:37:11 GMT" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Perl", - 15088 + 15090 ], [ "Raku", @@ -36,28 +40,24 @@ ], [ "Blog", - 5303 + 5304 ] ], - "name" : "Contributions", "dataLabels" : { + "rotation" : -90, + "align" : "right", + "y" : 10, "enabled" : "true", "color" : "#FFFFFF", - "rotation" : -90, - "format" : "{point.y:.0f}", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "y" : 10, - "align" : "right" + "format" : "{point.y:.0f}" } } ], - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" } } |
