diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index da43069705..131895a60a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,13 @@ { - "subtitle" : { - "text" : "Last updated at 2022-01-29 18:54:53 GMT" + "legend" : { + "enabled" : "false" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "subtitle" : { + "text" : "Last updated at 2022-01-30 02:16:19 GMT" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -14,7 +15,7 @@ ], [ "Perl", - 7179 + 7180 ], [ "Raku", @@ -22,42 +23,41 @@ ] ], "dataLabels" : { + "align" : "right", "format" : "{point.y:.0f}", + "rotation" : -90, "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "y" : 10, - "align" : "right", "color" : "#FFFFFF", - "rotation" : -90 - }, - "name" : "Contributions" + "y" : 10 + } } ], - "legend" : { - "enabled" : "false" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
