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 5de46c036b..bafe8fb9bb 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,40 +1,30 @@ { - "subtitle" : { - "text" : "Last updated at 2023-04-23 08:51:24 GMT" + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } } }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2023]" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2023]" + "subtitle" : { + "text" : "Last updated at 2023-04-23 09:13:50 GMT" }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "rotation" : -90, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", @@ -46,18 +36,28 @@ ], [ "Raku", - 6293 + 6294 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "enabled" : "true" + } } ], - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } |
