aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-27 21:23:41 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-27 21:23:41 +0100
commit308bd1139ae9463a9f5a7d9e66cb600fe79d8b4f (patch)
tree8f0b87639be3b704d4d77ec100c539128890347b /stats/pwc-language-breakdown-summary.json
parent69ba41b6fcd3fef2846d8547f4cd6daebd0cb77c (diff)
downloadperlweeklychallenge-club-308bd1139ae9463a9f5a7d9e66cb600fe79d8b4f.tar.gz
perlweeklychallenge-club-308bd1139ae9463a9f5a7d9e66cb600fe79d8b4f.tar.bz2
perlweeklychallenge-club-308bd1139ae9463a9f5a7d9e66cb600fe79d8b4f.zip
- Added solutions by Richard Park.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 47588071d8..bd1271ee89 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,11 +1,28 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-27 20:23:20 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 995
+ 996
],
[
"Perl",
@@ -16,34 +33,23 @@
2184
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "y" : 10,
- "color" : "#FFFFFF",
"align" : "right",
+ "rotation" : -90,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true"
+ "enabled" : "true",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF"
}
}
],
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
+ "legend" : {
+ "enabled" : "false"
},
"yAxis" : {
"min" : 0,
@@ -51,13 +57,7 @@
"text" : null
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-09-27 20:17:02 GMT"
+ "chart" : {
+ "type" : "column"
}
}