Skip to content

Commit

Permalink
- Added solutions by Dave Jacoby.
Browse files Browse the repository at this point in the history
  • Loading branch information
manwar committed Jul 27, 2020
1 parent 0059df8 commit e010836
Show file tree
Hide file tree
Showing 11 changed files with 983 additions and 968 deletions.
109 changes: 62 additions & 47 deletions stats/pwc-current.json
@@ -1,73 +1,62 @@
{
"chart" : {
"type" : "column"
},
"plotOptions" : {
"series" : {
"borderWidth" : 0,
"dataLabels" : {
"format" : "{point.y}",
"enabled" : 1
}
}
},
"tooltip" : {
"headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
"followPointer" : 1,
"pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
"legend" : {
"enabled" : 0
},
"series" : [
{
"name" : "Perl Weekly Challenge - 071",
"data" : [
{
"y" : 5,
"y" : 2,
"drilldown" : "Dave Jacoby",
"name" : "Dave Jacoby"
},
{
"name" : "Javier Luque",
"drilldown" : "Javier Luque",
"name" : "Javier Luque"
"y" : 5
},
{
"y" : 4,
"drilldown" : "Luca Ferrari",
"name" : "Luca Ferrari"
"name" : "Luca Ferrari",
"y" : 4
},
{
"drilldown" : "Mark Anderson",
"name" : "Mark Anderson",
"y" : 1,
"drilldown" : "Mark Anderson"
"y" : 1
},
{
"y" : 2,
"name" : "Roger Bell_West",
"drilldown" : "Roger Bell_West",
"y" : 2
"drilldown" : "Roger Bell_West"
},
{
"drilldown" : "Simon Proctor",
"y" : 2,
"drilldown" : "Simon Proctor",
"name" : "Simon Proctor"
}
],
"colorByPoint" : 1
"colorByPoint" : 1,
"name" : "Perl Weekly Challenge - 071"
}
],
"xAxis" : {
"type" : "category"
},
"title" : {
"text" : "Perl Weekly Challenge - 071"
},
"subtitle" : {
"text" : "[Champions: 5] Last updated at 2020-07-27 23:11:29 GMT"
"text" : "[Champions: 6] Last updated at 2020-07-27 23:20:03 GMT"
},
"drilldown" : {
"series" : [
{
"name" : "Dave Jacoby",
"id" : "Dave Jacoby",
"data" : [
[
"Perl",
2
]
]
},
{
"data" : [
[
Expand All @@ -83,12 +72,11 @@
1
]
],
"name" : "Javier Luque",
"id" : "Javier Luque"
"id" : "Javier Luque",
"name" : "Javier Luque"
},
{
"id" : "Luca Ferrari",
"name" : "Luca Ferrari",
"data" : [
[
"Raku",
Expand All @@ -98,21 +86,21 @@
"Blog",
2
]
]
],
"name" : "Luca Ferrari"
},
{
"name" : "Mark Anderson",
"id" : "Mark Anderson",
"data" : [
[
"Raku",
1
]
]
],
"id" : "Mark Anderson",
"name" : "Mark Anderson"
},
{
"name" : "Roger Bell_West",
"id" : "Roger Bell_West",
"data" : [
[
"Perl",
Expand All @@ -122,7 +110,8 @@
"Raku",
1
]
]
],
"id" : "Roger Bell_West"
},
{
"name" : "Simon Proctor",
Expand All @@ -135,5 +124,31 @@
]
}
]
},
"legend" : {
"enabled" : 0
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
"title" : {
"text" : "Perl Weekly Challenge - 071"
},
"chart" : {
"type" : "column"
},
"plotOptions" : {
"series" : {
"borderWidth" : 0,
"dataLabels" : {
"format" : "{point.y}",
"enabled" : 1
}
}
},
"xAxis" : {
"type" : "category"
}
}
52 changes: 26 additions & 26 deletions stats/pwc-language-breakdown-summary.json
@@ -1,33 +1,33 @@
{
"chart" : {
"type" : "column"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
}
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
"min" : 0
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"legend" : {
"enabled" : "false"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
"chart" : {
"type" : "column"
},
"subtitle" : {
"text" : "Last updated at 2020-07-27 23:11:29 GMT"
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
}
"subtitle" : {
"text" : "Last updated at 2020-07-27 23:20:03 GMT"
},
"series" : [
{
Expand All @@ -39,7 +39,7 @@
],
[
"Perl",
2904
2906
],
[
"Raku",
Expand All @@ -48,15 +48,15 @@
],
"dataLabels" : {
"y" : 10,
"align" : "right",
"color" : "#FFFFFF",
"rotation" : -90,
"enabled" : "true",
"color" : "#FFFFFF",
"align" : "right",
"format" : "{point.y:.0f}",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
"rotation" : -90
}
}
]
Expand Down

0 comments on commit e010836

Please sign in to comment.