diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index d866706b10..6157e30614 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,13 +1,13 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "series" : [ { + "name" : "Perl", "data" : [ 1, 2, @@ -39,8 +39,7 @@ 10, 2, 132 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -113,9 +112,6 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-07-25 22:39:15 GMT" - }, "xAxis" : { "categories" : [ "Jim Bacon", @@ -150,11 +146,15 @@ "Lubos Kolouch" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-07-26 07:46:44 GMT" + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { |
