diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 2cf7ae38b5..4291ae93b3 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,18 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2023]" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "Last updated at 2023-07-20 09:29:43 GMT" + "text" : "Last updated at 2023-07-20 22:26:05 GMT" }, "xAxis" : { "type" : "category", @@ -14,50 +23,41 @@ } } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2023]" - }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10 + }, "data" : [ [ "Blog", - 3756 + 3759 ], [ "Perl", - 11554 + 11557 ], [ "Raku", - 6647 + 6650 ] - ], - "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - } + ] } ], - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } } } |
