diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index df9989981c..c9f9c2d760 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,24 @@ { "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" + } }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2023]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" }, "subtitle" : { - "text" : "Last updated at 2023-06-19 04:27:10 GMT" + "text" : "Last updated at 2023-06-19 04:43:33 GMT" }, "series" : [ { @@ -30,12 +27,12 @@ "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, + "align" : "right", "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", "enabled" : "true", - "align" : "right" + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "rotation" : -90 }, "name" : "Contributions", "data" : [ @@ -54,10 +51,13 @@ ] } ], - "legend" : { - "enabled" : "false" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
