diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index ec28de19b8..25a5128bb2 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,24 +1,16 @@ { - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-06-05 16:07:53 GMT" + "text" : "[Champions: 30] Last updated at 2022-06-05 16:55:57 GMT" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + }, + "min" : 0 }, "series" : [ { @@ -57,7 +49,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 2, 0, @@ -89,10 +80,10 @@ 32, 0, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 1, 43, @@ -124,9 +115,21 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "xAxis" : { "categories" : [ "Khalid", @@ -160,8 +163,5 @@ "Matt Latusek", "Matthew Neleigh" ] - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" } } |
