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 0a75aca388..029fae43e5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,36 +1,6 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "series" : [ { - "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "y" : 10, - "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Blog", @@ -42,22 +12,52 @@ ], [ "Raku", - 4683 + 4685 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "enabled" : "true", + "y" : 10, + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } ], + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "legend" : { + "enabled" : "false" + }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2022-04-30 17:44:51 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2022-05-01 12:42:00 GMT" } } |
