diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6d4b0202a3..66b92e2195 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,40 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "subtitle" : { + "text" : "Last updated at 2022-04-07 13:46:14 GMT" }, "legend" : { "enabled" : "false" }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "align" : "right", + "y" : 10 + }, "data" : [ [ "Blog", @@ -32,32 +42,22 @@ ], [ "Perl", - 7681 + 7683 ], [ "Raku", 4595 ] - ], - "dataLabels" : { - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}", - "align" : "right", - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF" - }, - "name" : "Contributions" + ] } ], - "subtitle" : { - "text" : "Last updated at 2022-04-07 04:03:45 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" } } |
