diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ceab041842..a3c2605f0e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,56 +1,41 @@ { - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2024-08-13 10:49:28 GMT" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2024]" }, + "legend" : { + "enabled" : "false" + }, "series" : [ { - "dataLabels" : { - "align" : "right", - "rotation" : -90, - "enabled" : "true", - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "y" : 10 - }, - "name" : "Contributions", "data" : [ [ "Blog", - 5189 + 5190 ], [ "Perl", - 14596 + 14598 ], [ "Raku", - 8424 + 8426 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "y" : 10 + } } ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { "labels" : { "style" : { @@ -59,5 +44,20 @@ } }, "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2024-08-13 11:20:14 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" } } |
