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 f97240f62d..983756f730 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,15 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2021-11-28 21:49:09 GMT" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -15,49 +17,47 @@ ], [ "Perl", - 6737 + 6739 ], [ "Raku", 4092 ] ], + "name" : "Contributions", "dataLabels" : { "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, + "format" : "{point.y:.0f}", + "enabled" : "true", + "y" : 10, "color" : "#FFFFFF", "rotation" : -90, - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}" + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } } ], "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2021-11-28 21:21:40 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } |
