aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-13 20:37:25 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-06-13 20:37:25 +0100
commite1d4db40649f017121882a98e051bc07d68d55d5 (patch)
treee8cd65f0c9f0b424de66a3aa1e79d212a6adf391 /stats/pwc-language-breakdown-summary.json
parent17ff3c8ce3e2f52733ca7c83a33021b48c96657d (diff)
downloadperlweeklychallenge-club-e1d4db40649f017121882a98e051bc07d68d55d5.tar.gz
perlweeklychallenge-club-e1d4db40649f017121882a98e051bc07d68d55d5.tar.bz2
perlweeklychallenge-club-e1d4db40649f017121882a98e051bc07d68d55d5.zip
- Added solutions by Peter Campbell Smith.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index cd067c67c0..05c77d57c6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,12 +1,18 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"xAxis" : {
"type" : "category",
@@ -17,47 +23,41 @@
}
}
},
- "subtitle" : {
- "text" : "Last updated at 2022-06-13 18:01:24 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 2611
+ 2612
],
[
"Perl",
- 8202
+ 8204
],
[
"Raku",
4869
]
],
- "name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
- "align" : "right",
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "rotation" : -90,
- "y" : 10,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}"
+ "align" : "right",
+ "enabled" : "true"
}
}
- ]
+ ],
+ "subtitle" : {
+ "text" : "Last updated at 2022-06-13 19:34:40 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ }
}