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 3c452c1c3f..93c0eb63e4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,28 +1,23 @@ { - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2024-08-18 21:51:20 GMT" - }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "format" : "{point.y:.0f}", + "y" : 10, + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "enabled" : "true" + }, "data" : [ [ "Perl", - 14656 + 14658 ], [ "Raku", @@ -30,32 +25,37 @@ ], [ "Blog", - 5197 + 5198 ] - ], - "dataLabels" : { - "enabled" : "true", - "y" : 10, - "align" : "right", - "rotation" : -90, - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF" - }, - "name" : "Contributions" + ] } ], "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2024-08-18 22:52:03 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" + }, + "legend" : { + "enabled" : "false" + }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" |
