aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-10-02 08:31:21 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-10-02 08:31:21 +0100
commit65f5bc5d20c0944491b5fdc38ec4ee0b6303c338 (patch)
treedb3d2c37838322e406ef1754b45458e53bed9c13 /stats/pwc-language-breakdown-summary.json
parenta4684df60bde4c3470284a0606c09829b3609940 (diff)
downloadperlweeklychallenge-club-65f5bc5d20c0944491b5fdc38ec4ee0b6303c338.tar.gz
perlweeklychallenge-club-65f5bc5d20c0944491b5fdc38ec4ee0b6303c338.tar.bz2
perlweeklychallenge-club-65f5bc5d20c0944491b5fdc38ec4ee0b6303c338.zip
- Added solutions by Jorg Sommrey.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 10ba82ddcc..2428891037 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -3,32 +3,10 @@
"type" : "column"
},
"subtitle" : {
- "text" : "Last updated at 2021-10-02 07:24:04 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "text" : "Last updated at 2021-10-02 07:29:36 GMT"
},
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "rotation" : -90,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "align" : "right",
- "enabled" : "true"
- },
"data" : [
[
"Blog",
@@ -36,28 +14,50 @@
],
[
"Perl",
- 6280
+ 6282
],
[
"Raku",
3855
]
- ]
+ ],
+ "dataLabels" : {
+ "align" : "right",
+ "rotation" : -90,
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "enabled" : "true"
+ },
+ "name" : "Contributions"
}
],
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"legend" : {
"enabled" : "false"
},
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}