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 f4c4b39c3d..000f0fe62a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,56 +1,38 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2023-01-09 04:33:43 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 3178 + 3192 ], [ "Perl", - 9754 + 9792 ], [ "Raku", - 5848 + 5872 ] ], "dataLabels" : { "color" : "#FFFFFF", - "y" : 10, - "align" : "right", - "rotation" : -90, - "format" : "{point.y:.0f}", + "enabled" : "true", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true" - }, - "name" : "Contributions" + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}", + "align" : "right" + } } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "xAxis" : { "type" : "category", "labels" : { @@ -59,5 +41,23 @@ "fontSize" : "13px" } } + }, + "subtitle" : { + "text" : "Last updated at 2023-01-13 20:17:12 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" } } |
