diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 90baf5be94..03fd3887f2 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,65 +1,6 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "categories" : [ - "Lucas Ransan", - "Luis F. Uceta", - "Luiz Felipe", - "Magnus Woldrich", - "Mano Chandar", - "Mariano Spadaccini", - "Mark Anderson", - "Mark J. Reed", - "Mark Senn", - "Markus Holzer", - "Martin Barth", - "Martin Mugeni", - "Marton Polgar", - "Matt Latusek", - "Matthew Neleigh", - "Matthew O. Persico", - "Matthew Somerville", - "Matthias Muth", - "Max Kossek", - "Maxim Kolodyazhny", - "Maxim Nechaev", - "Michael Hamlin", - "Michael Schaap", - "Miguel Prz", - "Mihail Iosilevitch", - "Mike Accardo", - "Mohammad Khalid Anwar", - "Mohammad S Anwar", - "Moray Jones", - "Myoungjin Jeon" - ] - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-05-14 14:16:13 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { - "name" : "Perl", "data" : [ 0, 0, @@ -91,9 +32,11 @@ 171, 0, 40 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 14, 4, @@ -125,8 +68,7 @@ 107, 1, 40 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -163,5 +105,63 @@ 16 ] } - ] + ], + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-05-14 21:32:39 GMT" + }, + "xAxis" : { + "categories" : [ + "Lucas Ransan", + "Luis F. Uceta", + "Luiz Felipe", + "Magnus Woldrich", + "Mano Chandar", + "Mariano Spadaccini", + "Mark Anderson", + "Mark J. Reed", + "Mark Senn", + "Markus Holzer", + "Martin Barth", + "Martin Mugeni", + "Marton Polgar", + "Matt Latusek", + "Matthew Neleigh", + "Matthew O. Persico", + "Matthew Somerville", + "Matthias Muth", + "Max Kossek", + "Maxim Kolodyazhny", + "Maxim Nechaev", + "Michael Hamlin", + "Michael Schaap", + "Miguel Prz", + "Mihail Iosilevitch", + "Mike Accardo", + "Mohammad Khalid Anwar", + "Mohammad S Anwar", + "Moray Jones", + "Myoungjin Jeon" + ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + } } |
