aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-25 21:51:11 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-25 21:51:11 +0000
commit0b9ea18c4669d32532df0bb6aee0b94cb11061a6 (patch)
treed9c9a0e321ea78a75f3ac02499c8d03f99120cde /stats/pwc-language-breakdown-summary.json
parent18bc4388e4bb0ea4ea532fa80078ad6affbf2503 (diff)
downloadperlweeklychallenge-club-0b9ea18c4669d32532df0bb6aee0b94cb11061a6.tar.gz
perlweeklychallenge-club-0b9ea18c4669d32532df0bb6aee0b94cb11061a6.tar.bz2
perlweeklychallenge-club-0b9ea18c4669d32532df0bb6aee0b94cb11061a6.zip
- Added solution by Robert DiCicco.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1586661edb..0be63dc545 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,34 @@
{
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"xAxis" : {
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
},
"type" : "category"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
"series" : [
{
+ "dataLabels" : {
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -20,44 +36,28 @@
],
[
"Perl",
- 7161
+ 7162
],
[
"Raku",
4310
]
- ],
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "enabled" : "true",
- "rotation" : -90,
- "color" : "#FFFFFF",
- "y" : 10,
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions"
+ ]
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2022-01-25 21:40:18 GMT"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
- },
"chart" : {
"type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-01-25 21:49:05 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}