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 51c1ff6cd7..419a8576c5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,45 +1,48 @@ { - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-11-28 03:38:58 GMT" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, + "color" : "#FFFFFF", + "y" : 10, "rotation" : -90, "align" : "right", - "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, "enabled" : "true", - "color" : "#FFFFFF" + "format" : "{point.y:.0f}" }, - "name" : "Contributions", "data" : [ [ "Blog", - 3053 + 3055 ], [ "Perl", - 9418 + 9420 ], [ "Raku", @@ -48,16 +51,13 @@ ] } ], - "subtitle" : { - "text" : "Last updated at 2022-11-28 02:56:00 GMT" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" } } |
