aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-61-90.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-13 23:05:02 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-04-13 23:05:02 +0100
commit1ffbb7ca0f1c0a38ef3dfc6178c66e05abdedb03 (patch)
treede11967a02239a60c633b557db1a94e89c559fb1 /stats/pwc-summary-61-90.json
parente6b27fc5d6ac336141c6060d890ed304f6ede228 (diff)
downloadperlweeklychallenge-club-1ffbb7ca0f1c0a38ef3dfc6178c66e05abdedb03.tar.gz
perlweeklychallenge-club-1ffbb7ca0f1c0a38ef3dfc6178c66e05abdedb03.tar.bz2
perlweeklychallenge-club-1ffbb7ca0f1c0a38ef3dfc6178c66e05abdedb03.zip
- Updated chart stats.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
-rw-r--r--stats/pwc-summary-61-90.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json
index 4f65c2951b..088ff4dad0 100644
--- a/stats/pwc-summary-61-90.json
+++ b/stats/pwc-summary-61-90.json
@@ -1,22 +1,4 @@
{
- "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: 12] Last updated at 2019-04-12 18:04:09 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"xAxis" : {
"categories" : [
"Ruben Westerberg",
@@ -33,6 +15,20 @@
"William Gilmore"
]
},
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"series" : [
{
"data" : [
@@ -52,7 +48,6 @@
"name" : "Perl 5"
},
{
- "name" : "Perl 6",
"data" : [
2,
3,
@@ -66,13 +61,18 @@
0,
0,
0
- ]
+ ],
+ "name" : "Perl 6"
}
],
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"chart" : {
"type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 12] Last updated at 2019-04-13 22:04:26 GMT"
}
}