aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-10-22 20:54:07 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-10-22 20:54:07 +0100
commit6d45d24615398edf1969c70d3ebbfe11f09febe3 (patch)
tree05dd616b70db0f225f44f856ecf2898d152ec742 /stats/pwc-language-breakdown-summary.json
parent52c86268faae2a72f32648d3d163afa60992f6d0 (diff)
downloadperlweeklychallenge-club-6d45d24615398edf1969c70d3ebbfe11f09febe3.tar.gz
perlweeklychallenge-club-6d45d24615398edf1969c70d3ebbfe11f09febe3.tar.bz2
perlweeklychallenge-club-6d45d24615398edf1969c70d3ebbfe11f09febe3.zip
- Added solution by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json34
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 6cda027042..888fbb1fc4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -8,20 +8,21 @@
}
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "subtitle" : {
+ "text" : "Last updated at 2022-10-22 19:52:26 GMT"
},
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2022-10-22 19:36:35 GMT"
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -29,25 +30,24 @@
],
[
"Perl",
- 9118
+ 9119
],
[
"Raku",
5466
]
],
- "name" : "Contributions",
"dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
"enabled" : "true",
- "rotation" : -90,
"align" : "right",
"y" : 10,
"color" : "#FFFFFF",
- "format" : "{point.y:.0f}"
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
}
}
],
@@ -57,7 +57,7 @@
"text" : null
}
},
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}