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 c97378b2d4..b629800820 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,35 +1,38 @@ { "series" : [ { + "dataLabels" : { + "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", - 4196 + 4197 ], [ "Perl", - 12534 + 12535 ], [ "Raku", - 7229 + 7230 ] ], - "dataLabels" : { - "align" : "right", - "enabled" : "true", - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" - }, "name" : "Contributions" } ], + "subtitle" : { + "text" : "Last updated at 2023-11-16 22:54:44 GMT" + }, "xAxis" : { "labels" : { "style" : { @@ -42,6 +45,9 @@ "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2023]" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "yAxis" : { "min" : 0, "title" : { @@ -51,13 +57,7 @@ "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2023-11-16 22:44:34 GMT" - }, "legend" : { "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" } } |
