aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-09 18:18:11 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-09 18:18:11 +0000
commitb5474536f7eecabfd21bf374ded06a5b8c08e4c0 (patch)
tree0a816a975c381307f32b23845faa08c118ec1fe4 /stats/pwc-language-breakdown-summary.json
parent8101d7c528a77736bbffa16d259cf798a813ef97 (diff)
downloadperlweeklychallenge-club-b5474536f7eecabfd21bf374ded06a5b8c08e4c0.tar.gz
perlweeklychallenge-club-b5474536f7eecabfd21bf374ded06a5b8c08e4c0.tar.bz2
perlweeklychallenge-club-b5474536f7eecabfd21bf374ded06a5b8c08e4c0.zip
- Added solution by Phillip Harris.
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 0009c847ba..610caf6df6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,22 +1,33 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-03-09 18:15:09 GMT"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- }
+ },
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -24,40 +35,29 @@
],
[
"Perl",
- 2119
+ 2120
],
[
"Raku",
1298
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
+ "y" : 10,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "y" : 10,
"enabled" : "true",
- "rotation" : -90,
+ "color" : "#FFFFFF",
"align" : "right",
- "color" : "#FFFFFF"
+ "rotation" : -90,
+ "format" : "{point.y:.0f}"
}
}
],
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2020-03-09 18:17:56 GMT"
}
}