diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6cda027042..888fbb1fc4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -8,20 +8,21 @@ } } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "subtitle" : { + "text" : "Last updated at 2022-10-22 19:52:26 GMT" }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2022-10-22 19:36:35 GMT" + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -29,25 +30,24 @@ ], [ "Perl", - 9118 + 9119 ], [ "Raku", 5466 ] ], - "name" : "Contributions", "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, "enabled" : "true", - "rotation" : -90, "align" : "right", "y" : 10, "color" : "#FFFFFF", - "format" : "{point.y:.0f}" + "rotation" : -90, + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } } } ], @@ -57,7 +57,7 @@ "text" : null } }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
