aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-08 03:22:10 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-08 03:22:10 +0100
commit41baccbf1440fcd9cd88abc370bec2cb462ae278 (patch)
treeeced56fadfc8cadb53d29476dc08dfc4a6767e68 /stats/pwc-summary.json
parent1fa8221462a52d748a8ec44461e4e8a5ba0ef431 (diff)
downloadperlweeklychallenge-club-41baccbf1440fcd9cd88abc370bec2cb462ae278.tar.gz
perlweeklychallenge-club-41baccbf1440fcd9cd88abc370bec2cb462ae278.tar.bz2
perlweeklychallenge-club-41baccbf1440fcd9cd88abc370bec2cb462ae278.zip
- Raku solution to "Fibonacci Sum" task of week #077.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 2533168f4d..8425b13cc4 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,28 +1,16 @@
{
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : ""
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ },
+ "min" : 0
},
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -209,9 +197,11 @@
3,
41,
11
- ]
+ ],
+ "name" : "Perl"
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -327,7 +317,7 @@
0,
0,
0,
- 31,
+ 32,
8,
0,
0,
@@ -398,8 +388,7 @@
3,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
"data" : [
@@ -592,6 +581,20 @@
"name" : "Blog"
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 185] Last updated at 2020-09-08 02:21:37 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -780,8 +783,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "subtitle" : {
- "text" : "[Champions: 185] Last updated at 2020-09-08 01:51:09 GMT"
}
}