aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-16 00:12:01 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-16 00:12:01 +0000
commit24e63122ba071239bc964f16df34a87bdfa520e2 (patch)
tree138eecb4f2fa9b9a60e43e4c2ee2f3c89495e8a6 /stats/pwc-language-breakdown-summary.json
parent47cc91ffed790a5373e7227d50cbf5e5c68f40ef (diff)
downloadperlweeklychallenge-club-24e63122ba071239bc964f16df34a87bdfa520e2.tar.gz
perlweeklychallenge-club-24e63122ba071239bc964f16df34a87bdfa520e2.tar.bz2
perlweeklychallenge-club-24e63122ba071239bc964f16df34a87bdfa520e2.zip
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index c16b773804..08c2e1bda5 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"legend" : {
"enabled" : "false"
},
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
- "dataLabels" : {
- "enabled" : "true",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "color" : "#FFFFFF",
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 2350
+ 2351
],
[
"Perl",
- 7486
+ 7488
],
[
"Raku",
- 4499
+ 4501
]
],
- "name" : "Contributions"
+ "dataLabels" : {
+ "enabled" : "true",
+ "rotation" : -90,
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}"
+ }
}
],
"subtitle" : {
- "text" : "Last updated at 2022-03-15 23:57:44 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "text" : "Last updated at 2022-03-16 00:10:25 GMT"
},
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}