aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-07 22:49:08 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-07 22:49:08 +0000
commit0ba9380c6bddf22365afb32e18f83f8cdf85eeb1 (patch)
tree56bfd007a23d43059b3dbbb227064bdc538f0609 /stats/pwc-language-breakdown-summary.json
parent1be1e1b9e7dc60be54771e09f4857d52776eec00 (diff)
downloadperlweeklychallenge-club-0ba9380c6bddf22365afb32e18f83f8cdf85eeb1.tar.gz
perlweeklychallenge-club-0ba9380c6bddf22365afb32e18f83f8cdf85eeb1.tar.bz2
perlweeklychallenge-club-0ba9380c6bddf22365afb32e18f83f8cdf85eeb1.zip
- Added solutions by Duncan C. White.
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 1031930891..71be7c1a5b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,28 +1,24 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-02-07 22:48:36 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -30,34 +26,38 @@
],
[
"Perl",
- 4578
+ 4580
],
[
"Raku",
2964
]
],
+ "name" : "Contributions",
"dataLabels" : {
+ "color" : "#FFFFFF",
"y" : 10,
+ "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "align" : "right",
- "color" : "#FFFFFF",
- "enabled" : "true",
"format" : "{point.y:.0f}",
- "rotation" : -90
+ "rotation" : -90,
+ "enabled" : "true"
}
}
],
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-02-07 21:52:27 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
}
}