aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-11 03:43:50 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-11 03:43:50 +0100
commit7ce2dbe9d1443072cd2bb2d86277148a11df5d6c (patch)
tree4f847794192a0175c53dbb22edf39c04ac908cbf /stats/pwc-language-breakdown-summary.json
parentc2fbd3853bf867a9f310d4e6a6783007cb6e4ca9 (diff)
downloadperlweeklychallenge-club-7ce2dbe9d1443072cd2bb2d86277148a11df5d6c.tar.gz
perlweeklychallenge-club-7ce2dbe9d1443072cd2bb2d86277148a11df5d6c.tar.bz2
perlweeklychallenge-club-7ce2dbe9d1443072cd2bb2d86277148a11df5d6c.zip
- Added solution to week #076 by Bob Lied.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1b5929903e..52649513b9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -3,16 +3,16 @@
{
"name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "align" : "right",
- "y" : 10,
- "rotation" : -90,
- "color" : "#FFFFFF",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- }
+ },
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "enabled" : "true",
+ "rotation" : -90,
+ "align" : "right"
},
"data" : [
[
@@ -30,34 +30,34 @@
]
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "subtitle" : {
- "text" : "Last updated at 2020-09-10 16:21:02 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-11 02:42:26 GMT"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
},
- "type" : "category"
+ "min" : 0
}
}