diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e01c33e77c..7f05b7750e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,17 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -83,7 +90,7 @@ 4, 12, 0, - 127, + 128, 0, 2, 2, @@ -143,7 +150,7 @@ 24, 0, 9, - 16, + 17, 2, 16, 23, @@ -254,7 +261,7 @@ 2, 1, 2, - 24, + 25, 1, 33, 1, @@ -290,11 +297,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -373,7 +378,7 @@ 0, 99, 2, - 91, + 92, 18, 0, 0, @@ -580,7 +585,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -662,7 +668,7 @@ 0, 0, 0, - 126, + 127, 9, 0, 0, @@ -751,7 +757,7 @@ 0, 0, 1, - 1, + 2, 0, 0, 0, @@ -872,6 +878,9 @@ ] } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, "xAxis" : { "categories" : [ "3ter", @@ -1160,24 +1169,15 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" - }, "subtitle" : { - "text" : "[Champions: 284] Last updated at 2023-02-24 21:01:24 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "text" : "[Champions: 284] Last updated at 2023-02-25 19:49:42 GMT" }, "chart" : { "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
