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 a2cd8682c5..920a161929 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,10 +1,25 @@ { - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2021-02-15 19:19:31 GMT" + }, + "legend" : { + "enabled" : "false" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, @@ -14,9 +29,6 @@ }, "min" : 0 }, - "subtitle" : { - "text" : "Last updated at 2021-02-15 18:44:12 GMT" - }, "series" : [ { "data" : [ @@ -30,34 +42,22 @@ ], [ "Raku", - 2999 + 3001 ] ], + "name" : "Contributions", "dataLabels" : { - "align" : "right", - "y" : 10, - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions" - } - ], - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "y" : 10, + "enabled" : "true", + "align" : "right", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" } - }, - "type" : "category" - } + } + ] } |
