diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 9cf0c2277c..169072eaa3 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,14 +1,6 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-08-01 12:00:21 GMT" }, "xAxis" : { "categories" : [ @@ -44,12 +36,15 @@ "Nikhil Prasanna" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Perl", "data" : [ 0, 0, @@ -81,10 +76,10 @@ 8, 118, 3 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 120, 14, @@ -116,8 +111,7 @@ 8, 0, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -145,7 +139,7 @@ 0, 0, 0, - 72, + 76, 16, 0, 4, @@ -155,13 +149,19 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-08-01 11:29:58 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
