aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-91-120.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-17 07:21:47 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-17 07:21:47 +0000
commit02ac8ebdd2fa6baee4c509e965b95e64adb894cb (patch)
treee91db576e1bb853168f66ac7a009fbd974d75c1f /stats/pwc-summary-91-120.json
parentddc121375f17d6f9c3ffe2650d253ee5ff82275d (diff)
downloadperlweeklychallenge-club-02ac8ebdd2fa6baee4c509e965b95e64adb894cb.tar.gz
perlweeklychallenge-club-02ac8ebdd2fa6baee4c509e965b95e64adb894cb.tar.bz2
perlweeklychallenge-club-02ac8ebdd2fa6baee4c509e965b95e64adb894cb.zip
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-summary-91-120.json')
-rw-r--r--stats/pwc-summary-91-120.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json
index 85e381c0ff..0670be0bab 100644
--- a/stats/pwc-summary-91-120.json
+++ b/stats/pwc-summary-91-120.json
@@ -1,4 +1,11 @@
{
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2020-01-17 07:21:31 GMT"
+ },
"xAxis" : {
"categories" : [
"Nick Logan",
@@ -33,15 +40,22 @@
"Simon Proctor"
]
},
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : ""
- }
+ },
+ "min" : 0
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
"series" : [
{
@@ -149,19 +163,5 @@
7
]
}
- ],
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2020-01-16 22:22:38 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- }
+ ]
}