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 d7352c8b1f..4369454ef9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,42 +1,18 @@ { - "subtitle" : { - "text" : "Last updated at 2023-05-02 16:06:01 GMT" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { "name" : "Contributions", "dataLabels" : { - "rotation" : -90, "y" : 10, + "rotation" : -90, "format" : "{point.y:.0f}", - "align" : "right", + "color" : "#FFFFFF", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "color" : "#FFFFFF", - "enabled" : "true" + "enabled" : "true", + "align" : "right" }, "data" : [ [ @@ -45,7 +21,7 @@ ], [ "Perl", - 10917 + 10919 ], [ "Raku", @@ -54,9 +30,33 @@ ] } ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2023-05-02 18:08:30 GMT" + }, + "chart" : { + "type" : "column" + }, "legend" : { "enabled" : "false" }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2023]" } |
