diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index fc2e54709a..f04f4fca20 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,12 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2024-06-05 21:18:19 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" + } }, "yAxis" : { "min" : 0, @@ -26,38 +14,50 @@ "text" : null } }, - "legend" : { - "enabled" : "false" - }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "rotation" : -90, - "align" : "right", - "y" : 10, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true" - }, "data" : [ [ "Blog", - 4926 + 4939 ], [ "Perl", - 14079 + 14087 ], [ "Raku", - 8163 + 8169 ] - ] + ], + "dataLabels" : { + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true", + "rotation" : -90, + "align" : "right" + } } - ] + ], + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2024-06-08 12:52:21 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" + } } |
