aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-23 10:54:47 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-23 10:54:47 +0000
commit95d77f4387feacd4ec0f12907dbb1a738e11fe97 (patch)
tree8118964c558ed1fa70cbb105d9872ef467305ad9 /stats/pwc-language-breakdown-summary.json
parent7d4b749f794162198db90d8446eacffe9de9dd8e (diff)
downloadperlweeklychallenge-club-95d77f4387feacd4ec0f12907dbb1a738e11fe97.tar.gz
perlweeklychallenge-club-95d77f4387feacd4ec0f12907dbb1a738e11fe97.tar.bz2
perlweeklychallenge-club-95d77f4387feacd4ec0f12907dbb1a738e11fe97.zip
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 51915121aa..c85322766d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,14 +1,46 @@
{
"subtitle" : {
- "text" : "Last updated at 2022-11-22 19:11:44 GMT"
+ "text" : "Last updated at 2022-11-23 10:50:16 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
- "name" : "Contributions",
+ "dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "rotation" : -90,
+ "y" : 10,
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
"data" : [
[
"Blog",
- 3038
+ 3044
],
[
"Perl",
@@ -16,48 +48,16 @@
],
[
"Raku",
- 5633
+ 5635
]
],
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "align" : "right",
- "color" : "#FFFFFF"
- }
+ "name" : "Contributions"
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"chart" : {
"type" : "column"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
}
}