diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 95c3935250..ae64c06577 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,12 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2023]" }, + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "Last updated at 2023-11-28 11:50:08 GMT" + "text" : "Last updated at 2023-11-28 17:53:20 GMT" }, "xAxis" : { "type" : "category", @@ -20,27 +17,20 @@ } } }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "y" : 10, - "format" : "{point.y:.0f}", - "align" : "right", - "rotation" : -90, - "enabled" : "true" - }, "data" : [ [ "Blog", @@ -48,16 +38,26 @@ ], [ "Perl", - 12639 + 12643 ], [ "Raku", - 7289 + 7291 ] - ] + ], + "dataLabels" : { + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "enabled" : "true", + "y" : 10, + "rotation" : -90, + "color" : "#FFFFFF" + }, + "name" : "Contributions" } - ], - "chart" : { - "type" : "column" - } + ] } |
