diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d7a663bf23..e306c00f4c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,28 @@ { + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "series" : [ { + "dataLabels" : { + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "enabled" : "true", + "align" : "right", + "rotation" : -90, + "format" : "{point.y:.0f}" + }, + "name" : "Contributions", "data" : [ [ "Perl", @@ -8,55 +30,33 @@ ], [ "Raku", - 9204 + 9206 ], [ "Blog", - 5839 + 5840 ] - ], - "name" : "Contributions", - "dataLabels" : { - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true", - "y" : 10, - "align" : "right" - } + ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2025]" - }, "subtitle" : { - "text" : "Last updated at 2025-05-04 14:30:55 GMT" + "text" : "Last updated at 2025-05-04 14:35:56 GMT" }, "chart" : { "type" : "column" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2025]" }, "legend" : { "enabled" : "false" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" } |
