diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 2f9eeeb826..30ecbae9c2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,16 +1,4 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2022-07-29 08:35:22 GMT" - }, - "legend" : { - "enabled" : "false" - }, "xAxis" : { "type" : "category", "labels" : { @@ -20,19 +8,34 @@ } } }, + "subtitle" : { + "text" : "Last updated at 2022-07-29 19:56:29 GMT" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" + }, "series" : [ { "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "y" : 10, + "format" : "{point.y:.0f}", "enabled" : "true", - "align" : "right" + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, "name" : "Contributions", "data" : [ @@ -42,22 +45,19 @@ ], [ "Perl", - 8526 + 8532 ], [ "Raku", - 5075 + 5078 ] ] } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } } } |
