aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-20 16:09:08 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-20 16:09:08 +0100
commite4d93fdb46ac32189fea686f531fc179ae97406e (patch)
tree325efd6a8ec1ca216c593ba112cff3739d382266 /stats/pwc-language-breakdown-summary.json
parente826cdb5c7bed81a4518a570044d208d211d0233 (diff)
downloadperlweeklychallenge-club-e4d93fdb46ac32189fea686f531fc179ae97406e.tar.gz
perlweeklychallenge-club-e4d93fdb46ac32189fea686f531fc179ae97406e.tar.bz2
perlweeklychallenge-club-e4d93fdb46ac32189fea686f531fc179ae97406e.zip
- Added solutions by Stephen G Lynn.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 74743153a4..f23cf6841f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,30 @@
{
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "legend" : {
- "enabled" : "false"
- },
"chart" : {
"type" : "column"
},
"subtitle" : {
- "text" : "Last updated at 2022-07-20 10:55:33 GMT"
+ "text" : "Last updated at 2022-07-20 15:07:40 GMT"
},
"series" : [
{
+ "dataLabels" : {
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "rotation" : -90,
+ "align" : "right",
+ "format" : "{point.y:.0f}"
+ },
"data" : [
[
"Blog",
@@ -20,39 +32,27 @@
],
[
"Perl",
- 8464
+ 8466
],
[
"Raku",
- 5040
+ 5042
]
],
- "dataLabels" : {
- "y" : 10,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right"
- },
"name" : "Contributions"
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- }
+ },
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"yAxis" : {
"title" : {