diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 34add112dd..72352db4ae 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,22 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Perl", @@ -73,7 +86,7 @@ 60, 0, 8, - 40, + 41, 1, 4, 2, @@ -252,7 +265,7 @@ 60, 2, 0, - 40, + 41, 0, 0, 1, @@ -366,6 +379,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -432,7 +446,7 @@ 47, 0, 6, - 40, + 41, 0, 0, 0, @@ -542,8 +556,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "xAxis" : { @@ -725,23 +738,10 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 175] Last updated at 2020-07-27 23:11:29 GMT" }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 175] Last updated at 2020-07-27 23:00:45 GMT" - }, - "chart" : { - "type" : "column" } } |
