aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-12-19 23:38:31 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-12-19 23:38:31 +0000
commit2033c83ccafc6a44d65153209fea390e44200d4d (patch)
tree2f71df1265ec0fa1e2513f689a88ee9bdb18c43f /stats/pwc-language-breakdown-summary.json
parent1d488a37468835a79797d8f6c010146d18eed625 (diff)
downloadperlweeklychallenge-club-2033c83ccafc6a44d65153209fea390e44200d4d.tar.gz
perlweeklychallenge-club-2033c83ccafc6a44d65153209fea390e44200d4d.tar.bz2
perlweeklychallenge-club-2033c83ccafc6a44d65153209fea390e44200d4d.zip
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2e62960045..94971e3e25 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,24 +1,6 @@
{
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"subtitle" : {
- "text" : "Last updated at 2019-12-19 23:28:51 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "text" : "Last updated at 2019-12-19 23:38:18 GMT"
},
"xAxis" : {
"type" : "category",
@@ -29,35 +11,53 @@
}
}
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 415
+ 416
],
[
"Perl 5",
- 1604
+ 1606
],
[
"Perl 6",
- 962
+ 964
]
],
"dataLabels" : {
- "format" : "{point.y:.0f}",
"y" : 10,
- "align" : "right",
"color" : "#FFFFFF",
- "rotation" : -90,
+ "enabled" : "true",
+ "align" : "right",
+ "format" : "{point.y:.0f}",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "enabled" : "true"
- }
+ "rotation" : -90
+ },
+ "name" : "Contributions"
}
- ]
+ ],
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "legend" : {
+ "enabled" : "false"
+ }
}