diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 412e03df15..0601d54707 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,31 +1,25 @@ { - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2023]" }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2023-05-12 15:09:02 GMT" + }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "enabled" : "true", - "y" : 10 - }, "data" : [ [ "Blog", @@ -33,26 +27,32 @@ ], [ "Perl", - 10999 + 11000 ], [ "Raku", 6379 ] - ] + ], + "dataLabels" : { + "format" : "{point.y:.0f}", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "enabled" : "true", + "y" : 10, + "color" : "#FFFFFF" + } } ], - "chart" : { - "type" : "column" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2023-05-12 10:24:01 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2023]" + "chart" : { + "type" : "column" }, "yAxis" : { "min" : 0, |
