diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 9045c5b10e..5033ce8f8d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,44 +1,33 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "legend" : { - "enabled" : "false" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "legend" : { + "enabled" : "false" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "color" : "#FFFFFF", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "rotation" : -90, - "format" : "{point.y:.0f}", + "enabled" : "true", "y" : 10, - "align" : "right" + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF" }, "data" : [ [ @@ -47,17 +36,28 @@ ], [ "Perl", - 8264 + 8265 ], [ "Raku", - 4904 + 4905 ] - ], - "name" : "Contributions" + ] } ], "subtitle" : { - "text" : "Last updated at 2022-06-21 21:57:35 GMT" + "text" : "Last updated at 2022-06-21 22:17:58 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } |
