diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index db6d26a8e8..2494069133 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,18 @@ { - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2024-08-18 18:31:01 GMT" + "text" : "Last updated at 2024-08-18 21:13:54 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" }, "series" : [ { - "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "align" : "right", - "color" : "#FFFFFF" - }, - "name" : "Contributions", "data" : [ [ "Perl", @@ -31,33 +24,40 @@ ], [ "Blog", - 5195 + 5196 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}" + } } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "chart" : { + "type" : "column" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - }, - "type" : "category" + } } } |
