aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-12-05 00:35:53 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-12-05 00:35:53 +0000
commitf1d37539653b3064d7e4bd0ca6af432cfdc79ea6 (patch)
tree42ad012d1e6b5299e17a76587f70abdd1626a45f /stats/pwc-language-breakdown-summary.json
parentdefb588267dad3740d20426ae04cea1c01664d5f (diff)
downloadperlweeklychallenge-club-f1d37539653b3064d7e4bd0ca6af432cfdc79ea6.tar.gz
perlweeklychallenge-club-f1d37539653b3064d7e4bd0ca6af432cfdc79ea6.tar.bz2
perlweeklychallenge-club-f1d37539653b3064d7e4bd0ca6af432cfdc79ea6.zip
- Added solutions by Saif Ahmad.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 59a0fa7068..e6662d7d4c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,34 +1,19 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-12-04 17:09:43 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
+ "y" : 10,
+ "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "enabled" : "true",
"align" : "right",
- "y" : 10
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -36,7 +21,7 @@
],
[
"Perl 5",
- 1531
+ 1533
],
[
"Perl 6",
@@ -45,19 +30,34 @@
]
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
- },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-12-05 00:35:46 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
}
}