diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 36dc4393c4..e3752eff8a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,43 @@ { "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2023]" + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2023-05-01 10:14:39 GMT" + }, + "chart" : { + "type" : "column" }, "series" : [ { + "dataLabels" : { + "format" : "{point.y:.0f}", + "enabled" : "true", + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10 + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -17,47 +45,19 @@ ], [ "Perl", - 10893 + 10897 ], [ "Raku", - 6322 + 6324 ] - ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true" - } + ] } ], - "chart" : { - "type" : "column" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2023-05-01 02:55:04 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2023]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "min" : 0 } } |
