aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-07 00:42:32 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-07 00:42:32 +0000
commit62907f82d1c4eb810b7f2e27998e3d93317fb480 (patch)
treee13d1de930de2eb0683726ce854a3db1a54f15b4 /stats/pwc-language-breakdown-summary.json
parent4cbcec8ed13158e4b3d1dde236c2e5161f23e3a1 (diff)
downloadperlweeklychallenge-club-62907f82d1c4eb810b7f2e27998e3d93317fb480.tar.gz
perlweeklychallenge-club-62907f82d1c4eb810b7f2e27998e3d93317fb480.tar.bz2
perlweeklychallenge-club-62907f82d1c4eb810b7f2e27998e3d93317fb480.zip
- Added solutions by Kueppo Wesley.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e4dc0bd206..945003d3f4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,25 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "chart" : {
+ "type" : "column"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "y" : 10,
+ "align" : "right",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
"data" : [
[
"Blog",
@@ -17,40 +27,24 @@
],
[
"Perl",
- 9256
+ 9258
],
[
"Raku",
5552
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "y" : 10,
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF"
- }
+ ]
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2022-11-07 00:10:27 GMT"
- },
"xAxis" : {
"labels" : {
"style" : {
@@ -59,5 +53,11 @@
}
},
"type" : "category"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-11-07 00:40:27 GMT"
}
}