aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-16 09:38:48 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-16 09:38:48 +0000
commit73067eb6706152b436bcddcaa9beeab64f7e461f (patch)
tree099161c3f89930c868aab94ea7de52ae86820f76 /stats/pwc-current.json
parentdafba55fd28944345f736ab47e5ff60a0570b449 (diff)
downloadperlweeklychallenge-club-73067eb6706152b436bcddcaa9beeab64f7e461f.tar.gz
perlweeklychallenge-club-73067eb6706152b436bcddcaa9beeab64f7e461f.tar.bz2
perlweeklychallenge-club-73067eb6706152b436bcddcaa9beeab64f7e461f.zip
- Added contributions by Mark Anderson.
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json79
1 files changed, 47 insertions, 32 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index e6e86adb30..3e7905e658 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,43 +1,50 @@
{
- "plotOptions" : {
- "series" : {
- "borderWidth" : 0,
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- }
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
}
},
- "legend" : {
- "enabled" : 0
- },
- "title" : {
- "text" : "The Weekly Challenge - 152"
- },
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "followPointer" : 1,
+ "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>"
},
"series" : [
{
- "name" : "The Weekly Challenge - 152",
"data" : [
{
- "drilldown" : "Roger Bell_West",
+ "name" : "Mark Anderson",
+ "drilldown" : "Mark Anderson",
+ "y" : 2
+ },
+ {
"name" : "Roger Bell_West",
- "y" : 4
+ "y" : 4,
+ "drilldown" : "Roger Bell_West"
}
],
- "colorByPoint" : 1
+ "colorByPoint" : 1,
+ "name" : "The Weekly Challenge - 152"
}
],
- "tooltip" : {
- "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
- "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "followPointer" : 1
+ "chart" : {
+ "type" : "column"
},
"drilldown" : {
"series" : [
{
+ "name" : "Mark Anderson",
+ "data" : [
+ [
+ "Raku",
+ 2
+ ]
+ ],
+ "id" : "Mark Anderson"
+ },
+ {
+ "name" : "Roger Bell_West",
+ "id" : "Roger Bell_West",
"data" : [
[
"Perl",
@@ -47,21 +54,29 @@
"Raku",
2
]
- ],
- "id" : "Roger Bell_West",
- "name" : "Roger Bell_West"
+ ]
}
]
},
+ "subtitle" : {
+ "text" : "[Champions: 2] Last updated at 2022-02-16 09:37:15 GMT"
+ },
+ "legend" : {
+ "enabled" : 0
+ },
"xAxis" : {
"type" : "category"
},
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "title" : {
+ "text" : "The Weekly Challenge - 152"
},
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2022-02-16 09:09:31 GMT"
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
}
}