aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-10-04 10:39:58 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-10-04 10:39:58 +0100
commitbbbc52c4a7f76f4396d77c85499e12f31473297c (patch)
tree762223ad1d5eaee4f2df5c41709abec72b4353d6 /stats/pwc-language-breakdown-summary.json
parent72fb3c3ff66355576665f2176c8378b72708dcd2 (diff)
downloadperlweeklychallenge-club-bbbc52c4a7f76f4396d77c85499e12f31473297c.tar.gz
perlweeklychallenge-club-bbbc52c4a7f76f4396d77c85499e12f31473297c.tar.bz2
perlweeklychallenge-club-bbbc52c4a7f76f4396d77c85499e12f31473297c.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 86b1b8b75a..815ee0ab29 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,6 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"yAxis" : {
"title" : {
@@ -11,21 +11,11 @@
"legend" : {
"enabled" : "false"
},
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"series" : [
{
- "dataLabels" : {
- "color" : "#FFFFFF",
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "rotation" : -90,
- "enabled" : "true",
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -33,20 +23,30 @@
],
[
"Perl",
- 8987
+ 8989
],
[
"Raku",
5369
]
- ]
+ ],
+ "dataLabels" : {
+ "enabled" : "true",
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "color" : "#FFFFFF"
+ },
+ "name" : "Contributions"
}
],
"subtitle" : {
- "text" : "Last updated at 2022-10-03 19:36:33 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "text" : "Last updated at 2022-10-04 09:32:49 GMT"
},
"chart" : {
"type" : "column"