diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0ddb1f5225..d0c964fc3c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,15 @@ { - "subtitle" : { - "text" : "Last updated at 2022-04-12 11:07:25 GMT" - }, - "series" : [ - { - "name" : "Contributions", - "data" : [ - [ - "Blog", - 2431 - ], - [ - "Perl", - 7727 - ], - [ - "Raku", - 4620 - ] - ], - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "enabled" : "true", - "align" : "right", - "color" : "#FFFFFF", - "y" : 10, - "rotation" : -90 - } - } - ], - "legend" : { - "enabled" : "false" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "chart" : { + "type" : "column" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-04-12 13:27:35 GMT" }, "yAxis" : { "title" : { @@ -59,5 +25,39 @@ "fontSize" : "13px" } } + }, + "series" : [ + { + "dataLabels" : { + "format" : "{point.y:.0f}", + "rotation" : -90, + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "enabled" : "true", + "color" : "#FFFFFF" + }, + "name" : "Contributions", + "data" : [ + [ + "Blog", + 2431 + ], + [ + "Perl", + 7728 + ], + [ + "Raku", + 4620 + ] + ] + } + ], + "legend" : { + "enabled" : "false" } } |
