diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 10eba0d7b9..a73121e7d1 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,8 +1,9 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "yAxis" : { "title" : { @@ -10,12 +11,6 @@ }, "min" : 0 }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "xAxis" : { "categories" : [ "Noud Aldenhoven", @@ -91,7 +86,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 93, 0, @@ -123,7 +117,8 @@ 51, 0, 10 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -161,7 +156,12 @@ ] } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-08-30 12:56:17 GMT" + "text" : "[Champions: 30] Last updated at 2020-08-30 16:05:22 GMT" } } |
