Skip to content

Commit

Permalink
- Added solutions by Mark Anderson.
Browse files Browse the repository at this point in the history
  • Loading branch information
manwar committed Jun 8, 2020
1 parent a2ec7d8 commit cc7cd44
Show file tree
Hide file tree
Showing 11 changed files with 901 additions and 886 deletions.
147 changes: 81 additions & 66 deletions stats/pwc-current.json
Original file line number Diff line number Diff line change
@@ -1,74 +1,37 @@
{
"title" : {
"text" : "Perl Weekly Challenge - 064"
"legend" : {
"enabled" : 0
},
"plotOptions" : {
"series" : {
"borderWidth" : 0,
"dataLabels" : {
"enabled" : 1,
"format" : "{point.y}"
}
}
"subtitle" : {
"text" : "[Champions: 6] Last updated at 2020-06-08 19:56:12 GMT"
},
"xAxis" : {
"type" : "category"
},
"yAxis" : {
"title" : {
"text" : "Total Solutions"
}
},
"xAxis" : {
"type" : "category"
},
"legend" : {
"enabled" : 0
},
"subtitle" : {
"text" : "[Champions: 5] Last updated at 2020-06-08 19:28:23 GMT"
},
"chart" : {
"type" : "column"
},
"series" : [
{
"colorByPoint" : 1,
"data" : [
{
"y" : 3,
"drilldown" : "Bartosz Jarzyna",
"name" : "Bartosz Jarzyna"
},
{
"name" : "Javier Luque",
"drilldown" : "Javier Luque",
"y" : 5
},
{
"y" : 4,
"drilldown" : "Luca Ferrari",
"name" : "Luca Ferrari"
},
{
"name" : "Roger Bell_West",
"drilldown" : "Roger Bell_West",
"y" : 4
},
{
"name" : "Wanderdoc",
"y" : 2,
"drilldown" : "Wanderdoc"
}
],
"name" : "Perl Weekly Challenge - 064"
"title" : {
"text" : "Perl Weekly Challenge - 064"
},
"plotOptions" : {
"series" : {
"borderWidth" : 0,
"dataLabels" : {
"enabled" : 1,
"format" : "{point.y}"
}
}
],
"tooltip" : {
"followPointer" : 1,
"headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
"pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>"
},
"drilldown" : {
"series" : [
{
"name" : "Bartosz Jarzyna",
"id" : "Bartosz Jarzyna",
"data" : [
[
Expand All @@ -79,12 +42,9 @@
"Blog",
1
]
],
"name" : "Bartosz Jarzyna"
]
},
{
"name" : "Javier Luque",
"id" : "Javier Luque",
"data" : [
[
"Perl",
Expand All @@ -98,7 +58,9 @@
"Blog",
1
]
]
],
"name" : "Javier Luque",
"id" : "Javier Luque"
},
{
"data" : [
Expand All @@ -111,11 +73,20 @@
2
]
],
"id" : "Luca Ferrari",
"name" : "Luca Ferrari"
"name" : "Luca Ferrari",
"id" : "Luca Ferrari"
},
{
"name" : "Mark Anderson",
"id" : "Mark Anderson",
"data" : [
[
"Raku",
2
]
]
},
{
"name" : "Roger Bell_West",
"data" : [
[
"Perl",
Expand All @@ -126,6 +97,7 @@
2
]
],
"name" : "Roger Bell_West",
"id" : "Roger Bell_West"
},
{
Expand All @@ -135,9 +107,52 @@
2
]
],
"id" : "Wanderdoc",
"name" : "Wanderdoc"
"name" : "Wanderdoc",
"id" : "Wanderdoc"
}
]
}
},
"tooltip" : {
"headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>",
"pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>",
"followPointer" : 1
},
"series" : [
{
"name" : "Perl Weekly Challenge - 064",
"colorByPoint" : 1,
"data" : [
{
"y" : 3,
"name" : "Bartosz Jarzyna",
"drilldown" : "Bartosz Jarzyna"
},
{
"drilldown" : "Javier Luque",
"y" : 5,
"name" : "Javier Luque"
},
{
"y" : 4,
"name" : "Luca Ferrari",
"drilldown" : "Luca Ferrari"
},
{
"drilldown" : "Mark Anderson",
"name" : "Mark Anderson",
"y" : 2
},
{
"drilldown" : "Roger Bell_West",
"name" : "Roger Bell_West",
"y" : 4
},
{
"drilldown" : "Wanderdoc",
"y" : 2,
"name" : "Wanderdoc"
}
]
}
]
}
76 changes: 38 additions & 38 deletions stats/pwc-language-breakdown-summary.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
{
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
"chart" : {
"type" : "column"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
"subtitle" : {
"text" : "Last updated at 2020-06-08 19:56:12 GMT"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
}
},
"legend" : {
"enabled" : "false"
},
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
"rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"format" : "{point.y:.0f}",
"y" : 10,
"enabled" : "true",
"color" : "#FFFFFF",
"align" : "right"
},
"data" : [
[
"Blog",
Expand All @@ -31,33 +36,28 @@
],
[
"Raku",
1679
1681
]
]
],
"dataLabels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
"y" : 10,
"color" : "#FFFFFF",
"format" : "{point.y:.0f}",
"rotation" : -90,
"enabled" : "true",
"align" : "right"
},
"name" : "Contributions"
}
],
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"subtitle" : {
"text" : "Last updated at 2020-06-08 19:28:23 GMT"
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
"legend" : {
"enabled" : "false"
},
"xAxis" : {
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
},
"type" : "category"
}
}
Loading

0 comments on commit cc7cd44

Please sign in to comment.