aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-current.json
diff options
context:
space:
mode:
Diffstat (limited to 'stats/pwc-current.json')
-rw-r--r--stats/pwc-current.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json
index 9f3e4e1064..cb0b2e0447 100644
--- a/stats/pwc-current.json
+++ b/stats/pwc-current.json
@@ -1,62 +1,62 @@
{
- "plotOptions" : {
- "series" : {
- "dataLabels" : {
- "format" : "{point.y}",
- "enabled" : 1
- },
- "borderWidth" : 0
- }
- },
- "xAxis" : {
- "type" : "category"
- },
- "legend" : {
- "enabled" : 0
- },
- "yAxis" : {
- "title" : {
- "text" : "Total Solutions"
- }
+ "subtitle" : {
+ "text" : "[Champions: 1] Last updated at 2019-05-06 19:02:06 GMT"
},
"series" : [
{
"name" : "Champions",
- "colorByPoint" : 1,
"data" : [
{
- "name" : "Ozzy",
+ "y" : 1,
"drilldown" : "Ozzy",
- "y" : 1
+ "name" : "Ozzy"
}
- ]
+ ],
+ "colorByPoint" : 1
}
],
- "subtitle" : {
- "text" : "[Champions: 1] Last updated at 2019-05-06 07:55:35 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 007"
+ "legend" : {
+ "enabled" : 0
},
"tooltip" : {
- "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
+ "followPointer" : 1,
"headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
- "followPointer" : 1
+ "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
+ },
+ "plotOptions" : {
+ "series" : {
+ "borderWidth" : 0,
+ "dataLabels" : {
+ "enabled" : 1,
+ "format" : "{point.y}"
+ }
+ }
},
"drilldown" : {
"series" : [
{
+ "id" : "Ozzy",
"data" : [
[
"Perl 6",
1
]
],
- "id" : "Ozzy",
"name" : "Ozzy"
}
]
},
+ "yAxis" : {
+ "title" : {
+ "text" : "Total Solutions"
+ }
+ },
+ "xAxis" : {
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 007"
+ },
"chart" : {
"type" : "column"
}