aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-13 11:32:49 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-13 11:32:49 +0100
commit22281bbaade2781c667cf5e8611ab3d822d431fb (patch)
treea46d984276a25485b2140c0d1b53da47db110272 /stats/pwc-language-breakdown-summary.json
parent6128733579a3f033d182e5dae3eb7187c9ead2b0 (diff)
downloadperlweeklychallenge-club-22281bbaade2781c667cf5e8611ab3d822d431fb.tar.gz
perlweeklychallenge-club-22281bbaade2781c667cf5e8611ab3d822d431fb.tar.bz2
perlweeklychallenge-club-22281bbaade2781c667cf5e8611ab3d822d431fb.zip
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a24bec6494..a2e6aa2297 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-06-13 10:22:13 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "rotation" : -90,
- "y" : 10,
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right"
- },
"data" : [
[
"Blog",
- 101
+ 102
],
[
"Perl 5",
- 462
+ 464
],
[
"Perl 6",
- 269
+ 271
]
- ]
+ ],
+ "dataLabels" : {
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "align" : "right",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "y" : 10
+ },
+ "name" : "Contributions"
}
],
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2019-06-13 10:32:24 GMT"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
}
}