diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 00cbb5b452..2ce0d0f19a 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,4 +1,8 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "Kaushik Tunuguntla", @@ -33,32 +37,15 @@ "Marton Polgar" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-06-23 09:27:01 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Perl", "data" : [ 2, 2, @@ -90,8 +77,7 @@ 0, 0, 0 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -163,5 +149,19 @@ ], "name" : "Blog" } - ] + ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-06-23 19:40:34 GMT" + } } |
